|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.attachmate.vhi.resource.client.ConnectionSpecImpl
public class ConnectionSpecImpl
Specifies a component-managed connection to VHI Session Server.
Values for username, password and resourceName properties override deployed or configured values for the RA if they are not null and not zero-length strings (the default). Similarly, model variable map entries override configured settings only if present in this model variable map. In this way, clients need only set the properties that they are interested in changing for a component-managed connection.
Constructor Summary | |
---|---|
ConnectionSpecImpl()
Creates a new instance of ConnectionSpecImpl with default settings. |
Method Summary | |
---|---|
java.lang.String |
getConnectionToken()
Key for resuming a passivated session - defaults to empty string. |
java.lang.String |
getExpectedEntity()
Name of the expected entity for activating a session - defaults to empty string. |
java.util.Map |
getModelVariables()
Model variables property - defaults to empty map. |
java.lang.String |
getPassword()
Password property - defaults to empty string. |
java.lang.String |
getUserName()
User name property - defaults to empty string. |
void |
setConnectionToken(java.lang.String connectionToken)
Key for resuming a passivated session - defaults to empty string. |
void |
setExpectedEntity(java.lang.String expectedEntity)
Name of the expected entity for activating a session - defaults to empty string. |
void |
setModelVariables(java.util.Map modelVariables)
Model variables property - defaults to empty map. |
void |
setPassword(java.lang.String password)
Password property - defaults to empty string. |
void |
setUserName(java.lang.String userName)
User name property - defaults to empty string. |
java.lang.String |
toString()
Returns a representation of the object as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConnectionSpecImpl()
Method Detail |
---|
public void setUserName(java.lang.String userName)
userName
- for custom login.public java.lang.String getUserName()
public void setPassword(java.lang.String password)
password
- for custom login.public java.lang.String getPassword()
public void setConnectionToken(java.lang.String connectionToken)
connectionToken
- key for resuming a passivated session.public java.lang.String getConnectionToken()
public void setExpectedEntity(java.lang.String expectedEntity)
expectedEntity
- the name of the screen a passivated connection
should be on when activated.public java.lang.String getExpectedEntity()
public void setModelVariables(java.util.Map modelVariables)
modelVariables
- for custom login.public java.util.Map getModelVariables()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |