|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.server.jms.BasicJNDIAdapter
BasicJNDIAdapter provides JNDI-based implementation of the IJMSAdapter interface. This class is used when no other IJMSAdapter implementation can be loaded.
Field Summary |
Fields inherited from interface electric.server.jms.IJMSConstants |
DEFAULT_CONNECTION_FACTORY, DEFAULT_QUEUE, GLUE_OPTIMIZATIONS, JMS_QUEUE, JMS_QUEUE_CONNECTION_FACTORY, JMS_RESPONSE_QUEUE, JMS_REUSE_QUEUE_CONNECTIONS, JNDI_PROPERTIES, RELATED_MESSAGE, ROOT, SERVICE_URN, TOTAL_MESSAGE_PARTS, WSDL_NOT_FOUND, WSDL_REQUEST |
Constructor Summary | |
BasicJNDIAdapter()
|
Method Summary | |
java.lang.String |
getClassName()
Returns the name of the class to be found only in the codebase of the jms provider. |
java.lang.String |
getProviderName()
Return the name of the provider |
javax.jms.Queue |
getQueue(java.lang.String queueName,
boolean create)
This method is called by the JMS subsystem of GLUE to request construction and placement of a JMS Queue object in a JNDI directory The method returns the name of the queue conforming to the requirements of the provider |
javax.jms.QueueConnectionFactory |
getQueueConnectionFactory(java.lang.String queueConnFactoryName,
boolean create)
This method is called by the JMS subsystem of GLUE to request construction and placement of a JMS Queue Connection Factory object in a JNDI directory The method returns the name of the queue connection factory conforming to the requirements of the provider |
Context |
getStartupContext()
Get the context with the properties used to initialize/customize this adapter. |
boolean |
isStarted()
Test if the adapter had been started |
void |
shutdown()
Close any resources used by the adapter and shutdown the adapter |
void |
startup(Context context)
Get any overriden settings from the context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicJNDIAdapter()
Method Detail |
public void startup(Context context) throws javax.jms.JMSException, javax.naming.NamingException
startup
in interface IJMSAdapter
context
- the context containing any custom settings for the provider
javax.jms.JMSException
javax.naming.NamingException
public boolean isStarted()
isStarted
in interface IJMSAdapter
public void shutdown() throws javax.jms.JMSException, javax.naming.NamingException
shutdown
in interface IJMSAdapter
javax.jms.JMSException
javax.naming.NamingException
public Context getStartupContext()
getStartupContext
in interface IJMSAdapter
public javax.jms.Queue getQueue(java.lang.String queueName, boolean create) throws javax.jms.JMSException, javax.naming.NamingException
getQueue
in interface IJMSAdapter
queueName
- JNDI name of the queuecreate
- if true, create the queue
javax.jms.JMSException
javax.naming.NamingException
public javax.jms.QueueConnectionFactory getQueueConnectionFactory(java.lang.String queueConnFactoryName, boolean create) throws javax.jms.JMSException, javax.naming.NamingException
getQueueConnectionFactory
in interface IJMSAdapter
queueConnFactoryName
- JNDI name of the queue connecion factorycreate
- if true, create the queue
javax.jms.JMSException
javax.naming.NamingException
public java.lang.String getClassName()
getClassName
in interface IJMSAdapter
public java.lang.String getProviderName()
getProviderName
in interface IJMSAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |