com.ibm.datapower.wamt.clientAPI
Class ManagerStatus.Enumerated

java.lang.Object
  extended by com.ibm.datapower.wamt.clientAPI.ManagerStatus.Enumerated
Enclosing class:
ManagerStatus

public static class ManagerStatus.Enumerated
extends java.lang.Object

The possible values for ManagerStatus.

The values in order from least serious to most serious are:


Field Summary
static ManagerStatus.Enumerated DOWN
          The Manager instance has not been started or has been shutdown
static ManagerStatus.Enumerated STARTING
          The Manager has started initializing itself
static ManagerStatus.Enumerated STOPPING
          The Manager is stopping its work.
static ManagerStatus.Enumerated UP
          The Manager has completed its initialization.
 
Method Summary
 boolean equalsTo(ManagerStatus.Enumerated that)
          Compare two objects to see if they are equivalent.
 java.lang.String getDisplayName()
          Get a human-readable name that represents this object.
 java.lang.String getDisplayName(java.util.Locale locale)
          Get a human-readable name that represents this object.
 java.lang.String getDisplayNameKey()
          Get a key that represents the description of object.
 java.lang.String toString()
          Get a String representation of this object for the purpose of debugging or tracing or user interfaces.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DOWN

public static final ManagerStatus.Enumerated DOWN
The Manager instance has not been started or has been shutdown


STARTING

public static final ManagerStatus.Enumerated STARTING
The Manager has started initializing itself


UP

public static final ManagerStatus.Enumerated UP
The Manager has completed its initialization. The deamons may still be doing startup related work with the managed devices, etc.


STOPPING

public static final ManagerStatus.Enumerated STOPPING
The Manager is stopping its work. The next Management status will be down.

Method Detail

equalsTo

public boolean equalsTo(ManagerStatus.Enumerated that)
Compare two objects to see if they are equivalent.

Parameters:
that - the other object to compare to this
Returns:
true if the two objects are equivalent, false otherwise

getDisplayNameKey

public java.lang.String getDisplayNameKey()
Get a key that represents the description of object. This key may be used in nls enabled user interfaces.

Returns:
a key that represents the human-readable string that describes this object.

getDisplayName

public java.lang.String getDisplayName()
Get a human-readable name that represents this object. This name may be used in user interfaces.

Returns:
a human-readable name that represents this object.

getDisplayName

public java.lang.String getDisplayName(java.util.Locale locale)
Get a human-readable name that represents this object. This name may be used in user interfaces.

Parameters:
locale - The locale to be used in getting the human-readable name
Returns:
a human-readable name that represents this object.

toString

public java.lang.String toString()
Get a String representation of this object for the purpose of debugging or tracing or user interfaces.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object for the purpose of debugging or tracing or user interfaces.


© Copyright IBM Corp. 2006, 2010 All Rights Reserved.