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