Uses of Interface
org.jbpm.pvm.session.LogSession

Packages that use LogSession
org.jbpm.pvm.processlog infrastructure for listening to process event logs that can be used to build up historic information about process executions. 
 

Uses of LogSession in org.jbpm.pvm.processlog
 

Classes in org.jbpm.pvm.processlog that implement LogSession
 class LogSessionChain
          log session that delegates to a delegate list of log sessions.
 class LogSessionFilter
          filtering log session.
 

Fields in org.jbpm.pvm.processlog declared as LogSession
protected  LogSession LogSessionFilter.delegate
           
 

Fields in org.jbpm.pvm.processlog with type parameters of type LogSession
protected  List<LogSession> LogSessionChain.delegates
           
 

Methods in org.jbpm.pvm.processlog with parameters of type LogSession
 void LogSessionChain.addLogSession(LogSession logSession)
           
 void LogSessionFilter.setDelegate(LogSession delegate)
           
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.