|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Optional interface to be implemented by the pluglet that wishes to be notified before being suspended and after being resumed.
| Method Summary | |
void |
resume()
Invoked by the kernel after the pluglet was resumed. |
void |
suspend()
Invoked by the kernel when the pluglet is about to be suspended. |
| Method Detail |
public void suspend()
Pluglet.start() method or by
client-invoked methods are suspended.
public void resume()
PlugletContext.suspend() method are resumed.
After this method returns, pluglet goes into "ACTIVE" state and remote
calls are enabled again, unless there has been another suspend
or destroy request, in which case Pluglet.stop() or Pluglet.destroy() method
may be invoked before remote calls were enabled.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||