|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.JTapi.JTapiStartMonitoringOptions
public static class JTapi.JTapiStartMonitoringOptions
| Field Summary | |
|---|---|
java.lang.String |
listenerDeviceName
The device name of a device that should receive the monitor call. |
java.lang.String |
listenerDevicePool
The name of the device pool containing application server-controlled devices. |
JTapi.PlayToneDirection |
playToneDirection
The direction in which a recording indicator tone will be played. |
java.lang.String |
rxIP
The IP address that the monitored audio should be sent to. |
java.lang.Long |
rxPort
The port that the monitored audio should be sent to. |
java.lang.Integer |
timeout
The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. |
| Constructor Summary | |
|---|---|
JTapi.JTapiStartMonitoringOptions()
Constructs the JTapiStartMonitoringOptions. |
|
JTapi.JTapiStartMonitoringOptions(java.lang.Integer timeout,
java.lang.String listenerDevicePool,
java.lang.String listenerDeviceName,
java.lang.String rxIP,
java.lang.Long rxPort,
JTapi.PlayToneDirection playToneDirection)
Constructs the JTapiStartMonitoringOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getListenerDeviceName()
Gets the value. |
java.lang.String |
getListenerDevicePool()
Gets the value. |
JTapi.PlayToneDirection |
getPlayToneDirection()
Gets the value. |
java.lang.String |
getRxIP()
Gets the value. |
java.lang.Long |
getRxPort()
Gets the value. |
java.lang.Integer |
getTimeout()
Gets the value. |
void |
setListenerDeviceName(java.lang.String value)
Sets the value. |
void |
setListenerDevicePool(java.lang.String value)
Sets the value. |
void |
setPlayToneDirection(JTapi.PlayToneDirection value)
Sets the value. |
void |
setRxIP(java.lang.String value)
Sets the value. |
void |
setRxPort(java.lang.Long value)
Sets the value. |
void |
setTimeout(java.lang.Integer value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Integer timeout
public java.lang.String listenerDevicePool
public java.lang.String listenerDeviceName
public java.lang.String rxIP
public java.lang.Long rxPort
public JTapi.PlayToneDirection playToneDirection
| Constructor Detail |
|---|
public JTapi.JTapiStartMonitoringOptions()
public JTapi.JTapiStartMonitoringOptions(java.lang.Integer timeout,
java.lang.String listenerDevicePool,
java.lang.String listenerDeviceName,
java.lang.String rxIP,
java.lang.Long rxPort,
JTapi.PlayToneDirection playToneDirection)
timeout - The Timeout property specifies to the Application Runtime Environment how
timeout long to wait for a response from the provider for the current action. The
timeout ReturnValue returned in this case is Timeout. The value must be a literal
timeout value in milliseconds.
timeoutlistenerDevicePool - The name of the device pool containing application server-controlled
listenerDevicePool devices. If specified, also specify RxIP and RxPort, but do not specify
listenerDevicePool ListenerDeviceName and ListenerLineDN.
listenerDevicePoollistenerDeviceName - The device name of a device that should receive the monitor call. If
listenerDeviceName specified, also specify ListenerLineDN, but do not specify
listenerDeviceName ListenerDevicePool.
listenerDeviceNamerxIP - The IP address that the monitored audio should be sent to. If specified,
rxIP also specify ListenerDevicePool and RxPort, but do not specify
rxIP ListenerDeviceName and ListenerLineDN.
rxIPrxPort - The port that the monitored audio should be sent to. If specified, also
rxPort specify ListenerDevicePool and RxIP, but do not specify ListenerDeviceName
rxPort and ListenerLineDN.
rxPortplayToneDirection - The direction in which a recording indicator tone will be played. If not
playToneDirection specified, no tone will be played. Valid values area as follows:
playToneDirection
playToneDirection PlayToneNoLocalOrRemote - No tones are generated.
playToneDirection PlayToneLocalOnly - The user being monitored hears a periodic tone.
playToneDirection PlayToneRemoteOnly - The listener hears a periodic tone.
playToneDirection PlayToneBothLocalAndRemote - Both local and remote tones are generated.
playToneDirection| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Integer getTimeout()
public void setTimeout(java.lang.Integer value)
value - the value.public java.lang.String getListenerDevicePool()
public void setListenerDevicePool(java.lang.String value)
value - the value.public java.lang.String getListenerDeviceName()
public void setListenerDeviceName(java.lang.String value)
value - the value.public java.lang.String getRxIP()
public void setRxIP(java.lang.String value)
value - the value.public java.lang.Long getRxPort()
public void setRxPort(java.lang.Long value)
value - the value.public JTapi.PlayToneDirection getPlayToneDirection()
public void setPlayToneDirection(JTapi.PlayToneDirection value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||