net.dpml.component
Class Status

java.lang.Object
  extended by net.dpml.lang.Enum
      extended by net.dpml.component.Status
All Implemented Interfaces:
Serializable

public final class Status
extends Enum

Provider deployment status enumeration.

Version:
1.2.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Field Summary
static Status AVAILABLE
          The provider has successfully established the target instance.
static Status COMMISSIONING
          The provider is in the process of commissioning its internal structure following which the provider will attempt to establish a instance value and transition to AVAILABLE.
static Status DECOMMISSIONED
          The provider has completed local decommissioning.
static Status DECOMMISSIONING
          The provider is in the process of decommissioning it's internal parts.
static Status DISPOSED
          The provider is decommissioned not longer available.
static Status INSTANTIATED
          The provider has been instantiated but remains uncommissioned.
 
Method Summary
static Status parse(String value)
          Parse the supplied name.
static Status[] values()
          Returns an array of activation enum values.
 
Methods inherited from class net.dpml.lang.Enum
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANTIATED

public static final Status INSTANTIATED
The provider has been instantiated but remains uncommissioned.


COMMISSIONING

public static final Status COMMISSIONING
The provider is in the process of commissioning its internal structure following which the provider will attempt to establish a instance value and transition to AVAILABLE.


AVAILABLE

public static final Status AVAILABLE
The provider has successfully established the target instance.


DECOMMISSIONING

public static final Status DECOMMISSIONING
The provider is in the process of decommissioning it's internal parts.


DECOMMISSIONED

public static final Status DECOMMISSIONED
The provider has completed local decommissioning.


DISPOSED

public static final Status DISPOSED
The provider is decommissioned not longer available.

Method Detail

values

public static Status[] values()
Returns an array of activation enum values.

Returns:
the activation policies array

parse

public static Status parse(String value)
Parse the supplied name.

Parameters:
value - the value to parse
Returns:
the collection policy