|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.server.net.RemoteServerConnector
public class RemoteServerConnector
Implementation of the ServerConnector
interface, that provides
remoting via an ORB
.
Constructor Summary | |
---|---|
RemoteServerConnector(org.exolab.jms.config.types.SchemeType scheme,
org.exolab.jms.config.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 . |
Method Summary | |
---|---|
void |
bindConnectionFactories(javax.naming.Context context)
Bind any factory object specified in the configuration file to the specified JNDI context. |
void |
close()
Close the interface, releasing any resources. |
void |
init()
Initialises the server interface for the specified connector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteServerConnector(org.exolab.jms.config.types.SchemeType scheme, org.exolab.jms.config.Configuration config, org.exolab.jms.net.connector.Authenticator authenticator, ServerConnectionFactory factory, AdminConnectionManager manager, NameService names, org.exolab.jms.common.threads.ThreadPoolFactory threads)
RemoteServerConnector
.
scheme
- the type of the connector to useconfig
- the server configurationauthenticator
- the authenticator for authenticating clientsfactory
- the factory for ServerConnection
instancesnames
- the name servicethreads
- the thread pool factoryMethod Detail |
---|
public void init() throws ServerException
init
in interface ServerConnector
ServerException
- if the interface cannot be initialisedpublic void bindConnectionFactories(javax.naming.Context context) throws javax.naming.NamingException
bindConnectionFactories
in interface ServerConnector
context
- context to bind factory objects
javax.naming.NamingException
- if a naming error occurspublic void close() throws ServerException
close
in interface ServerConnector
ServerException
- if the interface cannot be closed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |