|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pipe
A Pipe represents a connection to another process. The real communication is done through the streams that this pipe contains.
Method Summary | |
---|---|
void |
close()
Close the connection to the other process. |
InputStream |
getInputStream()
Get the input stream connected to this pipe. |
OutputStream |
getOutputStream()
Get the output stream connected to this pipe. |
Methods inherited from interface org.gridlab.gat.monitoring.Monitorable |
---|
addMetricListener, getMeasurement, getMetricDefinitionByName, getMetricDefinitions, removeMetricListener |
Method Detail |
---|
OutputStream getOutputStream() throws GATInvocationException
GATInvocationException
- an IO error occurredInputStream getInputStream() throws GATInvocationException
GATInvocationException
- an IO error occurredvoid close() throws GATInvocationException
GATInvocationException
- an IO error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |