|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShutDownObserver
This is an interface for objects which want to register to Web NMS Server and get notified when Web NMS Server is shutting down. All register Observers will be notified even before calling shutDown method of all modules. Notification is synchronous in this case.
The implementing class should get registered for shutdown through PureServerUtils.registerForShutDown(com.adventnet.nms.util.ShutDownObserver)
| Method Summary | |
|---|---|
void |
shutDown()
Gets called whenever Web NMS Server shuts down. |
| Method Detail |
|---|
void shutDown()
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||