Uses of Interface
com.sag.osami.contextstore.serialization.ISerializedContextReceiver

Packages that use ISerializedContextReceiver
com.sag.osami.context.recorder   
com.sag.osami.context.recorder.storage   
com.sag.osami.contextstore   
com.sag.osami.contextstore.serialization   
 

Uses of ISerializedContextReceiver in com.sag.osami.context.recorder
 

Methods in com.sag.osami.context.recorder with parameters of type ISerializedContextReceiver
 void ContextStoreRecorder.setContextStore(ISerializedContextReceiver contextStore)
           
 

Constructors in com.sag.osami.context.recorder with parameters of type ISerializedContextReceiver
ContextStoreReplay(ISerializedContextReceiver ctxStore)
          Default constructor.
 

Uses of ISerializedContextReceiver in com.sag.osami.context.recorder.storage
 

Methods in com.sag.osami.context.recorder.storage with parameters of type ISerializedContextReceiver
static RecordingContainer RecordingContainer.create(java.io.File location, java.lang.String initSerializer, ISerializedContextReceiver ctxStore)
          Creates a new recording container.
static RecordingContainer RecordingContainer.open(java.io.File location, java.lang.String actualSerializer, ISerializedContextReceiver ctxStore)
          Opens an existing recording container.
 

Uses of ISerializedContextReceiver in com.sag.osami.contextstore
 

Classes in com.sag.osami.contextstore that implement ISerializedContextReceiver
 class ContextStore
          Being the actual implementation of the ContextStore pattern, this class manages IContextHandlers and dispatches and persists ContextEvents.
 

Uses of ISerializedContextReceiver in com.sag.osami.contextstore.serialization
 

Methods in com.sag.osami.contextstore.serialization with parameters of type ISerializedContextReceiver
 void ISerializedContextProducer.setContextStore(ISerializedContextReceiver contextStore)