org.jbpm.services.ejb.impl.audit
Class AuditJMSProcessor
java.lang.Object
org.jbpm.process.audit.jms.AsyncAuditLogReceiver
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.
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 |
AuditJMSProcessor
public AuditJMSProcessor()
configure
@PostConstruct
public void configure()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.