Uses of Interface
org.ow2.bonita.pvm.session.LogSession

Packages that use LogSession
org.ow2.bonita.pvm.processlog   
 

Uses of LogSession in org.ow2.bonita.pvm.processlog
 

Classes in org.ow2.bonita.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.ow2.bonita.pvm.processlog declared as LogSession
protected  LogSession LogSessionFilter.delegate
           
 

Fields in org.ow2.bonita.pvm.processlog with type parameters of type LogSession
protected  java.util.List<LogSession> LogSessionChain.delegates
           
 

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



Copyright © 2009 OW2 Consortium. All Rights Reserved.