|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.services.DeviceRestartEventRegistry
Description of the Class
Method Summary | |
void |
addDeviceRestartListener(DeviceRestartListener l)
Adds a feature to the DeviceRestartListener attribute of the DeviceRestartEventRegistry object |
static void |
doSoftReset(boolean forceRestart)
Description of the Method |
void |
fireRestartEvent(boolean forceRestart)
Description of the Method |
static DeviceRestartEventRegistry |
getInstance()
Gets the instance attribute of the DeviceRestartEventRegistry class |
boolean |
isRegistered(DeviceRestartListener l)
Gets the registered attribute of the DeviceRestartEventRegistry object |
void |
removeDeviceRestartListener(DeviceRestartListener l)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DeviceRestartEventRegistry getInstance()
public static void doSoftReset(boolean forceRestart)
public boolean isRegistered(DeviceRestartListener l)
l
- Description of the Parameter
public void addDeviceRestartListener(DeviceRestartListener l)
l
- The feature to be added to the DeviceRestartListener attributepublic void removeDeviceRestartListener(DeviceRestartListener l)
l
- Description of the Parameterpublic void fireRestartEvent(boolean forceRestart)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |