jBPM :: EJB Services Implementation 6.2.0.CR3

org.jbpm.services.ejb.impl.audit
Class AuditJMSProcessor

java.lang.Object
  extended by org.jbpm.process.audit.jms.AsyncAuditLogReceiver
      extended by org.jbpm.services.ejb.impl.audit.AuditJMSProcessor
All Implemented Interfaces:
javax.jms.MessageListener

public class AuditJMSProcessor
extends org.jbpm.process.audit.jms.AsyncAuditLogReceiver

Extension of default AsyncAuditLogReceiver that is MessageListener to allow entity manager factory to be injected. This class shall be declared as the actual Audit log processor for JMS environments - like MDB.


Constructor Summary
AuditJMSProcessor()
           
 
Method Summary
 void configure()
           
 
Methods inherited from class org.jbpm.process.audit.jms.AsyncAuditLogReceiver
getEntityManager, getEntityManagerFactory, onMessage, setEntityManagerFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditJMSProcessor

public AuditJMSProcessor()
Method Detail

configure

@PostConstruct
public void configure()

jBPM :: EJB Services Implementation 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.