$ C D G I K P R S W

$

$sccsid - Static variable in interface com.ibm.wsspi.sibx.context.Context
 
$sccsid - Static variable in interface com.ibm.wsspi.sibx.context.ContextStore
 
$sccsid - Static variable in class com.ibm.wsspi.sibx.context.DuplicateKeyException
 
$sccsid - Static variable in class com.ibm.wsspi.sibx.context.KeyNotFoundException
 
$sccsid - Static variable in class com.ibm.wsspi.sibx.context.StoreException
 

C

COPYRIGHT - Static variable in interface com.ibm.wsspi.sibx.context.Context
 
COPYRIGHT - Static variable in interface com.ibm.wsspi.sibx.context.ContextStore
 
COPYRIGHT - Static variable in class com.ibm.wsspi.sibx.context.DuplicateKeyException
 
COPYRIGHT - Static variable in class com.ibm.wsspi.sibx.context.KeyNotFoundException
 
COPYRIGHT - Static variable in class com.ibm.wsspi.sibx.context.StoreException
 
Context - interface com.ibm.wsspi.sibx.context.Context.
This interface is implemented by objects that wish to be stored in the Context Store.
ContextStore - interface com.ibm.wsspi.sibx.context.ContextStore.
A Context Store provides methods to store and retrieve Context objects.
com.ibm.wsspi.sibx.context - package com.ibm.wsspi.sibx.context
 

D

DuplicateKeyException - exception com.ibm.wsspi.sibx.context.DuplicateKeyException.
This exception is used to indicate that the requested key is already in the Context Store.
DuplicateKeyException(String, String) - Constructor for class com.ibm.wsspi.sibx.context.DuplicateKeyException
Constructor.

G

get(String) - Method in interface com.ibm.wsspi.sibx.context.ContextStore
Return the context object with the given key.

I

initialize(String, String) - Method in interface com.ibm.wsspi.sibx.context.ContextStore
Intialize the Context Store.
isContextPersistent() - Method in interface com.ibm.wsspi.sibx.context.Context
Returns an indication of whether this context needs to be persisted.

K

KeyNotFoundException - exception com.ibm.wsspi.sibx.context.KeyNotFoundException.
This exception is used to indicate that the requested key could not be found in the Context Store.
KeyNotFoundException(String, String) - Constructor for class com.ibm.wsspi.sibx.context.KeyNotFoundException
Constructor.

P

put(String, long, Context) - Method in interface com.ibm.wsspi.sibx.context.ContextStore
Put the context object into the store with the given key.

R

read(InputStream) - Method in interface com.ibm.wsspi.sibx.context.Context
Reads the context from the given stream.
remove(String) - Method in interface com.ibm.wsspi.sibx.context.ContextStore
Remove the context object with the given key from the store.

S

StoreException - exception com.ibm.wsspi.sibx.context.StoreException.
This exception is used to indicate that the an error occurred accessing the persistent store.
StoreException() - Constructor for class com.ibm.wsspi.sibx.context.StoreException
Constructor.
StoreException(Exception) - Constructor for class com.ibm.wsspi.sibx.context.StoreException
Constructor.
StoreException(String) - Constructor for class com.ibm.wsspi.sibx.context.StoreException
Constructor.

W

write(OutputStream) - Method in interface com.ibm.wsspi.sibx.context.Context
Writes the context to the given stream.

$ C D G I K P R S W