|
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.openmedia.protocol.interactionserver.events.EventCustom
public abstract class EventCustom
Message for passing old style UR events to reporting.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static EventCustom |
create()
Creates instance of EventCustom with no parameters set. |
static EventCustom |
create(java.lang.Integer customMessageType,
byte[] customMessageData)
Creates instance of EventCustom with required parameters set. |
static EventCustom |
create(java.lang.Integer proxyClientId,
java.lang.Integer customMessageType,
byte[] customMessageData,
KeyValueCollection extension)
Creates instance of EventCustom with all parameters set. |
abstract byte[] |
getCustomMessageData()
|
abstract java.lang.Integer |
getCustomMessageType()
|
abstract KeyValueCollection |
getExtension()
A key-value list of extensions. |
abstract java.lang.Integer |
getProxyClientId()
Proxy client identifier. |
abstract void |
setCustomMessageData(byte[] customMessageData)
|
abstract void |
setCustomMessageType(int customMessageType)
|
abstract void |
setCustomMessageType(java.lang.Integer customMessageType)
|
abstract void |
setExtension(KeyValueCollection extension)
A key-value list of extensions. |
abstract void |
setProxyClientId(int proxyClientId)
Proxy client identifier. |
abstract void |
setProxyClientId(java.lang.Integer proxyClientId)
Proxy client identifier. |
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 EventCustom create()
public static EventCustom create(java.lang.Integer proxyClientId, java.lang.Integer customMessageType, byte[] customMessageData, KeyValueCollection extension)
proxyClientId
- The identifier of the client of proxy.customMessageType
- customMessageData
- extension
- Extensions.
public static EventCustom create(java.lang.Integer customMessageType, byte[] customMessageData)
customMessageType
- customMessageData
-
public abstract java.lang.Integer getProxyClientId()
public abstract void setProxyClientId(java.lang.Integer proxyClientId)
public abstract void setProxyClientId(int proxyClientId)
public abstract java.lang.Integer getCustomMessageType()
public abstract void setCustomMessageType(java.lang.Integer customMessageType)
customMessageType
- new value of the propertypublic abstract void setCustomMessageType(int customMessageType)
customMessageType
- new value of the propertypublic abstract byte[] getCustomMessageData()
public abstract void setCustomMessageData(byte[] customMessageData)
customMessageData
- new value of the propertypublic abstract KeyValueCollection getExtension()
public abstract void setExtension(KeyValueCollection extension)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |