Uses of Class
org.apache.tapestry5.ioc.services.Status

Packages that use Status
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.services   
 

Uses of Status in org.apache.tapestry5.ioc.internal
 

Methods in org.apache.tapestry5.ioc.internal that return Status
 Status ServiceActivityTrackerImpl.MutableServiceActivity.getStatus()
           
 

Methods in org.apache.tapestry5.ioc.internal with parameters of type Status
 void ServiceActivityTracker.define(ServiceDef serviceDef, Status initialStatus)
          Defines a service in the tracker with an initial status.
 void ServiceActivityTrackerImpl.define(ServiceDef serviceDef, Status initialStatus)
           
 void ServiceActivityTracker.setStatus(String serviceId, Status status)
          Updates the status for the service.
 void ServiceActivityTrackerImpl.setStatus(String serviceId, Status status)
           
 

Constructors in org.apache.tapestry5.ioc.internal with parameters of type Status
ServiceActivityTrackerImpl.MutableServiceActivity(ServiceDef serviceDef, PerthreadManager perthreadManager, Status status)
           
 

Uses of Status in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services that return Status
 Status ServiceActivity.getStatus()
          Indicates the lifecycle status of the service.
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.
 



Copyright © 2003-2012 The Apache Software Foundation.