Uses of Class
org.inria.myriads.snoozenode.executor.ShellCommandExecuter

Packages that use ShellCommandExecuter
org.inria.myriads.snoozenode.groupmanager.powermanagement   
org.inria.myriads.snoozenode.groupmanager.powermanagement.api.impl   
org.inria.myriads.snoozenode.localcontroller.powermanagement   
org.inria.myriads.snoozenode.localcontroller.powermanagement.shutdown.impl   
org.inria.myriads.snoozenode.localcontroller.powermanagement.suspend.impl   
 

Uses of ShellCommandExecuter in org.inria.myriads.snoozenode.groupmanager.powermanagement
 

Methods in org.inria.myriads.snoozenode.groupmanager.powermanagement with parameters of type ShellCommandExecuter
static WakeUp PowerManagementFactory.newWakeupDriver(org.inria.myriads.snoozecommon.communication.localcontroller.wakeup.WakeupDriver wakeupMethod, ShellCommandExecuter executor)
          Creates the wakeup logic.
 

Uses of ShellCommandExecuter in org.inria.myriads.snoozenode.groupmanager.powermanagement.api.impl
 

Constructors in org.inria.myriads.snoozenode.groupmanager.powermanagement.api.impl with parameters of type ShellCommandExecuter
IPMIWakeup(ShellCommandExecuter executor)
          Constructor.
KaPower3(ShellCommandExecuter executor)
          Constructor.
Test(ShellCommandExecuter executor)
          Constructor.
WakeOnLan(ShellCommandExecuter executor)
          Constructor.
 

Uses of ShellCommandExecuter in org.inria.myriads.snoozenode.localcontroller.powermanagement
 

Methods in org.inria.myriads.snoozenode.localcontroller.powermanagement with parameters of type ShellCommandExecuter
static Shutdown PowerManagementFactory.newShutdownLogic(ShutdownDriver shutdownDriver, ShellCommandExecuter executor)
          Returns shutdown logic.
static Suspend PowerManagementFactory.newSuspendLogic(SuspendDriver suspendDriver, ShellCommandExecuter executor)
          Returns suspend logic.
 

Uses of ShellCommandExecuter in org.inria.myriads.snoozenode.localcontroller.powermanagement.shutdown.impl
 

Constructors in org.inria.myriads.snoozenode.localcontroller.powermanagement.shutdown.impl with parameters of type ShellCommandExecuter
IPMIShutdown(ShellCommandExecuter executor)
          Constructor.
SystemShutdown(ShellCommandExecuter executor)
          Constructor.
Test(ShellCommandExecuter executor)
          Constructor.
 

Uses of ShellCommandExecuter in org.inria.myriads.snoozenode.localcontroller.powermanagement.suspend.impl
 

Constructors in org.inria.myriads.snoozenode.localcontroller.powermanagement.suspend.impl with parameters of type ShellCommandExecuter
PmUtils(ShellCommandExecuter executor)
          Constructor.
Uswsusp(ShellCommandExecuter executor)
          Constructor.
 



Copyright © 2012. All Rights Reserved.