Novell exteNd Messaging Platform 5.2

Package com.sssw.jms.api

Novell exteNd Messaging Platform extensions to the JMS API.

See:
          Description

Interface Summary
JMQConnection The base class for Novell exteNd Messaging Platform JMS connections.
JMQFileMessage A JMQFileMessage object is used to send a message containing one or more files (java.io.File objects).
JMQQueueConnection Novell exteNd Messaging Platform JMS queue connection.
JMQSession A JMQSession defines additional message acknowledgement modes and supports a factory method for creating XML and SOAP messages.
JMQSOAPMessage A JMQSOAPMessage object is used to send a message containing a javax.xml.soap.SOAPMessage.
JMQTopicConnection Novell exteNd Messaging Platform JMS topic connection.
JMQXAQueueConnection Novell exteNd Messaging Platform JMS XA queue connection.
JMQXATopicConnection Novell exteNd Messaging Platform JMS XA topic connection.
JMQXMLMessage A JMQXMLMessage object is used to send a message containing a org.w3c.dom.Document.
 

Class Summary
JMQAdministeredObject JMS administered objects are local Java objects containing JMS configuration information that are created by a JMS administrator and later used by JMS clients.
JMQConnectionFactory Factory for creating JMS connections in JBroker MQ.
JMQDatabase Create an in-process JMS database controller.
JMQDestination The Novell exteNd Messaging Platform JMS destination.
JMQMessageBean A utility class for easy creation of message consumers.
JMQMessageService A class for creating an in-process Java Message Service.
JMQQueue A Novell exteNd Messaging Platform JMS queue object encapsulates a queue name.
JMQQueueConnectionFactory A client uses a JMQQueueConnectionFactory to create JMQQueueConnection's.
JMQQueueRequestor The JMQQueueRequestor helper class simplifies making service requests.
JMQServerInfo A JMQServerInfo object encapsulates host and port information about a JMS server.
JMQTopic A Novell exteNd Messaging Platform JMS topic object encapsulates a topic name.
JMQTopicConnectionFactory A client uses a JMQTopicConnectionFactory to create JMQTopicConnection's.
JMQTopicRequestor The JMQTopicRequestor helper class simplifies making service requests.
JMQXAQueueConnectionFactory A client uses a JMQXAQueueConnectionFactory to create JMQXAQueueConnection's.
JMQXATopicConnectionFactory A client uses a JMQXATopicConnectionFactory to create JMQXATopicConnection's.
 

Exception Summary
JMQConnectionLostException This exception is raised when a client looses the connection to its JMS server(s).
JMQMessageNotDeliveredException This exception is raised if a MessageListener's onMessage method continously raises an un-checked exception.
JMQXAException This exception extends javax.transaction.xa.XAException to provide additional information about an XA exception.
 

Package com.sssw.jms.api Description

Novell exteNd Messaging Platform extensions to the JMS API.


Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.