Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.jms
Interface JmsPublisher


public interface JmsPublisher

Author:
Bogdan Stefanescu

Field Summary
static java.lang.String CORE_EVENTS_TOPIC
           
 
Method Summary
 void publish(java.io.Serializable content)
           
 void publish(javax.jms.Topic topic, java.lang.Object content, MessageFactory factory)
           
 

Field Detail

CORE_EVENTS_TOPIC

static final java.lang.String CORE_EVENTS_TOPIC
See Also:
Constant Field Values
Method Detail

publish

void publish(java.io.Serializable content)
             throws javax.jms.JMSException
Throws:
javax.jms.JMSException

publish

void publish(javax.jms.Topic topic,
             java.lang.Object content,
             MessageFactory factory)
             throws javax.jms.JMSException
Throws:
javax.jms.JMSException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.