cisco.uc.cuae.legacy
Interface CiscoDeviceListHelper.CiscoDeviceListServerFactory
- Enclosing class:
- CiscoDeviceListHelper
public static interface CiscoDeviceListHelper.CiscoDeviceListServerFactory
Factory used by
CiscoDeviceListHelper.newListener(String, Resources, CiscoDeviceListServerFactory)
to construct a new instance implementing CiscoDeviceListServer. The new
instance will receive and process messages from the client session.
newCiscoDeviceListServer
CiscoDeviceListServer newCiscoDeviceListServer(RemoteCiscoDeviceListClient client)
throws java.lang.Exception
- Constructs a new instance implementing CiscoDeviceListServer. The new
instance will receive and process messages from the client session.
- Parameters:
client - an instance of RemoteCiscoDeviceListClient which may be used to
send messages to the client session.
- Returns:
- a new instance implementing CiscoDeviceListServer (typically
ImplCiscoDeviceListServer).
- Throws:
java.lang.Exception
Copyright © 2008. All Rights Reserved.