KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > jms > XAConnection > Top Examples

  • org.objectweb.joram.client.connector.JoramAdapter
    A <code>JoramAdapter</code> instance manages connectivities to an underlying JORAM server: outbound connectivity (JCA connection management contract) and inbound connectivity (asynchronous message delivery as specified by the JCA message inflow contract).
  • org.jboss.resource.adapter.jms.JmsManagedConnection
    Managed Connection, manages one or more JMS sessions. <p>Every ManagedConnection will have a physical JMSConnection under the hood. This may leave out several session, as specifyed in 5.5.4 Multiple Connection Handles. Thread safe semantics is provided <p>Hm. If we are to follow the ...
  • org.exolab.jms.client.JmsXAConnection
    Client implementation of the <code>javax.jms.XAConnection</code> interface. @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> @version $Revision: 1.1 $ $Date: 2005/03/18 03:36:37 $ Construct a new <code>JmsXAConnection</code>. @param factory fac ...
  • org.objectweb.joram.client.jms.tcp.XATcpConnectionFactory
    An <code>XATcpConnectionFactory</code> instance is a factory of TCP connections dedicated to XA communication.
Popular Tags