cisco.uc.cuae.legacy
Class TimerFacilityHelper

java.lang.Object
  extended by etch.bindings.java.support.TransportHelper
      extended by cisco.uc.cuae.legacy.TimerFacilityHelper

public abstract class TimerFacilityHelper
extends etch.bindings.java.support.TransportHelper

Transport helper for TimerFacility. All methods are static.


Nested Class Summary
static interface TimerFacilityHelper.TimerFacilityClientFactory
          Factory used by newServer(String, Resources, TimerFacilityClientFactory) to construct a new instance implementing TimerFacilityClient.
static interface TimerFacilityHelper.TimerFacilityServerFactory
          Factory used by newListener(String, Resources, TimerFacilityServerFactory) to construct a new instance implementing TimerFacilityServer.
 
Field Summary
 
Fields inherited from class etch.bindings.java.support.TransportHelper
BINARY, FREE_POOL, QUEUED_POOL, XML
 
Constructor Summary
TimerFacilityHelper()
           
 
Method Summary
static etch.util.core.io.Transport<etch.bindings.java.support.ServerFactory> newListener(java.lang.String uri, etch.util.Resources resources, TimerFacilityHelper.TimerFacilityServerFactory implFactory)
          Constructs a new server session listener per specifications in uri and resources.
static RemoteTimerFacilityServer newServer(java.lang.String uri, etch.util.Resources resources, TimerFacilityHelper.TimerFacilityClientFactory implFactory)
          Constructs a new client session per specifications in uri and resources.
 
Methods inherited from class etch.bindings.java.support.TransportHelper
initResources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerFacilityHelper

public TimerFacilityHelper()
Method Detail

newListener

public static etch.util.core.io.Transport<etch.bindings.java.support.ServerFactory> newListener(java.lang.String uri,
                                                                                                etch.util.Resources resources,
                                                                                                TimerFacilityHelper.TimerFacilityServerFactory implFactory)
                                                                                         throws java.lang.Exception
Constructs a new server session listener per specifications in uri and resources. This listener will accept requests from clients for new server sessions.

Parameters:
uri - contains specifications for the server session listener and for the server session transport stack.
resources - additional resources to aid in constructing new server sessions.
implFactory - factory used to construct a new instance implementing TimerFacilityServer. The new instance will receive and process messages from the client session.
Returns:
a server session listener.
Throws:
java.lang.Exception

newServer

public static RemoteTimerFacilityServer newServer(java.lang.String uri,
                                                  etch.util.Resources resources,
                                                  TimerFacilityHelper.TimerFacilityClientFactory implFactory)
                                           throws java.lang.Exception
Constructs a new client session per specifications in uri and resources.

Parameters:
uri - contains specifications for the client session transport stack.
resources - additional resources to aid in constructing new client sessions.
implFactory - factory used to construct a new instance implementing TimerFacilityClient. The new instance will receive and process messages from the server session.
Returns:
an instance of RemoteTimerFacilityServer initialized by uri and resources which may be used to send messages to the server session.
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.