JpdProxySession Interface
- public interface JpdProxySession
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.
getConversationID() Method
public String
getConversationID()
Returns the current conversation id in use by the proxy.
Returns
- a conversation id
reset() Method
public void reset()
Resets the conversation id back to null.
setConversationID(String) Method
public void setConversationID(String
conversationID)
Sets the conversation id for future invocations.
If the conversation Id has not been set, or if it is set
to 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.
Parameters
-
conversationID
- the jpd conversation id