|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IContextStore in com.sag.osami.api.context |
---|
Methods in com.sag.osami.api.context with parameters of type IContextStore | |
---|---|
void |
IContextHandler.setContextStore(IContextStore contextStore)
This method is necessary for the ContextStore service tracking mechanism which tracks all registered IContextHandler s: by passing the reference
to the context store as a parameter, the handler obtains access to the context store (and should store the reference as a local member variable for
further use) |
Uses of IContextStore in com.sag.osami.context.gen |
---|
Constructors in com.sag.osami.context.gen with parameters of type IContextStore | |
---|---|
ContextGenerator(IContextStore ctxStore)
|
Uses of IContextStore in com.sag.osami.context.recorder.storage |
---|
Methods in com.sag.osami.context.recorder.storage with parameters of type IContextStore | |
---|---|
void |
SortedRecordingData.setContextStore(IContextStore contextStore)
|
Constructors in com.sag.osami.context.recorder.storage with parameters of type IContextStore | |
---|---|
SortedRecordingData(IContextStore ctxStore)
|
Uses of IContextStore in com.sag.osami.contextstore |
---|
Classes in com.sag.osami.contextstore that implement IContextStore | |
---|---|
class |
ContextStore
Being the actual implementation of the ContextStore pattern, this class manages IContextHandler s and dispatches and persists ContextEvent s. |
Uses of IContextStore in com.sag.osami.contextstore.serialization |
---|
Subinterfaces of IContextStore in com.sag.osami.contextstore.serialization | |
---|---|
interface |
ISerializedContextReceiver
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. |
Uses of IContextStore in com.sag.osami.contextstore.ui |
---|
Methods in com.sag.osami.contextstore.ui with parameters of type IContextStore | |
---|---|
void |
ContextStoreUI.setContextStore(IContextStore contextStore)
|
static void |
ContextStoreUI.start(IContextStore cs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |