Interface | Description |
---|---|
MCommProtocol |
Communication protocol for TIBCO Rendezvous transport.
|
MEventListener |
Interface to be implemented by event listener classes.
|
Class | Description |
---|---|
MAdvisory |
Manage creation and destruction of advisory subscriptions.
|
MAdvisoryEvent |
When the SDK receives an advisory message it generates a
MAdvisoryEvent
that is handled by the MAdvisoryListener . |
MAdvisoryListener |
This is the SDKs default advisory listener.
|
MConsumer | |
MConsumerImpl | |
MDataEvent |
Encapsulate a data event.
|
MDispatcher |
This class allows applications to create a platform-independent
event dispatcher for a specified
MApp instance and session. |
MEndpointSpec |
This class encapsulates the specification of an endpoint (for example, subscriber, publisher).
|
MEvent |
Base event class.
|
MEventSource |
In the SDK event model there are 3 main sets of classes involved with events.
|
MExceptionEvent |
This is a special
MEvent subclass that is dispatched during exception
conditions when an exception would not be useful. |
MProducer | |
MPublisher |
An
MPublisher is a reusable component for publishing messages to
TIBCO Rendezvous or TIBCO Enterprise for JMS using a specified destination name. |
MRvDispatcher | Deprecated
as of Adapter SDK Version 5.0.0
|
MRvSession |
Encapsulate a basic TIBCO Rendezvous session.
|
MRvSslConnectionSpec | Deprecated |
MSession |
Base class for
MJmsSession and MRvSession . |
MSubscriber |
An
MSubscriber subscribes to network data. |
MSubscriberEventSource | Deprecated
internal use only
|
MTimeoutEvent |
Encapsulates a timeout event.
|
MTimer |
An
MTimer event source triggers the generation of
an MTimerEvent after a specified time interval. |
MTimerEvent |
Encapsulate timer events.
|
Semaphore |
Creates a semaphore object that can be used to synchronize access to objects from several threads.
|
Exception | Description |
---|---|
MEventException |
Exeption to be thrown on MEventListener object
|