Package | Description |
---|---|
org.objectweb.joram.client.jms.tcp |
The
org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. |
Modifier and Type | Method and Description |
---|---|
static TcpConnectionFactory |
TcpConnectionFactory.create()
Administration method creating a
ConnectionFactory
instance for creating TCP connections with the default server. |
static TcpConnectionFactory |
TcpConnectionFactory.create(String host,
int port)
Administration method creating a
ConnectionFactory
instance for creating TCP connections with a given server. |
static TcpConnectionFactory |
TcpConnectionFactory.create(String host,
int port,
String reliableClass)
Administration method creating a
ConnectionFactory
instance for creating TCP connections with a given server. |
Copyright © 2019 ScalAgent D.T.. All rights reserved.