Uses of Interface
org.exolab.jms.server.ServerSession

Packages that use ServerSession
org.exolab.jms.client.net   
org.exolab.jms.server   
org.exolab.jms.server.net   
 

Uses of ServerSession in org.exolab.jms.client.net
 

Classes in org.exolab.jms.client.net that implement ServerSession
 class JmsSessionStubImpl
          Wraps an ServerSession.
 

Methods in org.exolab.jms.client.net that return ServerSession
 ServerSession JmsConnectionStubImpl.createSession(int acknowledgeMode, boolean transacted)
          Create a new session.
 

Constructors in org.exolab.jms.client.net with parameters of type ServerSession
JmsSessionStubImpl(ServerSession session, org.exolab.jms.net.orb.ORB orb, java.lang.String uri, java.lang.String principal, java.lang.String credentials)
          Construct a new JmsSessionStubImpl.
 

Uses of ServerSession in org.exolab.jms.server
 

Methods in org.exolab.jms.server that return ServerSession
 ServerSession ServerConnection.createSession(int acknowledgeMode, boolean transacted)
          Create a new session.
 ServerSession ServerConnectionImpl.createSession(int acknowledgeMode, boolean transacted)
          Create a new session
 

Uses of ServerSession in org.exolab.jms.server.net
 

Classes in org.exolab.jms.server.net that implement ServerSession
 class RemoteServerSession
          Implementation of the ServerSession interface which wraps an ServerSession to make it remotable.
 

Methods in org.exolab.jms.server.net that return ServerSession
 ServerSession RemoteServerConnection.createSession(int acknowledgeMode, boolean transacted)
          Create a new session.
 

Constructors in org.exolab.jms.server.net with parameters of type ServerSession
RemoteServerSession(org.exolab.jms.net.orb.ORB orb, RemoteServerConnection connection, ServerSession session)
          Construct a new RemoteServerSession.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.