Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.jms
Interface JmsPublisher


public interface JmsPublisher

Author:
Bogdan Stefanescu

Field Summary
static String CORE_EVENTS_TOPIC
           
 
Method Summary
 void publish(Serializable content)
           
 void publish(Topic topic, Object content, MessageFactory factory)
           
 

Field Detail

CORE_EVENTS_TOPIC

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

publish

void publish(Serializable content)
             throws JMSException
Throws:
JMSException

publish

void publish(Topic topic,
             Object content,
             MessageFactory factory)
             throws JMSException
Throws:
JMSException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.