|
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
public class ConnectionRequest
A ConnectionRequest instance wraps a user connection
request for performing unified messaging.
| Field Summary | |
|---|---|
protected java.lang.String |
identityClass
identification class for user. |
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,
java.lang.String identityClass)
Constructs a ConnectionRequest instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares ConnectionRequest instances wrapped users
identities. |
java.lang.String |
getIdentityClass()
|
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
protected java.lang.String identityClass
| Constructor Detail |
|---|
public ConnectionRequest(java.lang.String userName,
java.lang.String password,
java.lang.String identityClass)
ConnectionRequest instance.
userName - Name of the user requesting a connection.password - Password of the user requesting a connection.identityClass - identity class name| Method Detail |
|---|
public java.lang.String getUserName()
public java.lang.String getPassword()
public java.lang.String getIdentityClass()
public boolean equals(java.lang.Object o)
ConnectionRequest instances wrapped users
identities.
equals in interface javax.resource.spi.ConnectionRequestInfoequals in class java.lang.Objectpublic int hashCode()
hashCode in interface javax.resource.spi.ConnectionRequestInfohashCode in class java.lang.Object
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||