es.udc.gii.common.eaf.log.parallel.cma
Class ParallelCMAFEsLogTool

java.lang.Object
  extended by es.udc.gii.common.eaf.log.LogTool
      extended by es.udc.gii.common.eaf.log.parallel.ParallelLogTool
          extended by es.udc.gii.common.eaf.log.parallel.cma.ParallelCMAFEsLogTool
All Implemented Interfaces:
Configurable, java.util.Observer

public class ParallelCMAFEsLogTool
extends ParallelLogTool

Author:
rafa

Field Summary
private  int fes_index
           
private  java.util.List fes_prints
           
private  int num_prints
           
 
Fields inherited from class es.udc.gii.common.eaf.log.parallel.ParallelLogTool
t0
 
Fields inherited from class es.udc.gii.common.eaf.log.LogTool
fileExtension, name, oldFolder, oldName
 
Constructor Summary
ParallelCMAFEsLogTool()
           
ParallelCMAFEsLogTool(java.util.List fes_prints)
           
 
Method Summary
 void configure(org.apache.commons.configuration.Configuration conf)
           
 void update(java.util.Observable o, java.lang.Object arg)
           
 
Methods inherited from class es.udc.gii.common.eaf.log.parallel.ParallelLogTool
getNodeID
 
Methods inherited from class es.udc.gii.common.eaf.log.LogTool
finalize, getLog, getLogID, setFile
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num_prints

private int num_prints

fes_prints

private java.util.List fes_prints

fes_index

private int fes_index
Constructor Detail

ParallelCMAFEsLogTool

public ParallelCMAFEsLogTool()

ParallelCMAFEsLogTool

public ParallelCMAFEsLogTool(java.util.List fes_prints)
Method Detail

configure

public void configure(org.apache.commons.configuration.Configuration conf)
Specified by:
configure in interface Configurable
Overrides:
configure in class LogTool

update

public void update(java.util.Observable o,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer
Overrides:
update in class LogTool