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