|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolutionControlServerProtocolHandshakeOptions
Dedicated interface to represent Solution Control Server protocol handshake parameters.
SolutionControlServerProtocol
Method Summary | |
---|---|
int |
getClientId()
Returns client application DBID. |
java.lang.String |
getClientName()
Returns client application name. |
ControlObjectType |
getClientType()
Returns SCS client type. Default value is ControlObjectType.Application . |
java.lang.String |
getUserName()
Returns user name handshake property. |
void |
setClientId(int clientId)
Sets client application DBID. |
void |
setClientName(java.lang.String clientName)
Sets client application name. |
void |
setClientType(ControlObjectType clientType)
Sets SCS client type. Default value is ControlObjectType.Application . |
void |
setUserName(java.lang.String userName)
Sets user name handshake property. |
Method Detail |
---|
int getClientId()
setClientId(int)
void setClientId(int clientId)
clientId
- client application DBIDjava.lang.String getClientName()
setClientName(String)
void setClientName(java.lang.String clientName)
clientName
- client application nameControlObjectType getClientType()
ControlObjectType.Application
.
setClientType(ControlObjectType)
,
ControlObjectType
void setClientType(ControlObjectType clientType)
ControlObjectType.Application
.
clientType
- client typeControlObjectType
java.lang.String getUserName()
setUserName(String)
void setUserName(java.lang.String userName)
userName
- user name
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |