| java.lang.Object org.jboss.mq.ConnectionToken
clientID | protected String clientID(Code) | | The clientID of the connection.
|
clientIL | public ClientIL clientIL(Code) | | Used by the server to callback to client. Will (most of the time) be
serialized when sent to the server.
|
ConnectionToken | public ConnectionToken(String clientID, ClientIL clientIL)(Code) | | Create a new ConnectionToken
Parameters: clientID - the client id Parameters: clientIL - the client il |
ConnectionToken | public ConnectionToken(String clientID, ClientIL clientIL, String sessionId)(Code) | | Create a new ConnectionToken
Parameters: clientID - the client id Parameters: clientIL - the client il Parameters: sessionId - the session id |
getClientID | public String getClientID()(Code) | | Get the client id
the client id |
getSessionId | public String getSessionId()(Code) | | Get the session id
the session id |
hashCode | public int hashCode()(Code) | | |
setClientID | public void setClientID(String clientID)(Code) | | Set the client id
Parameters: clientID - the client id |
|
|