站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 messaging API Documentation 英文版文档

org.jboss.mq (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


Package org.jboss.mq

Interface Summary
SpyConsumer This class defines the interface which is used by the ConnectionReceiver to send messages to the consumers.
 

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
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
 

Exception Summary
DestinationFullException Thrown when a message cannot be added to a queue or a subscription because it is full.
SpyJMSException A common superclass for JMSException classes that can contain a nested Throwable detail object.
SpyTransactionRolledBackException A TransactionRolledBackException with a nested Throwable detail object.
SpyXAException An XAException with a nested throwable
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.