Uses of Class
org.objectweb.joram.client.jms.tcp.TcpConnectionFactory
-
Packages that use TcpConnectionFactory Package Description 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 TcpConnectionFactory in org.objectweb.joram.client.jms.tcp
Methods in org.objectweb.joram.client.jms.tcp that return TcpConnectionFactory Modifier and Type Method Description static TcpConnectionFactoryTcpConnectionFactory. create()Administration method creating aConnectionFactoryinstance for creating TCP connections with the default server.static TcpConnectionFactoryTcpConnectionFactory. create(String host, int port)Administration method creating aConnectionFactoryinstance for creating TCP connections with a given server.static TcpConnectionFactoryTcpConnectionFactory. create(String host, int port, String reliableClass)Administration method creating aConnectionFactoryinstance for creating TCP connections with a given server.
-