See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
BuildVersion |
Struct class, whose sole purpose is to hold onto a statically configured
version identification string.
|
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.
|
Copyright © 2017. All rights reserved.