Package org.elkoserver.foundation.server

Core common server implementation classes for Elko.

See:
          Description

Interface Summary
LoadWatcher Interface implemented by objects that register to receive periodic samplings of system load.
ReinitWatcher Interface implemented by objects that register to receive notification when the server is reinitialized.
ServiceFactory Interface to provide the application-specific portion of MessageHandlerFactory creation.
ShutdownWatcher Interface implemented by objects that register to be notified when the server is about to be shut down.
 

Class Summary
Server The core of an Elko server, holding the run queue, a collection of configuration information extracted from the various Java property settings, as well as access to various important server-intrinsic services (such as port listeners) that are configured by those property settings.
ServerLoadMonitor Processing time accumulator to help keep track of system load.
ServiceActor Actor for a connection to an external service.
ServiceLink Class representing a connection to a service rather than to a specific client or server.
 

Package org.elkoserver.foundation.server Description

Core common server implementation classes for Elko.