|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JmsSessionStubIfc in org.exolab.jms.client |
Methods in org.exolab.jms.client that return JmsSessionStubIfc | |
static JmsSessionStubIfc |
JmsClientStubFactory.createJmsSessionStub(java.lang.String id)
This class method creates and returns a stub to the rmeote session entity. |
JmsSessionStubIfc |
JmsConnectionStubIfc.createSession(int ackMode,
boolean transacted)
Create a session. |
Uses of JmsSessionStubIfc in org.exolab.jms.client.http |
Classes in org.exolab.jms.client.http that implement JmsSessionStubIfc | |
class |
HttpJmsSessionStub
The client side stub implementing the JmsServerSession. |
Methods in org.exolab.jms.client.http that return JmsSessionStubIfc | |
JmsSessionStubIfc |
HttpJmsConnectionStub.createSession(int ackMode,
boolean transacted)
Send a session connection message. |
Uses of JmsSessionStubIfc in org.exolab.jms.client.intravm |
Classes in org.exolab.jms.client.intravm that implement JmsSessionStubIfc | |
class |
IntravmJmsSessionStub
The client stub implementation for the intra-JVM JMS server. |
Methods in org.exolab.jms.client.intravm that return JmsSessionStubIfc | |
JmsSessionStubIfc |
IntravmJmsConnectionStub.createSession(int ackMode,
boolean transacted)
|
Uses of JmsSessionStubIfc in org.exolab.jms.client.mipc |
Classes in org.exolab.jms.client.mipc that implement JmsSessionStubIfc | |
class |
IpcJmsSessionStub
The client side stub implementing the JmsServerSession. |
Methods in org.exolab.jms.client.mipc that return JmsSessionStubIfc | |
JmsSessionStubIfc |
IpcJmsConnectionStub.createSession(int ackMode,
boolean transacted)
Send a session connection message. |
Uses of JmsSessionStubIfc in org.exolab.jms.client.rmi |
Classes in org.exolab.jms.client.rmi that implement JmsSessionStubIfc | |
class |
RmiJmsSessionStub
This class is repsonsible for managing a reference to a remote session object in additon to registering itself as an object, with the RMI registry. |
Methods in org.exolab.jms.client.rmi that return JmsSessionStubIfc | |
JmsSessionStubIfc |
RmiJmsConnectionStub.createSession(int ackMode,
boolean transacted)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |