Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.events.service
Class JMSDocumentMessageProducerService

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.ecm.platform.events.service.JMSDocumentMessageProducerService
All Implemented Interfaces:
DocumentMessageProducer, Adaptable, Component, Extensible

public class JMSDocumentMessageProducerService
extends DefaultComponent
implements DocumentMessageProducer

Service that produces JMS Message Document.

Author:
: Julien Anguenot

Field Summary
static ComponentName NAME
           
 
Constructor Summary
JMSDocumentMessageProducerService()
           
 
Method Summary
 void produce(DocumentMessage message)
          Deprecated. Use produce(EventMessage) instead
 void produce(EventMessage message)
          Produces a document message on the target messaging channel.
 void produce(NXCoreEvent message)
          Produces a event on the target messaging channel.
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, deactivate, getAdapter, registerContribution, registerExtension, unregisterContribution, unregisterExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final ComponentName NAME
Constructor Detail

JMSDocumentMessageProducerService

public JMSDocumentMessageProducerService()
Method Detail

produce

public void produce(DocumentMessage message)
Deprecated. Use produce(EventMessage) instead

Description copied from interface: DocumentMessageProducer
Produces a document message on the target messaging channel.

Specified by:
produce in interface DocumentMessageProducer
Parameters:
message - a DocumentMessage instance

produce

public void produce(EventMessage message)
Description copied from interface: DocumentMessageProducer
Produces a document message on the target messaging channel.

Specified by:
produce in interface DocumentMessageProducer
Parameters:
message - a DocumentMessage instance

produce

public void produce(NXCoreEvent message)
Description copied from interface: DocumentMessageProducer
Produces a event on the target messaging channel.

Specified by:
produce in interface DocumentMessageProducer
Parameters:
message - a NXCoreEvent instance

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.