|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for connectors.
Method Summary | |
void |
createReader()
Creates a reader for an operator. |
void |
createWriter(java.lang.Object info)
Creates a writer for an operator. |
java.lang.Object |
getCommunicationInfo()
Returns the information object. |
Operator |
getOperator()
Returns the operator for which this connector creates a reader/writer. |
java.lang.Object |
getPathID()
Returns the path ID of the path that will go through the operator. |
void |
setCommunicationInfo(java.lang.Object info)
Sets the information object necessary for the previous operator in the path to setup its writer. |
void |
setOperator(Operator operator)
Sets the operator for which this connector creates a reader/writer. |
void |
setOperatorReader(java.io.InputStream obj)
Sets the reader of the operator. |
void |
setOperatorWriter(java.io.OutputStream obj)
Sets the writer of the operator. |
void |
setPathID(java.lang.Object pathID)
Sets the path ID of the path that will go through the operator. |
Method Detail |
public void setOperator(Operator operator)
operator
- operator for which this connector creates a reader/writer.public Operator getOperator()
public void setPathID(java.lang.Object pathID)
pathID
- path ID.public java.lang.Object getPathID()
public void setOperatorReader(java.io.InputStream obj)
obj
- input stream of the operator.public void setOperatorWriter(java.io.OutputStream obj)
obj
- output stream of the operator.public void setCommunicationInfo(java.lang.Object info)
info
- information object.public java.lang.Object getCommunicationInfo()
public void createReader()
public void createWriter(java.lang.Object info)
info
- information object from the next operator in the path.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |