|
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.voice.protocol.tserver.requests.special.RequestDistributeUserEvent
public abstract class RequestDistributeUserEvent
Sends the application-defined data structure specified by the parameter event to T-Server, making this data available to the applications registered to receive events about the telephony object specified by the parameter dn.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static RequestDistributeUserEvent |
create()
Creates instance of RequestDistributeUserEvent with no parameters set. |
static RequestDistributeUserEvent |
create(java.lang.String communicationDN,
CommonProperties userEvent)
Creates instance of RequestDistributeUserEvent with all parameters set. |
abstract java.lang.String |
getCommunicationDN()
Directory number of the telephony object the user event relates to. |
abstract java.lang.Integer |
getReferenceID()
Reference ID of the related request. |
abstract CommonProperties |
getUserEvent()
The user's event. |
abstract void |
setCommunicationDN(java.lang.String communicationDN)
Directory number of the telephony object the user event relates to. |
abstract void |
setReferenceID(int referenceID)
Reference ID of the related request. |
abstract void |
setReferenceID(java.lang.Integer referenceID)
Reference ID of the related request. |
abstract void |
setUserEvent(CommonProperties userEvent)
The user's event. |
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 RequestDistributeUserEvent create()
public static RequestDistributeUserEvent create(java.lang.String communicationDN, CommonProperties userEvent)
communicationDN
- Directory number of the telephony object the user event relates to.userEvent
- The user's event.
public abstract java.lang.Integer getReferenceID()
public abstract void setReferenceID(java.lang.Integer referenceID)
public abstract void setReferenceID(int referenceID)
public abstract java.lang.String getCommunicationDN()
public abstract void setCommunicationDN(java.lang.String communicationDN)
communicationDN
- new value of the propertypublic abstract CommonProperties getUserEvent()
public abstract void setUserEvent(CommonProperties userEvent)
userEvent
- 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 |