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