public interface ShutdownListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
shutdownRequest()
This method is called on registered object with request from MIB
browser to shutdown the application.
|
boolean shutdownRequest()
false
as a signal that shutdown is rejected. Otherwise the application
should call System.exit() and return value does not matter.
This call is made on MIB browser SET request validation and returns
ValueValidation.NO_ACCESS if application rejects shutdown.