public interface IRemoteProcessSignalService extends IRemoteProcess.Service
IRemoteProcess.Service.Factory
Modifier and Type | Field and Description |
---|---|
static int |
ABRT |
static int |
ALRM |
static int |
CONT |
static int |
FPE |
static int |
HUP |
static int |
ILL |
static int |
INT |
static int |
KILL |
static int |
PIPE |
static int |
QUIT |
static int |
SEGV |
static int |
STOP |
static int |
TERM |
static int |
TSTP |
static int |
USR1 |
static int |
USR2 |
Modifier and Type | Method and Description |
---|---|
void |
sendSignal(int signal)
Send a signal to the remote process.
|
getRemoteProcess
static final int HUP
static final int INT
static final int QUIT
static final int ILL
static final int ABRT
static final int FPE
static final int KILL
static final int SEGV
static final int PIPE
static final int ALRM
static final int TERM
static final int STOP
static final int TSTP
static final int CONT
static final int USR1
static final int USR2
void sendSignal(int signal) throws RemoteConnectionException
signal
- signal to send.RemoteConnectionException
- if the underlying connection fails