org.inria.myriads.snoozenode.configurator.energymanagement
Class DriverSettings

java.lang.Object
  extended by org.inria.myriads.snoozenode.configurator.energymanagement.DriverSettings

public class DriverSettings
extends Object

Driver settings.

Author:
Eugen Feller

Constructor Summary
DriverSettings()
          Constructor.
 
Method Summary
 ShutdownDriver getShutdown()
          Returns the shutdown driver.
 SuspendDriver getSuspend()
          Returns the suspend driver.
 org.inria.myriads.snoozecommon.communication.localcontroller.wakeup.WakeupSettings getWakeup()
          Returns the wakeup driver.
 void setShutdown(ShutdownDriver shutdown)
          Sets the shutdown driver.
 void setSuspend(SuspendDriver shutdown)
          Sets the suspend driver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverSettings

public DriverSettings()
Constructor.

Method Detail

getWakeup

public org.inria.myriads.snoozecommon.communication.localcontroller.wakeup.WakeupSettings getWakeup()
Returns the wakeup driver.

Returns:
The wakeup settings

setShutdown

public void setShutdown(ShutdownDriver shutdown)
Sets the shutdown driver.

Parameters:
shutdown - The shutdown driver

getShutdown

public ShutdownDriver getShutdown()
Returns the shutdown driver.

Returns:
The shutdown driver

setSuspend

public void setSuspend(SuspendDriver shutdown)
Sets the suspend driver.

Parameters:
shutdown - The suspend driver

getSuspend

public SuspendDriver getSuspend()
Returns the suspend driver.

Returns:
The suspend driver


Copyright © 2012. All Rights Reserved.