|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.configuration.protocol.confserver.runtime.channel.RequestRestoreSession
public abstract class RequestRestoreSession
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static RequestRestoreSession |
create()
Creates instance of RequestRestoreSession with no parameters set. |
static RequestRestoreSession |
create(java.lang.Integer clientType,
java.lang.String clientName,
java.lang.String userName,
java.lang.String userPassword,
java.lang.String protocolVersion,
java.lang.Integer sessionId)
Deprecated. Use create() without arguments and then call needed setters. |
abstract java.lang.String |
getClientName()
Client application's name |
abstract java.lang.String |
getClientPassword()
Deprecated. |
abstract java.lang.Integer |
getClientType()
Type of client application as defined in ConfServerClient enum |
abstract java.lang.String |
getOldProtocolVersion()
Old Protocol Version |
abstract java.lang.String |
getProtocolVersion()
Protocol Version |
abstract java.lang.Integer |
getReferenceId()
Reference ID to connect response to request. |
abstract java.lang.Integer |
getSessionId()
Session identifier |
abstract java.lang.String |
getUserName()
The name of a user in the Genesys Configuration Layer. |
abstract java.lang.String |
getUserPassword()
The password of a user in the Genesys Configuration Layer. |
abstract void |
setClientName(java.lang.String clientName)
Client application's name |
abstract void |
setClientPassword(java.lang.String clientPassword)
Deprecated. |
abstract void |
setClientType(int clientType)
Type of client application as defined in ConfServerClient enum |
abstract void |
setClientType(java.lang.Integer clientType)
Type of client application as defined in ConfServerClient enum |
abstract void |
setOldProtocolVersion(java.lang.String oldProtocolVersion)
Old Protocol Version |
abstract void |
setProtocolVersion(java.lang.String protocolVersion)
Protocol Version |
abstract void |
setReferenceId(int referenceId)
Reference ID to connect response to request. |
abstract void |
setReferenceId(java.lang.Integer referenceId)
Reference ID to connect response to request. |
abstract void |
setSessionId(int sessionId)
Session identifier |
abstract void |
setSessionId(java.lang.Integer sessionId)
Session identifier |
abstract void |
setUserName(java.lang.String userName)
The name of a user in the Genesys Configuration Layer. |
abstract void |
setUserPassword(java.lang.String userPassword)
The password of a user in the Genesys Configuration Layer. |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription |
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject |
---|
equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Method Detail |
---|
public static RequestRestoreSession create()
public static RequestRestoreSession create(java.lang.Integer clientType, java.lang.String clientName, java.lang.String userName, java.lang.String userPassword, java.lang.String protocolVersion, java.lang.Integer sessionId)
create()
without arguments and then call needed setters.
clientType
- Type of client application as defined in ConfServerClient enumclientName
- Client application's nameuserName
- User Name - required only for the applications that are not treated as daemon applications (servers) by Configuration ServeruserPassword
- User Password - required only for the applications that are not treated as daemon applications (servers) by Configuration ServerprotocolVersion
- Protocol VersionsessionId
- Session identifier
public abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getClientType()
public abstract void setClientType(java.lang.Integer clientType)
clientType
- new value of the propertypublic abstract void setClientType(int clientType)
clientType
- new value of the propertypublic abstract java.lang.String getClientName()
public abstract void setClientName(java.lang.String clientName)
clientName
- new value of the propertypublic abstract java.lang.String getUserName()
public abstract void setUserName(java.lang.String userName)
public abstract java.lang.String getUserPassword()
public abstract void setUserPassword(java.lang.String userPassword)
public abstract java.lang.String getProtocolVersion()
public abstract void setProtocolVersion(java.lang.String protocolVersion)
protocolVersion
- new value of the propertypublic abstract java.lang.Integer getSessionId()
public abstract void setSessionId(java.lang.Integer sessionId)
sessionId
- new value of the propertypublic abstract void setSessionId(int sessionId)
sessionId
- new value of the propertypublic abstract java.lang.String getOldProtocolVersion()
public abstract void setOldProtocolVersion(java.lang.String oldProtocolVersion)
oldProtocolVersion
- new value of the property@Deprecated public abstract java.lang.String getClientPassword()
@Deprecated public abstract void setClientPassword(java.lang.String clientPassword)
clientPassword
- new value of the property
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |