|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteJmsServerSessionIfc in org.exolab.jms.client.rmi |
Constructors in org.exolab.jms.client.rmi with parameters of type RemoteJmsServerSessionIfc | |
RmiJmsSessionStub(RemoteJmsServerSessionIfc session)
Instantiate an instance of this class using the specified session stub. |
Uses of RemoteJmsServerSessionIfc in org.exolab.jms.server.rmi |
Classes in org.exolab.jms.server.rmi that implement RemoteJmsServerSessionIfc | |
class |
RmiJmsServerSession
This is an implementation of the RemoteJmsServerSessionIfc which delegates all requests to the JmsServerSession class. |
Methods in org.exolab.jms.server.rmi that return RemoteJmsServerSessionIfc | |
RemoteJmsServerSessionIfc |
RemoteJmsServerConnectionIfc.createSession(int ackMode,
boolean transacted)
Create and return a sesion for this connection Assign the connection's clientId to the sessions. |
RemoteJmsServerSessionIfc |
RmiJmsServerConnection.createSession(int ackMode,
boolean transacted)
|
Methods in org.exolab.jms.server.rmi with parameters of type RemoteJmsServerSessionIfc | |
void |
RemoteJmsServerConnectionIfc.deleteSession(RemoteJmsServerSessionIfc session)
Delete the specified session from the server. |
void |
RmiJmsServerConnection.deleteSession(RemoteJmsServerSessionIfc session)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |