Inheritance diagram for org.objectweb.joram.client.jms.tcp.ReliableTcpClient:


Public Member Functions | |
| ReliableTcpClient () | |
| void | setTimer (Timer timer2) |
| void | init (FactoryParameters params, String name, String password, boolean reconnect) |
| void | connect () throws JMSException |
| synchronized void | connect (boolean reconnect) throws JMSException |
| void | send (AbstractJmsMessage request) throws Exception |
| Object | receive () throws Exception |
| synchronized void | close () |
| void | addServerAddress (String host, int port) |
| String | toString () |
Static Public Attributes | |
| static Logger | logger = Debug.getLogger(ReliableTcpClient.class.getName()) |
| static final int | INIT = 0 |
| static final int | CONNECT = 1 |
| static final int | CLOSE = 2 |
| static final String[] | statusNames |
Protected Member Functions | |
| Socket | createSocket (String hostname, int port) throws Exception |
Protected Attributes | |
| FactoryParameters | params |
| String | name |
| int | key |
Definition at line 52 of file ReliableTcpClient.java.
1.5.0