org.arch4j.messaging.websphere
Class WebsphereMessageQueueFacadeWithCaching
java.lang.Object
|
+--org.arch4j.messaging.MessageFacade
|
+--org.arch4j.messaging.MessageQueueFacade
|
+--org.arch4j.messaging.websphere.WebsphereMessageQueueFacade
|
+--org.arch4j.messaging.websphere.WebsphereMessageQueueFacadeWithCaching
- Direct Known Subclasses:
- J2EEContainerMessageQueueFacade
- public class WebsphereMessageQueueFacadeWithCaching
- extends WebsphereMessageQueueFacade
Provides the implementation methods specific to Websphere for the SpiderLogic
message queue facade class and adds caching of the factory.
org.arch4j.messaging.WebsphereMessageQueueFacadeWithCaching
.
- Version:
- 1.0
- Author:
- David Colwell
- See Also:
MessageQueueFacade
,
org.arch4j.messaging.WebsphereMessageQueueFacade
Method Summary |
javax.jms.QueueConnectionFactory |
getQueueConnectionFactory()
Implements the Websphere specific implementation to retrieve a
QueueConnectionFactory from JNDI. |
Methods inherited from class org.arch4j.messaging.MessageQueueFacade |
close, closeConnection, createQueueBrowser, createQueueReciever, createQueueSender, getQueueConnection, getQueueSession, getSession, initialize, initialize, startConnection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsphereMessageQueueFacadeWithCaching
public WebsphereMessageQueueFacadeWithCaching()
getQueueConnectionFactory
public javax.jms.QueueConnectionFactory getQueueConnectionFactory()
- Implements the Websphere specific implementation to retrieve a
QueueConnectionFactory
from JNDI. It will only
be retrieved once by this object and the reference held
for subsequent retrieval.
- Overrides:
getQueueConnectionFactory
in class WebsphereMessageQueueFacade
Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.