cisco.uc.cuae.legacy
Class RemoteTimerFacility

java.lang.Object
  extended by etch.bindings.java.support.RemoteBase
      extended by cisco.uc.cuae.legacy.RemoteTimerFacility
All Implemented Interfaces:
CuaeCommon, TimerFacility
Direct Known Subclasses:
RemoteTimerFacilityClient, RemoteTimerFacilityServer

public class RemoteTimerFacility
extends etch.bindings.java.support.RemoteBase
implements TimerFacility

Call to message translator for TimerFacility.


Nested Class Summary
 class RemoteTimerFacility._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
 
Field Summary
 RemoteTimerFacility._Async _async
          RemoteTimerFacility._Async class instance used to hide asynchronous message implementation.
 RemoteTimerFacility._Async _inner
          Deprecated.  
 
Constructor Summary
RemoteTimerFacility(etch.bindings.java.support.DeliveryService svc, etch.bindings.java.msg.ValueFactory vf)
          Constructs the RemoteTimerFacility.
 
Method Summary
 
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 RemoteTimerFacility._Async _async
RemoteTimerFacility._Async class instance used to hide asynchronous message implementation. Use this to invoke the asynchronous message implementations.


_inner

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

Constructor Detail

RemoteTimerFacility

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

Parameters:
svc -
vf -


Copyright © 2008. All Rights Reserved.