org.jbpm.pvm.internal.history
Class HistorySessionChain

java.lang.Object
  extended by org.jbpm.pvm.internal.history.HistorySessionChain
All Implemented Interfaces:
HistorySession

public class HistorySessionChain
extends java.lang.Object
implements HistorySession

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

Author:
Tom Baeyens

Field Summary
protected  java.util.List<HistorySession> historySessions
           
 
Constructor Summary
HistorySessionChain(java.util.List<HistorySession> historySessions)
           
 
Method Summary
 void process(HistoryEvent historyEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

historySessions

protected java.util.List<HistorySession> historySessions
Constructor Detail

HistorySessionChain

public HistorySessionChain(java.util.List<HistorySession> historySessions)
Method Detail

process

public void process(HistoryEvent historyEvent)
Specified by:
process in interface HistorySession


Copyright © 2010 JBoss Community. All Rights Reserved.