|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.config.ConfigHelper
public class ConfigHelper
Helper class for interrogating the configuration.
Constructor Summary | |
---|---|
ConfigHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getAdminURL(org.exolab.jms.config.types.SchemeType scheme,
org.exolab.jms.config.Configuration config)
Returns the server administration URL for the specified scheme. |
static java.lang.String |
getJndiURL(org.exolab.jms.config.types.SchemeType scheme,
org.exolab.jms.config.Configuration config)
Returns the embedded JNDI URL for the specified scheme. |
static java.lang.String |
getServerURL(org.exolab.jms.config.types.SchemeType scheme,
org.exolab.jms.config.Configuration config)
Returns the server URL for the specified scheme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigHelper()
Method Detail |
---|
public static java.lang.String getServerURL(org.exolab.jms.config.types.SchemeType scheme, org.exolab.jms.config.Configuration config)
scheme
- the connector schemeconfig
- the configuration to use
public static java.lang.String getJndiURL(org.exolab.jms.config.types.SchemeType scheme, org.exolab.jms.config.Configuration config)
scheme
- the connector schemeconfig
- the configuration to use
public static java.lang.String getAdminURL(org.exolab.jms.config.types.SchemeType scheme, org.exolab.jms.config.Configuration config)
scheme
- the connector schemeconfig
- the configuration to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |