|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectetch.bindings.java.support.RemoteBase
cisco.uc.cuae.legacy.RemoteJTapi
cisco.uc.cuae.legacy.RemoteJTapiClient
public final class RemoteJTapiClient
Call to message translator for JTapiClient.
| Nested Class Summary | |
|---|---|
class |
RemoteJTapiClient._Async
Asynchronous implementation of service methods. |
| Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon |
|---|
CuaeCommon.CuaeResult |
| Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon |
|---|
CuaeCommon.CuaeResult |
| Field Summary | |
|---|---|
RemoteJTapiClient._Async |
_async
RemoteJTapiClient._Async class instance used to hide asynchronous message
implementation. |
RemoteJTapiClient._Async |
_inner
Deprecated. |
| Constructor Summary | |
|---|---|
RemoteJTapiClient(etch.bindings.java.support.DeliveryService svc,
etch.bindings.java.msg.ValueFactory vf)
Constructs the RemoteJTapiClient. |
|
| Method Summary | |
|---|---|
void |
jTapiCallActive(java.lang.String sessionId,
JTapi.JTapiCallActiveOptions options)
JTapiCallActive indicates that the media of a call has become active. |
void |
jTapiCallEstablished(java.lang.String sessionId,
JTapi.JTapiCallEstablishedOptions options)
JTapiCallEstablished indicates that a line on a monitored device has placed a call. |
void |
jTapiCallInactive(java.lang.String sessionId,
JTapi.JTapiCallInactiveOptions options)
JTapiCallInactive indicates that the media of a call has gone inactive. |
void |
jTapiCallInitiated(java.lang.String sessionId,
JTapi.JTapiCallInitiatedOptions options)
JTapiCallInitiated indicates that a line on a monitored device has gone off-hook. |
void |
jTapiGotDigits(java.lang.String sessionId,
JTapi.JTapiGotDigitsOptions options)
JTapiGotDigits indicates that a digit has been pressed on a monitored device during a call. |
void |
jTapiHangupCall(java.lang.String sessionId,
JTapi.JTapiHangupCallOptions options)
JTapiHangupCall indicates that a call on a monitored device has ended. |
void |
jTapiIncomingCall(java.lang.String sessionId,
JTapi.JTapiIncomingCallOptions options)
JTapiIncomingCall indicates that a call has been routed to a line on a monitored device and is currently ringing and unanswered. |
| Methods inherited from class etch.bindings.java.support.RemoteBase |
|---|
_begincall, _endcall, _newMessage, _send, _start, _startAndWaitUp, _stop, _stopAndWaitDown, _transportControl, _transportNotify, _transportQuery, _waitDown, _waitUp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final RemoteJTapiClient._Async _async
RemoteJTapiClient._Async class instance used to hide asynchronous message
implementation. Use this to invoke the asynchronous message
implementations.
@Deprecated public final RemoteJTapiClient._Async _inner
RemoteJTapiClient._Async class instance used to hide asynchronous message
implementation. This is here for backwards compatibility only, use
_async instead.
| Constructor Detail |
|---|
public RemoteJTapiClient(etch.bindings.java.support.DeliveryService svc,
etch.bindings.java.msg.ValueFactory vf)
svc - vf - | Method Detail |
|---|
public final void jTapiIncomingCall(java.lang.String sessionId,
JTapi.JTapiIncomingCallOptions options)
JTapiClient
jTapiIncomingCall in interface JTapiClientsessionId - The session Id for this method calloptions - An object holding all the optional parameters
public final void jTapiCallInitiated(java.lang.String sessionId,
JTapi.JTapiCallInitiatedOptions options)
JTapiClient
jTapiCallInitiated in interface JTapiClientsessionId - The session Id for this method calloptions - An object holding all the optional parameters
public final void jTapiCallEstablished(java.lang.String sessionId,
JTapi.JTapiCallEstablishedOptions options)
JTapiClient
jTapiCallEstablished in interface JTapiClientsessionId - The session Id for this method calloptions - An object holding all the optional parameters
public final void jTapiCallActive(java.lang.String sessionId,
JTapi.JTapiCallActiveOptions options)
JTapiClient
jTapiCallActive in interface JTapiClientsessionId - The session Id for this method calloptions - An object holding all the optional parameters
public final void jTapiCallInactive(java.lang.String sessionId,
JTapi.JTapiCallInactiveOptions options)
JTapiClient
jTapiCallInactive in interface JTapiClientsessionId - The session Id for this method calloptions - An object holding all the optional parameters
public final void jTapiHangupCall(java.lang.String sessionId,
JTapi.JTapiHangupCallOptions options)
JTapiClient
jTapiHangupCall in interface JTapiClientsessionId - The session Id for this method calloptions - An object holding all the optional parameters
public final void jTapiGotDigits(java.lang.String sessionId,
JTapi.JTapiGotDigitsOptions options)
JTapiClient
jTapiGotDigits in interface JTapiClientsessionId - The session Id for this method calloptions - An object holding all the optional parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||