|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Jpd proxies implement this interface. Clients can type-cast proxies returned
by JpdProxy.create() to JpdProxySession
to set/get the conversation id used in jpd invocations.
| Method Summary | |
String |
getConversationID()
Returns the current conversation id in use by the proxy. |
void |
reset()
Resets the conversation id back to null. |
void |
setConversationID(String conversationID)
Sets the conversation id for future invocations. |
| Method Detail |
public void setConversationID(String conversationID)
null, the server will assign a unique conversation id
to the jpd and will return it to the client. The proxy will then use
this id in all sub-sequent calls until it is explicitly set again.
conversationID - the jpd conversation idpublic String getConversationID()
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||