public interface RemoteDrain
extends java.rmi.Remote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME
Name of the RMI service registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
drain(int pid,
DrainType type,
java.lang.String message)
Callback method to handle a line of std err/out output of an process.
|
static final java.lang.String SERVICE_NAME
void drain(int pid,
DrainType type,
java.lang.String message)
throws java.rmi.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.java.rmi.RemoteException - on any technical communication error.Copyright © 2018 SAP SE. All Rights Reserved.