|
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.RequestSetInputMask
public abstract class RequestSetInputMask
Directs T-Server to send applications only the subset of T-Server Events that are specified by an InputMask, and filter out the rest. When a client application establishes a connection with T-Server, a list of all events available from the media device is specified during the initialization procedure. Using this request narrows that list based on a configured EventMask.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Method Summary | |
---|---|
static RequestSetInputMask |
create()
Creates instance of RequestSetInputMask with no parameters set. |
static RequestSetInputMask |
create(EventMask inputMask)
Creates instance of RequestSetInputMask with all parameters set. |
abstract EventMask |
getInputMask()
An EventMask that specifies which T-Server Events are transmitted to the application. |
abstract java.lang.Integer |
getReferenceID()
Reference ID of the related request. |
abstract void |
setInputMask(EventMask inputMask)
An EventMask that specifies which T-Server Events are transmitted to the application. |
abstract void |
setReferenceID(int referenceID)
Reference ID of the related request. |
abstract void |
setReferenceID(java.lang.Integer referenceID)
Reference ID of the related request. |
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 RequestSetInputMask create()
public static RequestSetInputMask create(EventMask inputMask)
inputMask
- Specifies which T-Server events can be transmitted to the application.
public abstract java.lang.Integer getReferenceID()
public abstract void setReferenceID(java.lang.Integer referenceID)
public abstract void setReferenceID(int referenceID)
public abstract EventMask getInputMask()
public abstract void setInputMask(EventMask inputMask)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |