|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.connector.ConnectionRequest
org.objectweb.joram.client.connector.TopicConnectionRequest
A TopicConnectionRequest
instance wraps a user connection
request for performing PubSub messaging.
Field Summary |
Fields inherited from class org.objectweb.joram.client.connector.ConnectionRequest |
password, userName |
Constructor Summary | |
TopicConnectionRequest(java.lang.String userName,
java.lang.String password)
Constructs a TopicConnectionRequest instance. |
Method Summary | |
int |
hashCode()
Returns a code based on the wrapped user identity. |
Methods inherited from class org.objectweb.joram.client.connector.ConnectionRequest |
equals, getPassword, getUserName |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.spi.ConnectionRequestInfo |
equals |
Constructor Detail |
public TopicConnectionRequest(java.lang.String userName, java.lang.String password)
TopicConnectionRequest
instance.
userName
- Name of the user requesting a connection.password
- Password of the user requesting a connection.Method Detail |
public int hashCode()
hashCode
in interface javax.resource.spi.ConnectionRequestInfo
hashCode
in class ConnectionRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |