Uses of Enum
org.apache.tapestry5.ioc.services.Status
Packages that use Status
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
Tapestry IOC service interfaces
-
Uses of Status in org.apache.tapestry5.ioc.internal
Methods in org.apache.tapestry5.ioc.internal that return StatusMethods in org.apache.tapestry5.ioc.internal with parameters of type StatusModifier and TypeMethodDescriptionvoid
ServiceActivityTracker.define
(ServiceDef serviceDef, Status initialStatus) Defines a service in the tracker with an initial status.void
ServiceActivityTrackerImpl.define
(ServiceDef serviceDef, Status initialStatus) void
Updates the status for the service.void
Constructors in org.apache.tapestry5.ioc.internal with parameters of type StatusModifierConstructorDescriptionMutableServiceActivity
(ServiceDef serviceDef, PerthreadManager perthreadManager, Status status) -
Uses of Status in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services that return StatusModifier and TypeMethodDescriptionServiceActivity.getStatus()
Indicates the lifecycle status of the service.static Status
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.