Uses of Class
org.objectweb.joram.client.jms.TopicConnectionFactory
-
Packages that use TopicConnectionFactory 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 TopicConnectionFactory in org.objectweb.joram.client.jms.local
Subclasses of TopicConnectionFactory in org.objectweb.joram.client.jms.local Modifier and Type Class Description classTopicLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory. -
Uses of TopicConnectionFactory in org.objectweb.joram.client.jms.tcp
Subclasses of TopicConnectionFactory in org.objectweb.joram.client.jms.tcp Modifier and Type Class Description classTopicTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.
-