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