Package org.marketcetera.modules.remote.receiver

Remote Receiver Module capable of receiving data and emitting it to remote destinations.

See:
          Description

Interface Summary
Messages Internationalized Message keys for classes in this package.
ReceiverModuleMXBean Management interface for ReceiverModule.
 

Class Summary
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.
 

Package org.marketcetera.modules.remote.receiver Description

Remote Receiver Module capable of receiving data and emitting it to remote destinations.

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.

Logging:

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().

JAAS Configuration

The receiver module performs automatic JAAS Configuration. See JaasConfiguration for details.

Since:
1.5.0
Version:
$Id: package-info.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com


Copyright © 2012. All Rights Reserved.