public interface RemoteDrain extends Remote
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME
Name of the RMI service registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
drain(int pid,
DrainType type,
String message)
Callback method to handle a line of std err/out output of an process.
|
static final String SERVICE_NAME
void drain(int pid,
DrainType type,
String message)
throws RemoteException
pid - the unique id of a process.type - the type of output we are talking about.message - the actual payload: one line of output.RemoteException - on any technical communication error.Copyright © 2017 SAP SE. All Rights Reserved.