Uses of Class
ecologylab.services.distributed.server.clientmanager.ClientManager

Packages that use ClientManager
ecologylab.services.authentication.nio NIO versions of authentication server / client. 
ecologylab.services.distributed.server.contextmanager   
ecologylab.services.logging Interface Ecology Lab Logging. 
 

Uses of ClientManager in ecologylab.services.authentication.nio
 

Subclasses of ClientManager in ecologylab.services.authentication.nio
 class AuthClientManager
          Stores information about the connection context for the client, including authentication status.
 

Uses of ClientManager in ecologylab.services.distributed.server.contextmanager
 

Subclasses of ClientManager in ecologylab.services.distributed.server.contextmanager
 class KMLGetClientManager
          This client manager simply serves whatever object is located at KML_DATA in the ObjectRegistry.
 

Uses of ClientManager in ecologylab.services.logging
 

Subclasses of ClientManager in ecologylab.services.logging
 class LoggingClientManager
          Provides a special implementation of performService(), that open()'s an OutputStream as necessary to the appropriate directory for logging, based on the headers in the message, then logs the message to there with a minimum of translation.