|
jBPM :: Audit 6.0.1-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAuditLogger | |
|---|---|
| org.jbpm.process.audit | Business Activity Monitoring (BAM) resources supporting activity events and activity logs. |
| org.jbpm.process.audit.jms | |
| Uses of AbstractAuditLogger in org.jbpm.process.audit |
|---|
| Subclasses of AbstractAuditLogger in org.jbpm.process.audit | |
|---|---|
class |
JPAWorkingMemoryDbLogger
Enables history log via JPA. |
| Methods in org.jbpm.process.audit that return AbstractAuditLogger | |
|---|---|
static AbstractAuditLogger |
AuditLoggerFactory.newInstance(AuditLoggerFactory.Type type,
org.kie.api.runtime.KieSession ksession,
Map<String,Object> properties)
Creates new instance of audit logger based on given type and parameters and registers it directly in given ksession to receive its events. |
static AbstractAuditLogger |
AuditLoggerFactory.newJMSInstance(boolean transacted,
javax.jms.ConnectionFactory connFactory,
javax.jms.Queue queue)
Creates new instance of JMS audit logger based on given connection factory and queue. |
static AbstractAuditLogger |
AuditLoggerFactory.newJMSInstance(Map<String,Object> properties)
Creates new instance of JMS audit logger based on given parameters. |
static AbstractAuditLogger |
AuditLoggerFactory.newJPAInstance(javax.persistence.EntityManagerFactory emf)
Creates new instance of JPA audit logger with given EntityManagerFactory NOTE: this will build the logger but it is not registered directly on a session son once received needs to be registered as event listener |
static AbstractAuditLogger |
AuditLoggerFactory.newJPAInstance(javax.persistence.EntityManagerFactory emf,
org.kie.api.runtime.Environment env)
Creates new instance of JPA audit logger with given EntityManagerFactory NOTE: this will build the logger but it is not registered directly on a session son once received needs to be registered as event listener |
| Uses of AbstractAuditLogger in org.jbpm.process.audit.jms |
|---|
| Subclasses of AbstractAuditLogger in org.jbpm.process.audit.jms | |
|---|---|
class |
AsyncAuditLogProducer
Asynchronous log producer that puts audit log events into JMS queue. |
|
jBPM :: Audit 6.0.1-SNAPSHOT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||