|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerConnection | |
org.exolab.jms.client.net | |
org.exolab.jms.server | |
org.exolab.jms.server.net |
Uses of ServerConnection in org.exolab.jms.client.net |
Classes in org.exolab.jms.client.net that implement ServerConnection | |
class |
JmsConnectionStubImpl
Wraps a ServerConnection . |
Methods in org.exolab.jms.client.net that return ServerConnection | |
ServerConnection |
JmsServerStubImpl.createConnection(java.lang.String clientID,
java.lang.String user,
java.lang.String password)
Creates a connection with the specified user identity. |
Constructors in org.exolab.jms.client.net with parameters of type ServerConnection | |
JmsConnectionStubImpl(ServerConnection connection,
org.exolab.jms.net.orb.ORB orb,
java.lang.String uri,
java.lang.String principal,
java.lang.String credentials)
Construct a new JmsConnectionStubImpl . |
Uses of ServerConnection in org.exolab.jms.server |
Classes in org.exolab.jms.server that implement ServerConnection | |
class |
ServerConnectionImpl
Server implementation of the javax.jms.Connection interface. |
Methods in org.exolab.jms.server that return ServerConnection | |
ServerConnection |
ServerConnectionManagerImpl.createConnection(java.lang.String clientID,
java.lang.String userName,
java.lang.String password)
Creates a connection with the specified user identity. |
ServerConnection |
ServerConnectionFactory.createConnection(java.lang.String clientID,
java.lang.String userName,
java.lang.String password)
Creates a connection with the specified user identity. |
Uses of ServerConnection in org.exolab.jms.server.net |
Classes in org.exolab.jms.server.net that implement ServerConnection | |
class |
RemoteServerConnection
Implementation of the to make it remotable. |
Constructors in org.exolab.jms.server.net with parameters of type ServerConnection | |
RemoteServerConnection(ServerConnection connection,
org.exolab.jms.net.orb.ORB orb)
Construct a new RemoteServerConnection . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |