|
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.applicationblocks.commons.protocols.ProtocolConfiguration
com.genesyslab.platform.applicationblocks.commons.protocols.BasicChatConfiguration
Endpoint
to manage protocol's configuration.
@Deprecated public class BasicChatConfiguration
Protocol Manager Application Block is deprecated.
BasicChatProtocolHandshakeOptions
,
ClientConnectionOptions
,
ClientADDPOptions
,
PropertyConfiguration
,
KeyValueConfiguration
,
Endpoint
,
WarmStandbyConfiguration
,
ClientConfigurationHelper
Constructor Summary | |
---|---|
BasicChatConfiguration(java.lang.String name)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getPersonId()
Deprecated. |
java.lang.Integer |
getTimeZoneOffset()
Deprecated. |
KeyValueCollection |
getUserData()
Deprecated. |
java.lang.String |
getUserNickname()
Deprecated. |
UserType |
getUserType()
Deprecated. |
java.lang.Boolean |
isAutoRegister()
Deprecated. |
void |
setAutoRegister(java.lang.Boolean autoRegister)
Deprecated. |
void |
setPersonId(java.lang.String personId)
Deprecated. |
void |
setTimeZoneOffset(java.lang.Integer timeZoneOffset)
Deprecated. |
void |
setUserData(KeyValueCollection userData)
Deprecated. |
void |
setUserNickname(java.lang.String name)
Deprecated. |
void |
setUserType(UserType userType)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicChatConfiguration(java.lang.String name)
Method Detail |
---|
public java.lang.String getUserNickname()
public void setUserNickname(java.lang.String name)
public java.lang.String getPersonId()
public void setPersonId(java.lang.String personId)
public UserType getUserType()
public void setUserType(UserType userType)
public KeyValueCollection getUserData()
public void setUserData(KeyValueCollection userData)
public java.lang.Boolean isAutoRegister()
public void setAutoRegister(java.lang.Boolean autoRegister)
public java.lang.Integer getTimeZoneOffset()
public void setTimeZoneOffset(java.lang.Integer timeZoneOffset)
public java.lang.String toString()
toString
in class ProtocolConfiguration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |