|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.server.net.ConnectionFactoryHelper
Helper class for binding connection factories in JNDI.
Constructor Summary | |
ConnectionFactoryHelper()
|
Method Summary | |
static void |
bind(javax.naming.Context context,
ConnectionFactories factories,
java.lang.Class implementation,
java.util.Map properties)
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, ConnectionFactories factories, java.lang.Class implementation, java.util.Map properties) throws javax.naming.NamingException
context
- the context to bind factories tofactories
- the connection factories to bindimplementation
- a class implementing the ServerConnector
interfaceproperties
- 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 |