|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Server.getScheme()
Returns the value of field 'scheme'. |
SchemeType |
ConnectorResource.getScheme()
Returns the value of field 'scheme'. |
SchemeType |
Connector.getScheme()
Returns the value of field 'scheme'. |
| Methods in org.exolab.jms.config with parameters of type SchemeType | |
|---|---|
static java.lang.String |
ConfigHelper.getAdminURL(SchemeType scheme,
Configuration config)
Returns the server administration URL for the specified scheme |
static Connector |
ConfigurationManager.getConnector(SchemeType scheme)
Returns the connector configuration for the supplied 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 java.lang.String |
ConfigHelper.getJndiURL(SchemeType scheme,
Configuration config)
Returns the embedded JNDI URL for the specified scheme |
static java.lang.String |
ConfigHelper.getServerURL(SchemeType scheme,
Configuration config)
Returns the server URL for the specified scheme |
void |
Server.setScheme(SchemeType scheme)
Sets the value of field 'scheme'. |
void |
ConnectorResource.setScheme(SchemeType scheme)
Sets the value of field 'scheme'. |
void |
Connector.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.EMBEDDED
The instance of the embedded 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.TCP
The instance of the tcp type |
static SchemeType |
SchemeType.TCPS
The instance of the tcps type |
| Methods in org.exolab.jms.config.types that return SchemeType | |
|---|---|
static SchemeType |
SchemeType.valueOf(java.lang.String string)
Method valueOf Returns 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 |
HttpsJmsServer.getScheme()
Returns the connector scheme for this server. |
protected SchemeType |
HttpJmsServer.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 |
SslIpcJmsServer.getScheme()
Returns the connector scheme for this server. |
protected SchemeType |
IpcJmsServer.getScheme()
Returns the connector scheme for this server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||