org.nuxeo.ecm.platform.events.listener
Class JMSEventListener
java.lang.Object
org.nuxeo.ecm.core.listener.AbstractEventListener
org.nuxeo.ecm.platform.events.listener.JMSEventListener
- All Implemented Interfaces:
- AsynchronousEventListener, EventListener
public class JMSEventListener
- extends AbstractEventListener
- implements AsynchronousEventListener
JMS Core Event Listener.
This is a bridge from Nuxeo Core events to JMS.
- Author:
- Julien Anguenot
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSEventListener
public JMSEventListener()
notifyEvent
public void notifyEvent(CoreEvent coreEvent)
- Core event notification.
Gets core events and transmits them to a JMS as a DocumentMessage.
- Specified by:
notifyEvent in interface EventListener
- Parameters:
coreEvent - instance fired at core layer
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.