JUMPIsolateProxy encapsulates the state of the running isolate
within the executive.
Operations performed on the JUMPIsolateProxy
gets sent to the isolate instance (For example :- In the case of
process based isolate,
to com.sun.jump.isolate.jvmprocess.JUMPIsolateProcess
It implements the
com.sun.jump.message.JUMPMessageSender interface so that messages can be sent to the JUMPIsolate
that this class is proxying for.
The JUMPLifecycleModule is responsible for creation and
management of JUMPIsolateProxy objects.
|