org.jbpm.pvm.processlog
Class LogSessionChain

Object
  extended by LogSessionChain
All Implemented Interfaces:
LogSession

public class LogSessionChain
extends Object
implements LogSession

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

Author:
Tom Baeyens

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

Field Detail

delegates

protected 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)


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