See: Description
| Interface | Description |
|---|---|
| Messages |
Internationalized Message keys for classes in this package.
|
| ReceiverModuleMXBean |
Management interface for
ReceiverModule. |
| Class | Description |
|---|---|
| ClientLoginModule |
Login module that authenticates by supplying the provided credentials to
Client.isCredentialsMatch(String, char[]). |
| ReceiverFactory |
Factory for the
ReceiverModule. |
| ReceiverModule |
A module that can receive any kind of data and emit it on a
remotely accessible messaging topic so that the data can be received
by
remote recipients. |
See ReceiverFactory
for more information on the module provider.
See ReceiverModule
for details on the singleton module instance.
See ReceiverModuleMXBean
for details on the management interface for the module instance.
Note that the receiver module depends on log4j as documented in
org.marketcetera.modules.remote.receiver.ReceiverModuleMXBean#setLogLevel(org.marketcetera.event.LogEvent.Level).
If log4j is not used as the logger provider for slf4j, modules that emit
log events into the receiver conditionally based on
SLF4JLoggerProxy.is*Enabled() calls will not emit events
correctly based on the currently configured value of receiver's log level
getLogLevel().
The receiver module performs automatic JAAS Configuration. See
JaasConfiguration for
details.
Copyright © 2014. All Rights Reserved.