|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.jms.server.ConnectionFactoryHelper
public class 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.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,
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 implementation
javax.naming.NamingException - if a factory cannot be bound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||