com.esf.sbc.catalyst.system.management.service
Class CatalystPowerState

java.lang.Object
  extended by com.esf.sbc.catalyst.system.management.service.CatalystPowerState

public class CatalystPowerState
extends java.lang.Object

Static definitions to be used with the ICatalystPowerManagementService

Author:
wes.johnson

Field Summary
static int CS0
          power state 0 - highest performance mode
static int CS1
          power state 1 - tuned performance mode
static int CS2
          power state 2 - reserved
static int CS3
          power state 3 - reserved
static int CS4
          power state 4 - reserved
static int CS5
          power state 5 - highest power saving mode
 
Constructor Summary
CatalystPowerState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CS0

public static final int CS0
power state 0 - highest performance mode

See Also:
Constant Field Values

CS1

public static final int CS1
power state 1 - tuned performance mode

See Also:
Constant Field Values

CS2

public static final int CS2
power state 2 - reserved

See Also:
Constant Field Values

CS3

public static final int CS3
power state 3 - reserved

See Also:
Constant Field Values

CS4

public static final int CS4
power state 4 - reserved

See Also:
Constant Field Values

CS5

public static final int CS5
power state 5 - highest power saving mode

See Also:
Constant Field Values
Constructor Detail

CatalystPowerState

public CatalystPowerState()