|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by Components that require (re)configurability. More specifically:
1. Safe reconfiguration, at the expense of interrupted service
2. The explicit ability to suspend and resume the component as a management feature
Copyright 2002 Sapient
Method Summary | |
void |
resume()
Resume the component. |
void |
suspend()
Suspend the component. |
Method Detail |
public void suspend() throws Exception
Exception
- when there is a failure to suspend the componentpublic void resume() throws Exception
Exception
- when there is a failure to resume the component
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |