lacam.processes
Class DefaultDatatarget

java.lang.Object
  extended bylacam.processes.DefaultDatatarget
All Implemented Interfaces:
Datatarget, Process

public class DefaultDatatarget
extends java.lang.Object
implements Datatarget

This class just prints incoming data on the System.out

Author:
Dimitrij Zub

Field Summary
 
Fields inherited from interface lacam.interfaces.Process
ANALYSIS, DATASOURCE, DATATARGET, MODELMANAGER, PARAMKEY_LANGUAGE_PACK, PARAMKEY_PLUGIN_NAME, POSTPROCESS, PREPROCESS, USERINTERFACE
 
Constructor Summary
DefaultDatatarget()
           
 
Method Summary
 void init(java.util.Properties parametermap)
          the initialisation of a process instance the described parameterlist will be given here
 void putData(byte[] data)
          Puts the given data to its target
 void reinit()
          called, if a process threw the goBackException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDatatarget

public DefaultDatatarget()
Method Detail

init

public void init(java.util.Properties parametermap)
Description copied from interface: Process
the initialisation of a process instance the described parameterlist will be given here

Specified by:
init in interface Process

putData

public void putData(byte[] data)
Description copied from interface: Datatarget
Puts the given data to its target

Specified by:
putData in interface Datatarget

reinit

public void reinit()
Description copied from interface: Process
called, if a process threw the goBackException

Specified by:
reinit in interface Process