| Interface | Description |
|---|---|
| Ping |
The interface to the Ping POJO - this is the interface that will be remotely exposed to clients.
|
| ServiceContainerConfigurationConstants |
These are the names of the known communications services configuration properties.
|
| ServiceContainerMetricsMBean |
This is the interface to the MBean that emits metric information on the server-side comm components.
|
| ServiceContainerSenderCreationListener |
A
ServiceContainer may create new senders - for example, when a remote stream is
being received by a remote client and a sender is created in order to retrieve the stream data from the client. |
| Class | Description |
|---|---|
| GlobalConcurrencyLimitCommandListener |
This is a listener for commands coming into the
ServiceContainer's CommandPreprocessor and will
immediately drop the command if the global concurrent limit has been exceeded. |
| GlobalSuspendCommandListener |
This is a listener for commands coming into the
ServiceContainer's CommandPreprocessor and will
immediately deny processing of the command, returning a NotProcessedException. |
| PingImpl |
Implements the Ping POJO which simply echoes back a message to the caller.
|
| ServiceContainer |
This is the main container that manages the communications services required by the server to accept incoming command
requests.
|
| ServiceContainerConfiguration |
Just provides some convienence methods to extract the service container configuration properties.
|
| ServiceContainerConfigurationUpgrade |
Upgrades the configuration of the communications preferences.
|
| ServiceContainerMetrics |
MBean implementation that emits metrics from the server-side comm components.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.