public abstract class VMVirtualProcess
extends PlatformObject
| Constructor and Description |
|---|
VMVirtualProcess(ILaunch launch,
IVMVirtualMachineShell vm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTerminate() |
String |
getAttribute(String key) |
int |
getExitValue() |
abstract String |
getLabel() |
ILaunch |
getLaunch() |
IStreamsProxy |
getStreamsProxy() |
boolean |
isTerminated() |
void |
setAttribute(String key,
String value) |
void |
setStreamsProxy(IStreamsProxy streamsProxy) |
void |
terminate() |
public VMVirtualProcess(ILaunch launch,
IVMVirtualMachineShell vm)
public boolean canTerminate()
public int getExitValue()
throws DebugException
DebugExceptionpublic IStreamsProxy getStreamsProxy()
public abstract String getLabel()
public ILaunch getLaunch()
public boolean isTerminated()
public void setStreamsProxy(IStreamsProxy streamsProxy)
public void terminate()
throws DebugException
DebugExceptionCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.