| Interface | Description |
|---|---|
| QueueConnector |
QueueConnector is an Interface for JMS Queue and its Connections
|
| TopicConnector |
TopicConnector is an Interface for JMS Topic and its connections
|
| Class | Description |
|---|---|
| Aggregation |
Aggregation contains a list of stateless operations for aggregations
on the properties retrieved from either JMS messages or Events.
|
| AWSMessenger |
AWSMessenger connects to an AWS service and converts the JMS messages into
AWS requests.
|
| BytesEvent |
BytesEvent is an Event that implements JMS BytesMessage
|
| EchoService |
EchoService echos requests for test purpose.
|
| EventDestination |
EventDestination stores JMS Destination for event
|
| EventEscalator |
EventEscalator maintains a session for selected events to keep tracking
a specific number as the indicator of the state change across the time
line.
|
| EventQueue |
EventQueue represents JMS Queue for event
|
| EventTopic |
EventTopic represents JMS Topic for event
|
| EventTracker |
EventTracker aggregates incoming events and keeps tracking their state
according to the predefined policies and the content of the aggregated
events.
|
| FTPMessenger |
FTPMessenger connects to an FTP server and initializes one of the operations,
such as retrieve, download and store.
|
| FTPSMessenger |
FTPSMessenger connects to an FTPS server and initializes one of the
operations, such as retrieve, download and store.
|
| HTTPMessenger |
HTTPMessenger connects to a web server and initializes one of the operations,
such as retrieve, download and store, or other commands.
|
| JDBCMessenger |
JDBCMessenger connects to a database specified by URI and initializes the
operation of query and update for SQL statement with JMS Messages.
|
| JMSEvent |
JMSEvent is an Event that implements JMS Message
|
| JMSHealthChecker |
HealthCheck checks a JMS destination by putting or publishing a JMS
message to it
It sends or publishes a predefined health-check message to the destination to test its message acceptance. |
| JMSLogMonitor |
JMSLogMonitor monitors on a JMS queue implemented by a plain logfile via
MessageLogger.
|
| JMSMonitor |
JMSMonitor monitors a JMS application by watching its log and its queue
depth.
|
| JMSQConnector |
JMSQConnector is an abstract class partially implements QueueConnector.
|
| JMSTConnector |
JMSTConnector connects to a JMS topic and initializes one of the operations,
such as sub, pub.
|
| JMXMessenger |
JMXMessenger connects to a JMX server and converts the JMS messages into
JMX requests.
|
| JSONFormatter |
JSONFormatter formats JSON payload in a message with a sequence of
operations.
|
| LogSlicer |
LogSlicer slices a growing logfile into pieces dynamically
so that they can be havestered.
|
| MapEvent |
MapEvent is an Event that implements JMS MapMessage
|
| MessageFilter |
MessageFilter is a client side filter with an internal formatter.
|
| MessageHandler |
MessageHandler implements HttpHandler for http servers.
|
| MessageInputStream |
MessageInputStream is an InputStream on a given JMS BytesMessage.
|
| MessageLogger |
MessageLogger handles common logs as JMS Messages.
|
| MessageOutputStream |
MessageOutputStream is an OutputStream on a given JMS BytesMessage.
|
| MessagePacket |
MessagePacket handles JMS Messages IO on DatagramSocket.
|
| MessageServlet |
MessageServlet is a servlet for generic message services.
|
| MessageStream |
MessageStream handles Stream IO on JMS Messages.
|
| MessageUtils |
MessageUtils contains a bunch of constants and static methods on JMSMessage
for common uses
|
| MongoDBMessenger |
MongoDBMessenger connects to a Mongo database specified by URI and
initializes the operations of find and update, etc with JMS Messages on
various document collections.
|
| Msg2Text |
Msg2Text is a customized formatter that formats a JMS message into a plain
text according to the result type.
|
| NNTPMessenger |
NNTPMessenger connects to an NNTP server and initializes one of the
operations, such as fetch, retrieve and post.
|
| ObjectEvent |
ObjectEvent is an Event that implements JMS ObjectMessage
|
| QConnector |
QConnector connects to a JMS queue and initializes one of the operations,
such as browse, query, get or put.
|
| QMFMessenger |
QMFMessenger connects to a QMF server and converts the JMS messages into
QMF requests.
|
| RedisMessenger |
RedisMessenger connects to a Redis data store specified by URI and
initializes the operations of get and put, etc with JMS Messages on
various redis operations.
|
| RiakMessenger |
RiakMessenger connects to a Riak database specified by URI and
initializes the operations of fetch, store and download with JMS Messages on
various data buckets.
|
| RMQMessenger |
RMQMessenger connects to a RabbitMQ server and initializes one of the
operations, such as get and pub.
|
| SFTPMessenger |
SFTPMessenger connects to a SSH server and initializes one of the operations,
such as retrieve, download and store.
|
| SNMPMessenger |
SNMPMessenger handles JMS Messages IO on SNMP resources.
|
| TConnector |
TConnector connects to a JMS topic and initializes one of the operations,
such as sub, pub, DeregSub and RegSub.
|
| TextEvent |
TextEvent is an Event that implements JMS TextMessage
|
| UniformSplitter |
UniformSplitter splits a JMS message into a plain text containing multiple
lines.
|