cisco.uc.cuae.legacy
Class RemoteTimerFacilityClient

java.lang.Object
  extended by etch.bindings.java.support.RemoteBase
      extended by cisco.uc.cuae.legacy.RemoteTimerFacility
          extended by cisco.uc.cuae.legacy.RemoteTimerFacilityClient
All Implemented Interfaces:
CuaeCommon, CuaeCommonClient, TimerFacility, TimerFacilityClient

public final class RemoteTimerFacilityClient
extends RemoteTimerFacility
implements TimerFacilityClient

Call to message translator for TimerFacilityClient.


Nested Class Summary
 class RemoteTimerFacilityClient._Async
          Asynchronous implementation of service methods.
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.TimerFacility
TimerFacility.AddNonTriggerTimerOptions, TimerFacility.AddNonTriggerTimerResult, TimerFacility.AddTriggerTimerOptions, TimerFacility.AddTriggerTimerResult, TimerFacility.RemoveTimerOptions, TimerFacility.RemoveTimerResult, TimerFacility.TimerFireOptions
 
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
 RemoteTimerFacilityClient._Async _async
          RemoteTimerFacilityClient._Async class instance used to hide asynchronous message implementation.
 RemoteTimerFacilityClient._Async _inner
          Deprecated.  
 
Constructor Summary
RemoteTimerFacilityClient(etch.bindings.java.support.DeliveryService svc, etch.bindings.java.msg.ValueFactory vf)
          Constructs the RemoteTimerFacilityClient.
 
Method Summary
 void timerFire(java.lang.String sessionId, TimerFacility.TimerFireOptions options)
          The TimerFire event occurs when the timer created with either the AddTriggerTimer and AddNonTriggerTimer action fires.
 
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

_async

public final RemoteTimerFacilityClient._Async _async
RemoteTimerFacilityClient._Async class instance used to hide asynchronous message implementation. Use this to invoke the asynchronous message implementations.


_inner

@Deprecated
public final RemoteTimerFacilityClient._Async _inner
Deprecated. 
RemoteTimerFacilityClient._Async class instance used to hide asynchronous message implementation. This is here for backwards compatibility only, use _async instead.

Constructor Detail

RemoteTimerFacilityClient

public RemoteTimerFacilityClient(etch.bindings.java.support.DeliveryService svc,
                                 etch.bindings.java.msg.ValueFactory vf)
Constructs the RemoteTimerFacilityClient.

Parameters:
svc -
vf -
Method Detail

timerFire

public final void timerFire(java.lang.String sessionId,
                            TimerFacility.TimerFireOptions options)
Description copied from interface: TimerFacilityClient
The TimerFire event occurs when the timer created with either the AddTriggerTimer and AddNonTriggerTimer action fires.

Specified by:
timerFire in interface TimerFacilityClient
Parameters:
sessionId - The session Id for this method call
options - An object holding all the optional parameters


Copyright © 2008. All Rights Reserved.