|
Class Summary |
| AcknowledgementRequest |
Used to Acknowledge sent messages. |
| Connection |
This class implements javax.jms.Connection. |
| ConnectionToken |
This class is the broker point of view on a SpyConnection (it contains a
ConnectionReceiver). |
| DurableSubscriptionID |
|
| GenericConnectionFactory |
The RMI implementation of the DistributedConnectionFactory object |
| JBossMQXid |
This class is a wrapper for non-serializable implementations of
java.transaction.xa.Xid. |
| MessagePool |
This class provides a pool of SpyMessages. |
| MessageStatistics |
Message statistics |
| ReceiveRequest |
This class contians all the data needed to perform a JMS transaction |
| SpyBytesMessage |
This class implements javax.jms.BytesMessage |
| SpyConnection |
This class implements javax.jms.QueueConnection and
javax.jms.TopicConnection |
| SpyConnectionConsumer |
This class implements javax.jms.ConnectionConsumer |
| SpyConnectionFactory |
This class implements javax.jms.TopicConnectionFactory and
javax.jms.QueueConnectionFactory. |
| SpyConnectionMetaData |
This class implements javax.jms.ConnectionMetaData |
| SpyDestination |
This class implements javax.jms.Destination |
| SpyEncapsulatedMessage |
This Message class is used to send a non 'provider-optimized Message' over
the network [4.4.5] |
| SpyMapMessage |
This class implements javax.jms.MapMessage |
| SpyMessage |
This class implements javax.jms.Message |
| SpyMessage.Header |
The message headers |
| SpyMessageConsumer |
This class implements javax.jms.MessageConsumer. |
| SpyMessageProducer |
This class implements javax.jms.MessageProducer |
| SpyObjectMessage |
This class implements javax.jms.ObjectMessage |
| SpyQueue |
This class implements javax.jms.Queue |
| SpyQueueBrowser |
This class implements javax.jms.QueueBrowser |
| SpyQueueReceiver |
This class implements javax.jms.QueueReceiver |
| SpyQueueSender |
This class implements javax.jms.QueueSender
A sender created with a null Queue will now be interpreted as created as an
unidentifyed sender and follows the spec in throwing
UnsupportedOperationException at the correct places. |
| SpyQueueSession |
This class implements javax.jms.QueueSession and javax.jms.XAQueueSession |
| SpySession |
This class implements javax.jms.Session and javax.jms.XASession |
| SpyStreamMessage |
This class implements javax.jms.StreamMessage |
| SpyTemporaryQueue |
This class implements javax.jms.TemporaryQueue |
| SpyTemporaryTopic |
This class implements javax.jms.TemporaryTopic |
| SpyTextMessage |
This class implements javax.jms.TextMessage |
| SpyTopic |
This class implements javax.jms.Topic |
| SpyTopicPublisher |
This class implements javax.jms.TopicPublisher
A publisher created with a null Topic will now be interpreted as created as
an unidentifyed publisher and follows the spec in throwing
UnsupportedOperationException at the correct places. |
| SpyTopicSession |
This class implements javax.jms.TopicSession and javax.jms.XATopicSession. |
| SpyTopicSubscriber |
This class implements javax.jms.TopicSubscriber. |
| SpyXAConnection |
This class implements javax.jms.XAQueueConnection |
| SpyXAConnectionFactory |
This class implements javax.jms.XATopicConnectionFactory and
javax.jms.XAQueueConnectionFactory. |
| SpyXAResource |
This class implements the XAResource interface for used with an XASession. |
| SpyXAResourceManager |
This class implements the ResourceManager used for the XAResources used int
JBossMQ. |
| Subscription |
This class contains all the data needed to for a the provider to to
determine if a message can be routed to a consumer. |
| TransactionRequest |
This class contians all the data needed to perform a JMS transaction |