|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.config.JndiConfigurationFactory
This factory creates appropriate JndiConfiguration
objects for a
given SchemeType
.
Configuration
Constructor Summary | |
JndiConfigurationFactory()
|
Method Summary | |
static JndiConfiguration |
create(Configuration config)
Returns the JNDI configuration deriving the settings from the supplied configuration. |
static JndiConfiguration |
create(Connector connector,
Configuration config)
Returns the JNDI configuration for a particular connector, deriving the settings from the supplied configuration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JndiConfigurationFactory()
Method Detail |
public static JndiConfiguration create(Configuration config)
config
- the configuration to derive settings fromjava.lang.IllegalArgumentException
- if config is nullpublic static JndiConfiguration create(Connector connector, Configuration config)
connector
- the connector to return the JNDI configuration forconfig
- the configuration to derive settings fromjava.lang.IllegalArgumentException
- if any argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |