Inheritance diagram for org.objectweb.joram.client.connector.TopicConnectionRequest:


Public Member Functions | |
| TopicConnectionRequest (String userName, String password) | |
| int | hashCode () |
TopicConnectionRequest instance wraps a user connection request for performing PubSub messaging.
Definition at line 30 of file TopicConnectionRequest.java.
| org.objectweb.joram.client.connector.TopicConnectionRequest.TopicConnectionRequest | ( | String | userName, | |
| String | password | |||
| ) |
Constructs a TopicConnectionRequest instance.
| userName | Name of the user requesting a connection. | |
| password | Password of the user requesting a connection. |
Definition at line 40 of file TopicConnectionRequest.java.
| int org.objectweb.joram.client.connector.TopicConnectionRequest.hashCode | ( | ) |
Returns a code based on the wrapped user identity.
Reimplemented from org.objectweb.joram.client.connector.ConnectionRequest.
Definition at line 47 of file TopicConnectionRequest.java.
References org.objectweb.joram.client.connector.ConnectionRequest.userName.
1.5.0