org.ow2.orchestra.pvm.processlog
Class LogSessionChain
java.lang.Object
org.ow2.orchestra.pvm.processlog.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegates
protected List<LogSession> delegates
LogSessionChain
public LogSessionChain()
add
public void add(ProcessLog processLog)
- Specified by:
add in interface LogSession
addLogSession
public void addLogSession(LogSession logSession)
Copyright © 2011 OW2 Consortium. All Rights Reserved.