|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.server.ConnectionFactoryHelper
Helper class for binding connection factories in JNDI
Constructor Summary | |
ConnectionFactoryHelper()
|
Method Summary | |
static void |
bind(javax.naming.Context context,
org.exolab.jms.config.ConnectionFactories factories,
java.lang.Class implementation,
java.util.Hashtable environment)
Bind the connection factories to the supplied context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionFactoryHelper()
Method Detail |
public static void bind(javax.naming.Context context, org.exolab.jms.config.ConnectionFactories factories, java.lang.Class implementation, java.util.Hashtable environment) throws javax.naming.NamingException
context
- the context to bind factories tofactories
- the connection factories to bindimplementation
- a class implementing the JmsServerIfc
interfaceenvironment
- parameters to pass to the associated
JmsConnectionFactory
implementationjavax.naming.NamingException
- if a factory cannot be bound
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |