A B C D E F G H I J L M N O P Q R S T W

I

IContextHandler - Interface in com.sag.osami.api.context
This interface is the central extension point of systems dealing with context events.
IContextQuery - Interface in com.sag.osami.api.context
This interface allows querying context events from the ContextStore database.
IContextStorage - Interface in com.sag.osami.api.context
This interface provides low-level methods for storing, loading, deleting and querying context events in the ContextStore.
IContextStore - Interface in com.sag.osami.api.context
The ContextStore manages a persistent store for context events and manages context providers and consumers through a uniform interface.
IContextStoreID - Interface in com.sag.osami.api.context
This interface provides a method in OSGi environments to define the ID of the ContextStore.
IContextStoreRecorder - Interface in com.sag.osami.api.context.recorder
This interface provides all methods for controlling the ContextStoreRecorder.
idParams(int) - Static method in class com.sag.osami.contextstore.storage.jdbc.GenericJDBCDialect
Convenience method for generating a (?
IJDBCDialect - Interface in com.sag.osami.contextstore.storage.jdbc
This interface provides methods for getting SQL statements for the various tasks a storage implementation must handle, i.e.: inserting loading deleting of ContextEvents (by ID(s)) as well as statements for creating and dropping the ContextStore table and also for querying the last given ContextEvent ID [before the ContextStore was shutdown].
insertContextEvent() - Method in class com.sag.osami.contextstore.storage.jdbc.GenericJDBCDialect
 
insertContextEvent() - Method in interface com.sag.osami.contextstore.storage.jdbc.IJDBCDialect
Returns the SQL statement for inserting a context event.
InvalidSerializerException - Exception in com.sag.osami.context.recorder.storage
 
InvalidSerializerException() - Constructor for exception com.sag.osami.context.recorder.storage.InvalidSerializerException
 
InvalidSerializerException(String) - Constructor for exception com.sag.osami.context.recorder.storage.InvalidSerializerException
 
InvalidSerializerException(Throwable) - Constructor for exception com.sag.osami.context.recorder.storage.InvalidSerializerException
 
InvalidSerializerException(String, Throwable) - Constructor for exception com.sag.osami.context.recorder.storage.InvalidSerializerException
 
IOsgiToContextEvent - Interface in com.sag.osami.api.context
 
IOUtil - Class in com.sag.osami.context.recorder.storage.util
 
IOUtil() - Constructor for class com.sag.osami.context.recorder.storage.util.IOUtil
 
ISerializationHandler - Interface in com.sag.osami.contextstore.serialization
An implementing class of this service interface handles the serialization and deserialization of arbitrary (not necessarily Serializable) objects.
ISerializedContextHandler - Interface in com.sag.osami.contextstore.serialization
A serialized ContextHandler is basically the same as a regular ContextHandler, but receives the context events with serialized payload data.
ISerializedContextProducer - Interface in com.sag.osami.contextstore.serialization
This interface provides access to an ISerializedContextReceiver, i.e. a ContextStore with methods for creating already serialized context events.
ISerializedContextReceiver - Interface in com.sag.osami.contextstore.serialization
This extending ContextStore interface provides a method for injecting a context event which has its payload in serialized form, which is likely to be an "external" event.
ISerializedContextStorage - Interface in com.sag.osami.contextstore.storage
This interface is used by ContextStore for all storage-related logic.
isRegisteredContextType(String) - Method in interface com.sag.osami.api.context.IContextStore
Checks if given context type is registered in the ContextStore.
isRegisteredContextType(String) - Method in class com.sag.osami.contextstore.ContextStore
 

A B C D E F G H I J L M N O P Q R S T W