Uses of Class
net.dpml.runtime.Status

Packages that use Status
net.dpml.appliance Interfaces representing managed processes. 
net.dpml.runtime Component strategy runtime implementation. 
 

Uses of Status in net.dpml.appliance
 

Methods in net.dpml.appliance that return Status
 Status ApplianceEvent.getStatus()
          Return the appliance status.
 

Constructors in net.dpml.appliance with parameters of type Status
ApplianceEvent(Appliance source, Status status)
          Construct a new StateEvent.
 

Uses of Status in net.dpml.runtime
 

Methods in net.dpml.runtime that return Status
 Status ProviderEvent.getStatus()
           
static Status Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.dpml.runtime with parameters of type Status
ProviderEvent(Component source, Provider provider, Status action)
          Construct a new StateEvent.