| com.sun.jump.common.JUMPIsolate
All known Subclasses: com.sun.jump.isolate.jvmprocess.JUMPIsolateProcess,
JUMPIsolate | public interface JUMPIsolate extends JUMPMessagable(Code) | | JUMPIsolate defines the common funtionality of an
isolate in the JUMP system.
|
Method Summary | |
public int | getIsolateId() Returns the Isolate instance id. | public void | kill(boolean force) Kill the isolate. |
getIsolateId | public int getIsolateId()(Code) | | Returns the Isolate instance id.
|
kill | public void kill(boolean force)(Code) | | Kill the isolate. The isolate should not be referenced after
this call.
Parameters: force - true means forcefully kill the isolateand false indicates a best-effort. |
|
|