public interface HostAgentIF extends Remote
MasterProxyIF.| Modifier and Type | Method and Description |
|---|---|
int |
bgexec(String command,
File workdir,
File log) |
void |
dumpHeap(int pid,
String userDir,
String options) |
boolean |
exists(int pid) |
String |
fgexec(String[] command,
int maxWaitSec) |
String |
fgexec(String command,
int maxWaitSec) |
String |
fgexec(String command,
String[] envp,
int maxWaitSec) |
String[] |
getDumpHeapCommand(int pid,
String userDir,
String options) |
String |
getDumpLocksCommand(int pid) |
String |
getKillCommand(int pid) |
String |
getNetcontrolCommand(String target,
int op) |
String |
getPrintStacksCommand(int pid) |
String |
getProcessStatus(int maxWaitSec) |
String |
getShutdownCommand(int pid) |
void |
kill(int pid) |
void |
printStacks(int pid) |
void |
shutdown(int pid) |
void |
shutDownHostAgent() |
int bgexec(String command, File workdir, File log) throws RemoteException
RemoteExceptionString fgexec(String command, int maxWaitSec) throws RemoteException
RemoteExceptionString fgexec(String command, String[] envp, int maxWaitSec) throws RemoteException
RemoteExceptionString fgexec(String[] command, int maxWaitSec) throws RemoteException
RemoteExceptionboolean exists(int pid)
throws RemoteException
RemoteExceptionvoid shutdown(int pid)
throws RemoteException
RemoteExceptionvoid kill(int pid) throws RemoteException
RemoteExceptionvoid printStacks(int pid)
throws RemoteException
RemoteExceptionvoid dumpHeap(int pid,
String userDir,
String options)
throws RemoteException
RemoteExceptionString getShutdownCommand(int pid) throws RemoteException
RemoteExceptionString getKillCommand(int pid) throws RemoteException
RemoteExceptionString getDumpLocksCommand(int pid) throws RemoteException
RemoteExceptionString getPrintStacksCommand(int pid) throws RemoteException
RemoteExceptionString[] getDumpHeapCommand(int pid, String userDir, String options) throws RemoteException
RemoteExceptionString getNetcontrolCommand(String target, int op) throws RemoteException
RemoteExceptionString getProcessStatus(int maxWaitSec) throws RemoteException
RemoteExceptionvoid shutDownHostAgent()
throws RemoteException
RemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.