com.sentilla.system
Interface PowerManager

All Known Implementing Classes:
PowerManager

public interface PowerManager

Private: for Sentilla internal use only. Manages and monitors the energy consumption of a device. Energy is reported as a Measurable. Compare mode values against the constants provided

Supported modes:


Nested Class Summary
static class PowerManager.PowerState
          Private: for Sentilla internal use only.
 
Field Summary
static PowerManager.PowerState FullPower
           
static PowerManager.PowerState PmActive
           
 
Method Summary
 PowerManager.PowerState getPowerState()
          gets the power state currently in effect.
 

Field Detail

FullPower

static final PowerManager.PowerState FullPower

PmActive

static final PowerManager.PowerState PmActive
Method Detail

getPowerState

PowerManager.PowerState getPowerState()
gets the power state currently in effect.

See Also:
PowerManager


Copyright © 2007 Sentilla Corporation. All Rights Reserved.