Uses of Interface
org.apache.cocoon.components.jms.JMSConnectionEventListener

Packages that use JMSConnectionEventListener
org.apache.cocoon.acting   
org.apache.cocoon.caching.impl   
org.apache.cocoon.components.jms   
 

Uses of JMSConnectionEventListener in org.apache.cocoon.acting
 

Classes in org.apache.cocoon.acting that implement JMSConnectionEventListener
 class JMSPublisherAction
          Action to publish TextMessages to a JMS Topic.
 

Uses of JMSConnectionEventListener in org.apache.cocoon.caching.impl
 

Classes in org.apache.cocoon.caching.impl that implement JMSConnectionEventListener
 class JMSEventMessageListener
          JMS listener will notify an EventAware component of external events.
 

Uses of JMSConnectionEventListener in org.apache.cocoon.components.jms
 

Classes in org.apache.cocoon.components.jms that implement JMSConnectionEventListener
 class AbstractMessageListener
          Abstract MessageListener implementation.
 class AbstractMessagePublisher
          Abstract JMS message publisher.
 

Methods in org.apache.cocoon.components.jms with parameters of type JMSConnectionEventListener
 void JMSConnectionManagerImpl.addConnectionListener(String name, JMSConnectionEventListener listener)
           
 void JMSConnectionEventNotifier.addConnectionListener(String name, JMSConnectionEventListener listener)
          Register a JMSConnectionEventListener.
 void JMSConnectionManagerImpl.removeConnectionListener(String name, JMSConnectionEventListener listener)
           
 void JMSConnectionEventNotifier.removeConnectionListener(String name, JMSConnectionEventListener listener)
          Deregister a JMSConnectionEventListener.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.