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

C

cancel() - Method in class com.sag.osami.context.gen.ContextGenerator
 
close() - Method in class com.sag.osami.context.recorder.storage.RecordingContainer
Closes the recording container/ZIP file.
COL_CTXSTORE_ID - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
 
COL_DATA - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
 
COL_DATA_CLASS - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
 
COL_ID - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
 
COL_ORIGINID - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
 
COL_TIMESTAMP - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
 
COL_TYPE - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
 
COLS - Static variable in interface com.sag.osami.contextstore.storage.DBConstants
An unmodifiable list containing the column names of the ContextStore table.
com.sag.osami.api.context.recorder - package com.sag.osami.api.context.recorder
 
com.sag.osami.context.gen - package com.sag.osami.context.gen
 
com.sag.osami.context.recorder.osgi - package com.sag.osami.context.recorder.osgi
 
com.sag.osami.context.recorder.storage - package com.sag.osami.context.recorder.storage
 
com.sag.osami.context.recorder.storage.util - package com.sag.osami.context.recorder.storage.util
 
com.sag.osami.context.recorder.ui - package com.sag.osami.context.recorder.ui
 
com.sag.osami.contextstore.osgi - package com.sag.osami.contextstore.osgi
 
com.sag.osami.contextstore.serialization - package com.sag.osami.contextstore.serialization
 
com.sag.osami.contextstore.serialization.json - package com.sag.osami.contextstore.serialization.json
 
com.sag.osami.contextstore.storage.impl - package com.sag.osami.contextstore.storage.impl
 
com.sag.osami.contextstore.storage.jdbc - package com.sag.osami.contextstore.storage.jdbc
 
com.sag.osami.contextstore.ui - package com.sag.osami.contextstore.ui
 
com.sag.osami.contextstore.ui.osgi - package com.sag.osami.contextstore.ui.osgi
 
com.sag.osami.contextstore.util - package com.sag.osami.contextstore.util
 
CONFIG_AUTODROP - Static variable in class com.sag.osami.contextstore.storage.impl.JDBCStorage
 
CONFIG_PASSWORD - Static variable in class com.sag.osami.contextstore.storage.impl.JDBCStorage
 
CONFIG_STORE_ID - Static variable in class com.sag.osami.contextstore.ContextStoreBuilder
 
CONFIG_URL - Static variable in class com.sag.osami.contextstore.storage.impl.JDBCStorage
 
CONFIG_USERNAME - Static variable in class com.sag.osami.contextstore.storage.impl.JDBCStorage
 
CONTEXT_STORE_ID - Static variable in interface com.sag.osami.api.context.IContextStore
 
ContextEvent - Class in com.sag.osami.api.context
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).
ContextEvent(Object, String, Date, String) - Constructor for class com.sag.osami.api.context.ContextEvent
Constructor (mainly) for public use, taking the parameters as the values for the context event, but null as ID and contextStoreOriginID (both determined internally by context store)
ContextEvent(Long, Object, String, Date, String, String) - Constructor for class com.sag.osami.api.context.ContextEvent
Constructor (mainly) for internal use, using the parameters as the values for the context event.
ContextEventData - Class in com.sag.osami.context.recorder.storage
This class wraps reading and writing of context events from and to streams in a machine-independent manner.
ContextGenerator - Class in com.sag.osami.context.gen
 
ContextGenerator(IContextStore) - Constructor for class com.sag.osami.context.gen.ContextGenerator
 
ContextGeneratorDialog - Class in com.sag.osami.contextstore.ui
 
ContextGeneratorDialog(Frame, ContextGenerator) - Constructor for class com.sag.osami.contextstore.ui.ContextGeneratorDialog
 
ContextStore - Class in com.sag.osami.contextstore
Being the actual implementation of the ContextStore pattern, this class manages IContextHandlers and dispatches and persists ContextEvents.
ContextStore(ISerializationHandler, ISerializedContextStorage, String) - Constructor for class com.sag.osami.contextstore.ContextStore
 
ContextStoreBuilder - Class in com.sag.osami.contextstore
This builder class can be used in non-OSGi-evnironments to configure and create a ContextStore instance conveniently.
ContextStoreBuilder(Properties) - Constructor for class com.sag.osami.contextstore.ContextStoreBuilder
Creates a new ContextStore builder, overriding defaults with the given properties.
ContextStoreBuilder(File) - Constructor for class com.sag.osami.contextstore.ContextStoreBuilder
Creates a new ContextStore builder, overriding defaults with the properties from the given file.
ContextStoreBuilder() - Constructor for class com.sag.osami.contextstore.ContextStoreBuilder
Creates a new ContextStore builder with defaults.
ContextStoreRecorder - Class in com.sag.osami.context.recorder
 
ContextStoreRecorder(String) - Constructor for class com.sag.osami.context.recorder.ContextStoreRecorder
Default constructor.
ContextStoreRecorderUI - Class in com.sag.osami.context.recorder.ui
 
ContextStoreRecorderUI(Object) - Constructor for class com.sag.osami.context.recorder.ui.ContextStoreRecorderUI
Workaround constructor for OSGi activator
ContextStoreRecorderUI(ContextStoreRecorder) - Constructor for class com.sag.osami.context.recorder.ui.ContextStoreRecorderUI
 
ContextStoreReplay - Class in com.sag.osami.context.recorder
This class handles the replaying of recorded context events.
ContextStoreReplay(ISerializedContextReceiver) - Constructor for class com.sag.osami.context.recorder.ContextStoreReplay
Default constructor.
ContextStoreUI - Class in com.sag.osami.contextstore.ui
 
ContextStoreUI() - Constructor for class com.sag.osami.contextstore.ui.ContextStoreUI
 
copy(InputStream, OutputStream) - Static method in class com.sag.osami.context.recorder.storage.util.IOUtil
 
create(File, String, ISerializedContextReceiver) - Static method in class com.sag.osami.context.recorder.storage.RecordingContainer
Creates a new recording container.
createTable() - Method in class com.sag.osami.contextstore.storage.jdbc.DerbyDialect
 
createTable(String[]) - Method in class com.sag.osami.contextstore.storage.jdbc.GenericJDBCDialect
Returns a basic CREATE TABLE statement, using the DBConstants.TABLE_AND_COLS list for the table and column names and the colTypes parameter for the column types.
createTable() - Method in interface com.sag.osami.contextstore.storage.jdbc.IJDBCDialect
Returns the SQL statement for creating the context store table.
createTable() - Method in class com.sag.osami.contextstore.storage.jdbc.MysqlDialect
 
createTable() - Method in class com.sag.osami.contextstore.storage.jdbc.PostgresqlDialect
 
createTable() - Method in class com.sag.osami.contextstore.storage.jdbc.SqliteDialect
 
curContainer - Variable in class com.sag.osami.context.recorder.ContextStoreRecorder
 

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