| java.lang.Object com.sun.jumpimpl.process.JUMPApplicationProxyImpl
Method Summary | |
public void | destroyApp() Destroys the application associated with this
JUMPApplicationProxy . | public int | getAppState() Returns the state of the application associated with this
JUMPApplicationProxy . | public JUMPApplication | getApplication() Returns the JUMPApplication this proxy is accociated with. | public JUMPIsolateProxy | getIsolateProxy() Returns the isolateProxy proxy this application is running in. | public void | pauseApp() Pauses the application associated with this
JUMPApplicationProxy . | public void | resumeApp() Resumes the application associated with this
JUMPApplicationProxy . | public String | toString() |
JUMPApplicationProxyImpl | JUMPApplicationProxyImpl(JUMPApplication application, int applicationId, JUMPIsolateProxyImpl isolateProxy)(Code) | | Creates an instance of JUMPApplicationProxy. This method is expected to be
called by the JUMPIsolateProxy implementation.
|
destroyApp | public void destroyApp()(Code) | | Destroys the application associated with this
JUMPApplicationProxy .
|
getAppState | public int getAppState()(Code) | | Returns the state of the application associated with this
JUMPApplicationProxy .
|
getApplication | public JUMPApplication getApplication()(Code) | | Returns the JUMPApplication this proxy is accociated with.
|
getIsolateProxy | public JUMPIsolateProxy getIsolateProxy()(Code) | | Returns the isolateProxy proxy this application is running in.
|
pauseApp | public void pauseApp()(Code) | | Pauses the application associated with this
JUMPApplicationProxy .
|
resumeApp | public void resumeApp()(Code) | | Resumes the application associated with this
JUMPApplicationProxy .
|
|
|