org.jbpm.pvm.log
Class LogSessionChain

java.lang.Object
  extended by org.jbpm.pvm.log.LogSessionChain
All Implemented Interfaces:
LogSession

public class LogSessionChain
extends java.lang.Object
implements LogSession

log session that delegates to a delegate list of log sessions.

Author:
Tom Baeyens

Field Summary
protected  java.util.List<LogSession> delegates
           
 
Constructor Summary
LogSessionChain()
           
 
Method Summary
 void add(ProcessLog processLog)
           
 void addLogSession(LogSession logSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegates

protected java.util.List<LogSession> delegates
Constructor Detail

LogSessionChain

public LogSessionChain()
Method Detail

add

public void add(ProcessLog processLog)
Specified by:
add in interface LogSession

addLogSession

public void addLogSession(LogSession logSession)