com.raritantechnologies.dieselpoint.openpipeline
Class RTIOpenPipelineStage

java.lang.Object
  extended byStage
      extended bycom.raritantechnologies.dieselpoint.openpipeline.RTIOpenPipelineStage

public class RTIOpenPipelineStage
extends Stage

Enables Raritan IGatewayOutputProcessor, IResultSetProcessor or IFieldFormatter modules to be plugged in to an OpenPipeline data processing stream as OpenPipeline Stage objects.

The OpenPipeline configuration XML is extended so that a stage type and name that connect to a specific SystemObject element defined in the Raritan framework Configuration XML:

  <stage>
    <classname>com.raritantechnologies.dieselpoint.openpipeline.RTIOpenPipelineStage</classname>

    <!-- RTIOpenPipelineStage needs a type and name that map to the         -->
    <!-- SystemObject type and name attributes in the RTI Configuration XML -->
    <type>[ type of stage e.g. "FieldFormatter" ]</type>
    <name>[ name of RTI SystemObject ]</name>

  </stage>
 

See Also:
Serialized Form

Constructor Summary
RTIOpenPipelineStage()
           
 
Method Summary
 void close()
           
 void flush()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 void initialize()
           
 void processItem(Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTIOpenPipelineStage

public RTIOpenPipelineStage()
Method Detail

processItem

public void processItem(Item item)

flush

public void flush()

close

public void close()

getDescription

public java.lang.String getDescription()

getDisplayName

public java.lang.String getDisplayName()

initialize

public void initialize()