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 AsyncCaseInstanceAuditEventProducerCaseInstanceAuditLoggerFactory. 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 AsyncCaseInstanceAuditEventProducerCaseInstanceAuditLoggerFactory. newJMSInstance(Map<String,Object> properties)Creates new instance of JMS case instance audit logger based on given parameters.
-