|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteJmsServerSessionIfc | |
---|---|
org.exolab.jms.client.rmi | |
org.exolab.jms.server.rmi |
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 |
RmiJmsServerConnection.createSession(int ackMode,
boolean transacted)
|
RemoteJmsServerSessionIfc |
RemoteJmsServerConnectionIfc.createSession(int ackMode,
boolean transacted)
Create and return a sesion for this connection Assign the connection's clientId to the sessions. |
Methods in org.exolab.jms.server.rmi with parameters of type RemoteJmsServerSessionIfc | |
---|---|
void |
RmiJmsServerConnection.deleteSession(RemoteJmsServerSessionIfc session)
|
void |
RemoteJmsServerConnectionIfc.deleteSession(RemoteJmsServerSessionIfc session)
Delete the specified session from the server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |