Package com.sag.osami.api.context

Interface Summary
IContextHandler This interface is the central extension point of systems dealing with context events.
IContextQuery This interface allows querying context events from the ContextStore database.
IContextStorage This interface provides low-level methods for storing, loading, deleting and querying context events in the ContextStore.
IContextStore The ContextStore manages a persistent store for context events and manages context providers and consumers through a uniform interface.
IContextStoreID This interface provides a method in OSGi environments to define the ID of the ContextStore.
IOsgiToContextEvent  
 

Class Summary
ContextEvent Instances of the ContextEvent class represent a single context event and its constituents, since a context is a container for the context data + context management data (ID, timestamp, origin, type, origin context store).