org.inria.myriads.snoozenode.groupmanager.powermanagement
Class PowerManagementFactory

java.lang.Object
  extended by org.inria.myriads.snoozenode.groupmanager.powermanagement.PowerManagementFactory

public final class PowerManagementFactory
extends Object

Power management factory.

Author:
Eugen Feller

Method Summary
static WakeUp newWakeupDriver(org.inria.myriads.snoozecommon.communication.localcontroller.wakeup.WakeupDriver wakeupMethod, ShellCommandExecuter executor)
          Creates the wakeup logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newWakeupDriver

public static WakeUp newWakeupDriver(org.inria.myriads.snoozecommon.communication.localcontroller.wakeup.WakeupDriver wakeupMethod,
                                     ShellCommandExecuter executor)
Creates the wakeup logic.

Parameters:
wakeupMethod - The selected wakeup method
executor - The shell command executor
Returns:
The wakeup logic


Copyright © 2012. All Rights Reserved.