|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A WSIFCorrelationService is used for asynchronous requests to correlate a response with the instance of the handler that issued the request.
| Method Summary | |
java.io.Serializable |
get(WSIFCorrelationId id)
Retrieves an entry from the correlation service. |
void |
put(WSIFCorrelationId correlator,
java.io.Serializable state,
long timeout)
Adds an entry to the correlation service. |
void |
remove(WSIFCorrelationId id)
Removes an entry form the correlation service. |
| Method Detail |
public void put(WSIFCorrelationId correlator,
java.io.Serializable state,
long timeout)
throws WSIFException
correlator - the key to associate with the state.state - the state to be stored.timeout - a timeout period after which the key and associated
state will be deleted from the correlation service.
WSIFException
public java.io.Serializable get(WSIFCorrelationId id)
throws WSIFException
id - the key of the state to retrieved
WSIFException
public void remove(WSIFCorrelationId id)
throws WSIFException
id - the key of entry to be removed
WSIFException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||