Message Queue, v4.4 API Specification

Uses of Interface
javax.jms.XAConnectionFactory

Packages that use XAConnectionFactory
com.sun.messaging Provides the Sun GlassFish(tm) Message Queue public classes. 
javax.jms The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. 
 

Uses of XAConnectionFactory in com.sun.messaging
 

Classes in com.sun.messaging that implement XAConnectionFactory
 class XAConnectionFactory
          An XAConnectionFactory is used to create XAConnections with the Sun MQ Java Message Service (JMS) provider.
 class XAQueueConnectionFactory
          An XAQueueConnectionFactory is used to create XAQueueConnections with a Java Message Service (JMS) Point-to-Point (PTP) provider.
 class XATopicConnectionFactory
          An XATopicConnectionFactory is used to create XATopicConnections with a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.
 

Uses of XAConnectionFactory in javax.jms
 

Subinterfaces of XAConnectionFactory in javax.jms
 interface XAQueueConnectionFactory
          An XAQueueConnectionFactory provides the same create options as a QueueConnectionFactory (optional).
 interface XATopicConnectionFactory
          An XATopicConnectionFactory provides the same create options as a TopicConnectionFactory (optional).
 


Message Queue, v4.4 API Specification

Copyright 2009 Sun Microsystems, Inc.
4150 Network Circle, Santa Clara, CA 95054, U.S.A. All Rights Reserved.