Uses of Class
org.objectweb.joram.client.jms.XAConnectionFactory
-
Packages that use XAConnectionFactory Package Description org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. -
-
Uses of XAConnectionFactory in org.objectweb.joram.client.jms.local
Subclasses of XAConnectionFactory in org.objectweb.joram.client.jms.local Modifier and Type Class Description classXALocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory. -
Uses of XAConnectionFactory in org.objectweb.joram.client.jms.tcp
Subclasses of XAConnectionFactory in org.objectweb.joram.client.jms.tcp Modifier and Type Class Description classXATcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.
-