|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.pvm.log.LogSessionChain
public class LogSessionChain
log session that delegates to a delegate list of log sessions.
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 |
---|
protected java.util.List<LogSession> delegates
Constructor Detail |
---|
public LogSessionChain()
Method Detail |
---|
public void add(ProcessLog processLog)
add
in interface LogSession
public void addLogSession(LogSession logSession)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |