|
Joram 5.2.6 | ||||||||
| 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.QueueConnectionRequest
public class QueueConnectionRequest
A QueueConnectionRequest instance wraps a user connection
request for performing PTP messaging.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.joram.client.connector.ConnectionRequest |
|---|
identityClass, password, userName |
| Constructor Summary | |
|---|---|
QueueConnectionRequest(java.lang.String userName,
java.lang.String password,
java.lang.String identityClass)
Constructs a QueueConnectionRequest 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, getIdentityClass, getPassword, getUserName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueueConnectionRequest(java.lang.String userName,
java.lang.String password,
java.lang.String identityClass)
QueueConnectionRequest instance.
userName - Name of the user requesting a connection.password - Password of the user requesting a connection.identityClass - identity class name| Method Detail |
|---|
public int hashCode()
hashCode in interface javax.resource.spi.ConnectionRequestInfohashCode in class ConnectionRequest
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||