|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.dieselpoint.openpipeline.RTIOpenPipelineConnector
Enables a Raritan ICollectionGateway to be plugged into an OpenPipeline
data processing pipeline.
The OpenPipeline configuration maps to a Raritan Framework Configuration File:
Open Pipeline configuration File format:
<connector>
<short-name>[ name of RTI gateway in Raritan configuration XML ]</short-name>
<display-name>[ name of Connector in display ]</display-name>
<page-name>[ name of Connector UI page ]</page-name>
<log-link>[ the Log Link ]</log-link>
<!-- Input parameters to the collection gateway (if any ) -->
<params>
<param>
<name>[ param name ]</param>
<value>[ param value ]</param>
</param>
</params>
<stages>
<stage>
<classname>[Name of Stage Class]
<!-- 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>
</stages>
</connector>
| Constructor Summary | |
RTIOpenPipelineConnector()
|
|
| Method Summary | |
void |
dataComplete(java.lang.Object gateway)
Message sent by ICollectionGateway after the last IResultSet has been submitted for processing. |
void |
execute()
|
void |
gatewayFailed(java.lang.String message)
|
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getLogLink()
|
java.lang.String |
getPageName()
|
java.lang.String |
getShortName()
|
java.lang.String |
getStatus()
|
int |
getStatusCode()
|
void |
interrupt()
Interrupt the execution of this connector. |
void |
processData(IResultSet dataSet)
Command to process a set of results generated by an ICollectionGateway implementation. |
void |
setCollectionGateway(ICollectionGateway collGateway)
|
void |
setNextStage(Stage stage)
|
void |
setParams(XMLConfig params)
Sets the configuration parameters on the Connector. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RTIOpenPipelineConnector()
| Method Detail |
public void setCollectionGateway(ICollectionGateway collGateway)
public void execute()
public void setNextStage(Stage stage)
public void interrupt()
public void setParams(XMLConfig params)
public java.lang.String getStatus()
public int getStatusCode()
public java.lang.String getDisplayName()
public java.lang.String getShortName()
public java.lang.String getDescription()
public java.lang.String getPageName()
public java.lang.String getLogLink()
public void processData(IResultSet dataSet)
IGatewayListener
processData in interface IGatewayListenerpublic void dataComplete(java.lang.Object gateway)
IGatewayListener
dataComplete in interface IGatewayListenerpublic void gatewayFailed(java.lang.String message)
gatewayFailed in interface IGatewayListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||