HPSearch

cgl.hpsearch.flow.logging
Class FlowLoggingManager

java.lang.Object
  extended bycgl.hpsearch.flow.logging.FlowLoggingManager

public class FlowLoggingManager
extends Object

Created on Feb 4, 2006

Author:
Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)

Constructor Summary
FlowLoggingManager()
           
 
Method Summary
 String[] getFlowIds()
           
 String[] getLog(String flowId)
           
 void logStatus(String flowId, String logInfo)
           
 void saveLog(String flowId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowLoggingManager

public FlowLoggingManager()
Method Detail

logStatus

public final void logStatus(String flowId,
                            String logInfo)
                     throws FlowLoggingNotEnabledException
Parameters:
flowId -
logInfo -
Throws:
FlowLoggingNotEnabledException

getFlowIds

public final String[] getFlowIds()
                          throws FlowLoggingNotEnabledException
Returns:
Throws:
FlowLoggingNotEnabledException

getLog

public final String[] getLog(String flowId)
                      throws FlowLoggingNotEnabledException
Parameters:
flowId -
Returns:
Throws:
FlowLoggingNotEnabledException

saveLog

public final void saveLog(String flowId)
                   throws FlowLoggingNotEnabledException
Parameters:
flowId -
Throws:
FlowLoggingNotEnabledException

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006