Package | Description |
---|---|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
Modifier and Type | Method and Description |
---|---|
Status |
ServiceActivityTrackerImpl.MutableServiceActivity.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceActivityTrackerImpl.define(ServiceDef serviceDef,
Status initialStatus) |
void |
ServiceActivityTracker.define(ServiceDef serviceDef,
Status initialStatus)
Defines a service in the tracker with an initial status.
|
void |
ServiceActivityTrackerImpl.setStatus(String serviceId,
Status status) |
void |
ServiceActivityTracker.setStatus(String serviceId,
Status status)
Updates the status for the service.
|
Constructor and Description |
---|
MutableServiceActivity(ServiceDef serviceDef,
PerthreadManager perthreadManager,
Status status) |
Modifier and Type | Method and Description |
---|---|
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.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.