Interface RemoteDrain
- All Superinterfaces:
Remote
- All Known Implementing Classes:
DefaultRemoteDrain
Special kind of Drain to communicate callback data from std out/err over RMI into a different JVM.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SERVICE_NAME
Name of the RMI service registered.
-
-
Method Details
-
drain
Callback method to handle a line of std err/out output of an process.- Parameters:
pid- the unique id of a process.type- the type of output we are talking about.message- the actual payload: one line of output.- Throws:
RemoteException- on any technical communication error.
-