cisco.uc.cuae.legacy
Interface CiscoDeviceListHelper.CiscoDeviceListClientFactory

Enclosing class:
CiscoDeviceListHelper

public static interface CiscoDeviceListHelper.CiscoDeviceListClientFactory

Factory used by CiscoDeviceListHelper.newServer(String, Resources, CiscoDeviceListClientFactory) to construct a new instance implementing CiscoDeviceListClient. The new instance will receive and process messages from the server session.


Method Summary
 CiscoDeviceListClient newCiscoDeviceListClient(RemoteCiscoDeviceListServer server)
          Constructs a new instance implementing CiscoDeviceListClient.
 

Method Detail

newCiscoDeviceListClient

CiscoDeviceListClient newCiscoDeviceListClient(RemoteCiscoDeviceListServer server)
                                               throws java.lang.Exception
Constructs a new instance implementing CiscoDeviceListClient. The new instance will receive and process messages from the server session.

Parameters:
server - an instance of RemoteCiscoDeviceListServer which may be used to send messages to the server session.
Returns:
a new instance implementing CiscoDeviceListClient (typically ImplCiscoDeviceListClient).
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.