Package com.ibm.wsspi.sibx.context

Interface Summary
Context This interface is implemented by objects that wish to be stored in the Context Store.
ContextStore A Context Store provides methods to store and retrieve Context objects.
 

Exception Summary
DuplicateKeyException This exception is used to indicate that the requested key is already in the Context Store.
KeyNotFoundException This exception is used to indicate that the requested key could not be found in the Context Store.
StoreException This exception is used to indicate that the an error occurred accessing the persistent store.