Joram 5.2.5

org.objectweb.joram.client.jms.tcp
Class ReliableTcpConnection

java.lang.Object
  extended by org.objectweb.joram.client.jms.tcp.ReliableTcpConnection

public class ReliableTcpConnection
extends java.lang.Object


Field Summary
static int CONNECT
           
static int CONNECTING
           
static int DEFAULT_WINDOW_SIZE
           
static int INIT
           
static org.objectweb.util.monolog.api.Logger logger
           
static java.lang.String[] statusNames
           
static java.lang.String WINDOW_SIZE_PROP_NAME
           
 
Constructor Summary
ReliableTcpConnection(java.util.Timer timer2)
           
 
Method Summary
 void close()
           
 void init(java.net.Socket sock)
           
 AbstractJmsReply receive()
           
 void send(AbstractJmsMessage request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT

public static final int INIT
See Also:
Constant Field Values

CONNECT

public static final int CONNECT
See Also:
Constant Field Values

CONNECTING

public static final int CONNECTING
See Also:
Constant Field Values

statusNames

public static final java.lang.String[] statusNames

logger

public static org.objectweb.util.monolog.api.Logger logger

WINDOW_SIZE_PROP_NAME

public static java.lang.String WINDOW_SIZE_PROP_NAME

DEFAULT_WINDOW_SIZE

public static int DEFAULT_WINDOW_SIZE
Constructor Detail

ReliableTcpConnection

public ReliableTcpConnection(java.util.Timer timer2)
Method Detail

init

public void init(java.net.Socket sock)
          throws java.io.IOException
Throws:
java.io.IOException

send

public void send(AbstractJmsMessage request)
          throws java.io.IOException
Throws:
java.io.IOException

receive

public AbstractJmsReply receive()
                         throws java.lang.Exception
Throws:
java.lang.Exception

close

public void close()

Joram 5.2.5

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved