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

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

Uses of ServerConnectionFactory in org.exolab.jms.client
 

Subinterfaces of ServerConnectionFactory in org.exolab.jms.client
 interface JmsServerStubIfc
          This is the interface for the JMS server stub.
 

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

Classes in org.exolab.jms.client.net that implement ServerConnectionFactory
 class JmsServerStubImpl
          This class is responsible for returning a reference to the remote JMS server.
 

Uses of ServerConnectionFactory in org.exolab.jms.server
 

Subinterfaces of ServerConnectionFactory in org.exolab.jms.server
 interface ServerConnectionManager
          ServerConnectionManager is responsible for managing all connections to the server.
 

Classes in org.exolab.jms.server that implement ServerConnectionFactory
 class ServerConnectionManagerImpl
          The ServerConnectionManagerImpl is responsible for managing all connections to the server.
 

Constructors in org.exolab.jms.server with parameters of type ServerConnectionFactory
ConnectorService(Configuration config, org.exolab.jms.net.connector.Authenticator authenticator, ServerConnectionFactory factory, AdminConnectionManager manager, NameService names, org.exolab.jms.common.threads.ThreadPoolFactory threads)
          Construct a new ConnectorService.
 

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

Constructors in org.exolab.jms.server.net with parameters of type ServerConnectionFactory
RemoteServerConnector(org.exolab.jms.config.types.SchemeType scheme, Configuration config, org.exolab.jms.net.connector.Authenticator authenticator, ServerConnectionFactory factory, AdminConnectionManager manager, NameService names, org.exolab.jms.common.threads.ThreadPoolFactory threads)
          Construct a new RemoteServerConnector.
 



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