com.sap.ip.me.api.services
Class DeviceRestartEventRegistry

java.lang.Object
  extended bycom.sap.ip.me.api.services.DeviceRestartEventRegistry

public class DeviceRestartEventRegistry
extends java.lang.Object

Description of the Class

Author:
SAP

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

getInstance

public static DeviceRestartEventRegistry getInstance()
Gets the instance attribute of the DeviceRestartEventRegistry class

Returns:
The instance value

doSoftReset

public static void doSoftReset(boolean forceRestart)
Description of the Method


isRegistered

public boolean isRegistered(DeviceRestartListener l)
Gets the registered attribute of the DeviceRestartEventRegistry object

Parameters:
l - Description of the Parameter
Returns:
The registered value

addDeviceRestartListener

public void addDeviceRestartListener(DeviceRestartListener l)
Adds a feature to the DeviceRestartListener attribute of the DeviceRestartEventRegistry object

Parameters:
l - The feature to be added to the DeviceRestartListener attribute

removeDeviceRestartListener

public void removeDeviceRestartListener(DeviceRestartListener l)
Description of the Method

Parameters:
l - Description of the Parameter

fireRestartEvent

public void fireRestartEvent(boolean forceRestart)
Description of the Method



Copyright © 2005 SAP AG. All Rights Reserved.