edu.ntnu.cikmr.workflowenactment
Class WorkflowLog

java.lang.Object
  extended by edu.ntnu.cikmr.log.Log
      extended by edu.ntnu.cikmr.workflowenactment.WorkflowLog
Direct Known Subclasses:
SimpleWorkflowLog

public abstract class WorkflowLog
extends Log


Field Summary
 
Fields inherited from class edu.ntnu.cikmr.log.Log
LEVEL_DEBUG, LEVEL_ERROR, LEVEL_INFORMATIVE, LEVEL_SEVERE
 
Constructor Summary
WorkflowLog()
           
 
Method Summary
protected  void addEntries(WorkflowLogEntry[] entries)
           
protected  void addEntry(WorkflowLogEntry entry)
           
 void addWorkflowLogListener(WorkflowLogListener l)
           
protected  void fireLogUpdated()
           
protected  WorkflowLogEntry[] getEntries()
           
 int getEntriesCount()
           
 WorkflowLogEntry getEntry(int index)
           
 int getThreshold()
           
 void removeWorkflowLogListener(WorkflowLogListener l)
           
 void setThreshold(int size)
           
protected  void trim()
           
 
Methods inherited from class edu.ntnu.cikmr.log.Log
getLogLevel, logMessage, setLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowLog

public WorkflowLog()
Method Detail

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