org.objectweb.joram.client.jms.tcp
Class TcpConnection
java.lang.Object
org.objectweb.joram.client.jms.tcp.TcpConnection
- ConnectionItf
public class TcpConnection
extends java.lang.Object
A
TcpConnection
links a Joram client and a Joram platform
with a TCP socket.
Requests and replies travel through the socket after serialization.
TcpConnection
public TcpConnection(FactoryParameters params,
String name,
String password)
throws JMSException
Creates a TcpConnection
instance.
params
- Factory parameters.name
- Name of user.password
- Password of user.
Copyright B) 2004 Scalagent - All rights reserved