|
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 MessageServerProtocolHandshakeOptions
Dedicated interface to represent Message Server protocol handshake parameters.
MessageServerProtocol
Method Summary | |
---|---|
java.lang.String |
getClientHost()
Returns client host. |
int |
getClientId()
Gets identification number of log records' source. By design it is DBID of client CME application. |
java.lang.String |
getClientName()
Returns the Message Server client name for connection handshake procedure. |
int |
getClientType()
Returns type of application to be used in the logs. |
void |
setClientHost(java.lang.String host)
Sets client host to pass to server. This value will be automatically attached to LogMessage before sending if message does not declare own value. |
void |
setClientId(java.lang.Integer clientId)
Sets identification number of log records' source. By design it is DBID of client CME application. This value will be automatically attached to all LogMessages before sending if it is not null. |
void |
setClientName(java.lang.String clientName)
Sets the Message Server client name for connection handshake procedure. |
void |
setClientType(int clientType)
Sets type of application to be used in the logs. |
Method Detail |
---|
int getClientId()
void setClientId(java.lang.Integer clientId)
clientId
- client identification numberjava.lang.String getClientName()
setClientName(String)
void setClientName(java.lang.String clientName)
clientName
- client nameint getClientType()
setClientType(int)
void setClientType(int clientType)
clientType
- application typejava.lang.String getClientHost()
setClientHost(String)
,
RequestLogMessage.setClientHost(String)
void setClientHost(java.lang.String host)
host
- client hostRequestLogMessage.setClientHost(String)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |