|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JmsConnectionStubIfc in org.exolab.jms.client |
Methods in org.exolab.jms.client that return JmsConnectionStubIfc | |
static JmsConnectionStubIfc |
JmsClientStubFactory.createJmsConnectionStub(java.lang.String id)
This class method creates and returns a stub to the remote connection entity. |
JmsConnectionStubIfc |
JmsServerStubIfc.createConnection(java.lang.String id,
java.lang.String username,
java.lang.String password)
Create a connection to the JMS Server. |
Uses of JmsConnectionStubIfc in org.exolab.jms.client.http |
Classes in org.exolab.jms.client.http that implement JmsConnectionStubIfc | |
class |
HttpJmsConnectionStub
Used to create OpenJmsSessions to the server. |
Methods in org.exolab.jms.client.http that return JmsConnectionStubIfc | |
JmsConnectionStubIfc |
HttpJmsServerStub.createConnection(java.lang.String clientId,
java.lang.String username,
java.lang.String password)
Create a connection to the JMS Server. |
JmsConnectionStubIfc |
SslHttpJmsServerStub.createConnection(java.lang.String clientId,
java.lang.String username,
java.lang.String password)
Create a connection to the JMS Server |
Uses of JmsConnectionStubIfc in org.exolab.jms.client.intravm |
Classes in org.exolab.jms.client.intravm that implement JmsConnectionStubIfc | |
class |
IntravmJmsConnectionStub
This class is responsible for implementing the client side of a intravm client-server connection for the JMS server. |
Methods in org.exolab.jms.client.intravm that return JmsConnectionStubIfc | |
JmsConnectionStubIfc |
IntravmJmsServerStub.createConnection(java.lang.String id,
java.lang.String username,
java.lang.String password)
Create a connection to the JMS Server. |
Uses of JmsConnectionStubIfc in org.exolab.jms.client.mipc |
Classes in org.exolab.jms.client.mipc that implement JmsConnectionStubIfc | |
class |
IpcJmsConnectionStub
Used to create OpenJmsSessions to the server. |
Methods in org.exolab.jms.client.mipc that return JmsConnectionStubIfc | |
JmsConnectionStubIfc |
IpcJmsServerStub.createConnection(java.lang.String clientId,
java.lang.String username,
java.lang.String password)
Create a connection to the JMS Server. |
Uses of JmsConnectionStubIfc in org.exolab.jms.client.rmi |
Classes in org.exolab.jms.client.rmi that implement JmsConnectionStubIfc | |
class |
RmiJmsConnectionStub
This class is repsonsible for returning a reference to a remote JMS connection. |
Methods in org.exolab.jms.client.rmi that return JmsConnectionStubIfc | |
JmsConnectionStubIfc |
RmiJmsServerStub.createConnection(java.lang.String id,
java.lang.String username,
java.lang.String password)
Create a connection to the JMS Server. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |