cisco.uc.cuae
Interface EtchBridgeHelper.EtchBridgeServerFactory

Enclosing class:
EtchBridgeHelper

public static interface EtchBridgeHelper.EtchBridgeServerFactory

Factory used by EtchBridgeHelper.newListener(String, Resources, EtchBridgeServerFactory) to construct a new instance implementing EtchBridgeServer. The new instance will receive and process messages from the client session.


Method Summary
 EtchBridgeServer newEtchBridgeServer(RemoteEtchBridgeClient client)
          Constructs a new instance implementing EtchBridgeServer.
 

Method Detail

newEtchBridgeServer

EtchBridgeServer newEtchBridgeServer(RemoteEtchBridgeClient client)
                                     throws java.lang.Exception
Constructs a new instance implementing EtchBridgeServer. The new instance will receive and process messages from the client session.

Parameters:
client - an instance of RemoteEtchBridgeClient which may be used to send messages to the client session.
Returns:
a new instance implementing EtchBridgeServer (typically ImplEtchBridgeServer).
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.