Uses of Class
org.exolab.jms.config.types.SchemeType

Packages that use SchemeType
org.exolab.jms.config   
org.exolab.jms.config.types   
org.exolab.jms.server.http   
org.exolab.jms.server.mipc   
 

Uses of SchemeType in org.exolab.jms.config
 

Methods in org.exolab.jms.config that return SchemeType
 SchemeType ConnectorResource.getScheme()
          Returns the value of field 'scheme'.
 SchemeType Connector.getScheme()
          Returns the value of field 'scheme'.
 SchemeType Server.getScheme()
          Returns the value of field 'scheme'.
 

Methods in org.exolab.jms.config with parameters of type SchemeType
 void ConnectorResource.setScheme(SchemeType scheme)
          Sets the value of field 'scheme'.
static java.lang.String ConfigHelper.getServerURL(SchemeType scheme, Configuration config)
          Returns the server URL for the specified scheme
static java.lang.String ConfigHelper.getJndiURL(SchemeType scheme, Configuration config)
          Returns the embedded JNDI URL for the specified scheme
static java.lang.String ConfigHelper.getAdminURL(SchemeType scheme, Configuration config)
          Returns the server administration URL for the specified scheme
 void Connector.setScheme(SchemeType scheme)
          Sets the value of field 'scheme'.
static ConnectorResource ConnectorHelper.getConnectorResource(SchemeType scheme)
          Returns the connector resource for the supplied scheme.
static ConnectorResource ConnectorHelper.getConnectorResource(SchemeType scheme, Configuration config)
          Returns the connector resource for the supplied scheme, from the supplied configuration.
static Connector ConfigurationManager.getConnector(SchemeType scheme)
          Returns the connector configuration for the supplied scheme
 void Server.setScheme(SchemeType scheme)
          Sets the value of field 'scheme'.
 

Uses of SchemeType in org.exolab.jms.config.types
 

Fields in org.exolab.jms.config.types declared as SchemeType
static SchemeType SchemeType.TCP
          The instance of the tcp type
static SchemeType SchemeType.TCPS
          The instance of the tcps type
static SchemeType SchemeType.HTTP
          The instance of the http type
static SchemeType SchemeType.HTTPS
          The instance of the https type
static SchemeType SchemeType.RMI
          The instance of the rmi type
static SchemeType SchemeType.EMBEDDED
          The instance of the embedded type
 

Methods in org.exolab.jms.config.types that return SchemeType
static SchemeType SchemeType.valueOf(java.lang.String string)
          Method valueOfReturns a new SchemeType based on the given String value.
 

Uses of SchemeType in org.exolab.jms.server.http
 

Methods in org.exolab.jms.server.http that return SchemeType
protected  SchemeType HttpJmsServer.getScheme()
          Returns the connector scheme for this server.
protected  SchemeType HttpsJmsServer.getScheme()
          Returns the connector scheme for this server.
 

Uses of SchemeType in org.exolab.jms.server.mipc
 

Methods in org.exolab.jms.server.mipc that return SchemeType
protected  SchemeType IpcJmsServer.getScheme()
          Returns the connector scheme for this server.
protected  SchemeType SslIpcJmsServer.getScheme()
          Returns the connector scheme for this server.
 



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