"WEBNMS_5 API Docs"

com.adventnet.nms.util
Interface ShutDownObserver

All Known Implementing Classes:
MainSocketServerBE, MainSocketServerFE

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

shutDown

void shutDown()
Gets called whenever Web NMS Server shuts down. All registered Observers will be notified even before calling shutDown method of all modules


"WEBNMS_5 API Docs"

Copyright © 2011 ZOHO Corp., All Rights Reserved.