edu.ntnu.cikmr.workflowenactment
Class WorkflowLog
java.lang.Object
edu.ntnu.cikmr.log.Log
edu.ntnu.cikmr.workflowenactment.WorkflowLog
- Direct Known Subclasses:
- SimpleWorkflowLog
public abstract class WorkflowLog
- extends Log
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowLog
public WorkflowLog()
setThreshold
public void setThreshold(int size)
getThreshold
public int getThreshold()
addEntry
protected void addEntry(WorkflowLogEntry entry)
addEntries
protected void addEntries(WorkflowLogEntry[] entries)
trim
protected void trim()
getEntries
protected WorkflowLogEntry[] getEntries()
getEntry
public WorkflowLogEntry getEntry(int index)
getEntriesCount
public int getEntriesCount()
addWorkflowLogListener
public void addWorkflowLogListener(WorkflowLogListener l)
removeWorkflowLogListener
public void removeWorkflowLogListener(WorkflowLogListener l)
fireLogUpdated
protected void fireLogUpdated()