Inheritance diagram for org.objectweb.joram.client.jms.ha.local.HALocalConnection:


Public Member Functions | |
| HALocalConnection (String userName2, String password2) throws JMSException | |
| void | setTimer (Timer timer) |
| void | connect () throws Exception |
| void | send (AbstractJmsRequest request) throws Exception |
| AbstractJmsReply | receive () throws Exception |
| void | close () |
Static Public Member Functions | |
| static void | init (String args, boolean firstTime) throws Exception |
| static void | waitForStart () |
Static Public Attributes | |
| static final int | NONE = 0 |
| static final int | INIT = 1 |
| static final int | RUN = 2 |
Definition at line 41 of file HALocalConnection.java.
1.5.0