Package org.jbpm.services.cdi.impl.audit
Class AuditJMSProcessor
- java.lang.Object
-
- org.jbpm.process.audit.jms.AsyncAuditLogReceiver
-
- org.jbpm.services.cdi.impl.audit.AuditJMSProcessor
-
- All Implemented Interfaces:
javax.jms.MessageListener
,AuditLoggerArchiveTreat
public class AuditJMSProcessor extends AsyncAuditLogReceiver
Extension of defaultAsyncAuditLogReceiver
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
Constructors Constructor Description AuditJMSProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
Methods inherited from interface org.jbpm.process.audit.AuditLoggerArchiveTreat
initArchiveLoggerProvider
-
-
-
-
Method Detail
-
configure
@PostConstruct public void configure()
-
-