org.inria.myriads.snoozenode.groupmanager.powermanagement.api.impl
Class IPMIWakeup

java.lang.Object
  extended by org.inria.myriads.snoozenode.groupmanager.powermanagement.api.impl.IPMIWakeup
All Implemented Interfaces:
WakeUp

public final class IPMIWakeup
extends Object
implements WakeUp

Implements native IPMI communicator by wrapping calls to ipmitools.

Author:
Eugen Feller

Constructor Summary
IPMIWakeup(ShellCommandExecuter executor)
          Constructor.
 
Method Summary
 boolean wakeUp(String options)
          IPMI wakeup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPMIWakeup

public IPMIWakeup(ShellCommandExecuter executor)
Constructor.

Parameters:
executor - The shell command executor
Method Detail

wakeUp

public boolean wakeUp(String options)
IPMI wakeup.

Specified by:
wakeUp in interface WakeUp
Parameters:
options - The options
Returns:
true if everything ok, false otherwise


Copyright © 2012. All Rights Reserved.