org.exolab.jms.server.net
Interface ConnectorCfg


public interface ConnectorCfg

ConnectorConfig provides configuration information for an ORB connector.

Version:
$Revision: 1.2 $ $Date: 2005/05/07 14:17:22 $
Author:
Tim Anderson

Method Summary
 java.util.Map getAcceptProperties()
          Returns properties to configure the ORB to enable it to accept connections from remote ORBs.
 java.lang.String getAdminExportURI()
          Returns the URI the administration service is exported on.
 ConnectionFactories getConnectionFactories()
          Returns connection factories associated with this configuration.
 java.util.Map getConnectProperties()
          Returns properties to configure the ORB to enable it to establish a connection to the remote ORB.
 java.lang.String getConnectURI()
          Returns the URI used to establsh connections to remote services.
 java.lang.String getExportURI()
          Returns the URI that services are exported on.
 java.lang.String getJNDIExportURI()
          Returns the URI that JNDI service is exported on.
 org.exolab.jms.config.types.SchemeType getScheme()
          Returns the connector scheme.
 

Method Detail

getScheme

public org.exolab.jms.config.types.SchemeType getScheme()
Returns the connector scheme.
Returns:
the connector scheme

getConnectURI

public java.lang.String getConnectURI()
Returns the URI used to establsh connections to remote services.
Returns:
the URI used to establish connections to remote services

getExportURI

public java.lang.String getExportURI()
Returns the URI that services are exported on.
Returns:
the URI for exporting services

getJNDIExportURI

public java.lang.String getJNDIExportURI()
Returns the URI that JNDI service is exported on.

Typically, this will be the same as that returned by getExportURI().

Returns:
the JNDI service URI

getAdminExportURI

public java.lang.String getAdminExportURI()
Returns the URI the administration service is exported on.

Typically, this will be the same as that returned by getExportURI().

Returns:
the administration service URI

getConnectProperties

public java.util.Map getConnectProperties()
Returns properties to configure the ORB to enable it to establish a connection to the remote ORB.
Returns:
a map of String properties

getAcceptProperties

public java.util.Map getAcceptProperties()
Returns properties to configure the ORB to enable it to accept connections from remote ORBs.
Returns:
a map of String properties

getConnectionFactories

public ConnectionFactories getConnectionFactories()
Returns connection factories associated with this configuration.
Returns:
associated connection factories.


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