|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.client.JmsClientStubFactory
This is a helper clas that is responsible for cresting the various types of stubs. The client requires three stubs one to talk to the remote jms server (i.e connection factory) one to talk to the connection and another to talk to the session.
This classrelies on configuration information to determine which ORB to use.
Constructor Summary | |
JmsClientStubFactory()
|
Method Summary | |
static JmsConnectionStubIfc |
createJmsConnectionStub(java.lang.String id)
This class method creates and returns a stub to the remote connection entity. |
static JmsServerStubIfc |
createJmsServerStub()
This class method creates and returns a stub to the remote server entity. |
static JmsSessionStubIfc |
createJmsSessionStub(java.lang.String id)
This class method creates and returns a stub to the rmeote session entity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JmsClientStubFactory()
Method Detail |
public static JmsServerStubIfc createJmsServerStub() throws javax.jms.JMSException
If there is problem creating the stub then throw the JMSException exception
id
- client identityjavax.jms.JMSException
- public static JmsConnectionStubIfc createJmsConnectionStub(java.lang.String id) throws javax.jms.JMSException
If there is problem creating the stub then throw the JMSException exception
id
- client identityjavax.jms.JMSException
- public static JmsSessionStubIfc createJmsSessionStub(java.lang.String id) throws javax.jms.JMSException
If there is a problem creating the stub then throw the JMSException exception
id
- client identityjavax.jms.JMSException
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |