Uses of Class
org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventProducer
-
Packages that use AsyncCaseInstanceAuditEventProducer Package Description org.jbpm.casemgmt.impl.audit -
-
Uses of AsyncCaseInstanceAuditEventProducer in org.jbpm.casemgmt.impl.audit
Methods in org.jbpm.casemgmt.impl.audit that return AsyncCaseInstanceAuditEventProducer Modifier and Type Method Description static AsyncCaseInstanceAuditEventProducer
CaseInstanceAuditLoggerFactory. newJMSInstance(boolean transacted, javax.jms.ConnectionFactory connFactory, javax.jms.Queue queue)
Creates new instance of JMS case instance audit logger based on given connection factory and queue.static AsyncCaseInstanceAuditEventProducer
CaseInstanceAuditLoggerFactory. newJMSInstance(Map<String,Object> properties)
Creates new instance of JMS case instance audit logger based on given parameters.
-