|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl
public class ServiceActivityTrackerImpl
| Nested Class Summary | |
|---|---|
static class |
ServiceActivityTrackerImpl.MutableServiceActivity
|
| Constructor Summary | |
|---|---|
ServiceActivityTrackerImpl()
|
|
| Method Summary | |
|---|---|
void |
define(ServiceDef serviceDef,
Status initialStatus)
Defines a service in the tracker with an initial status. |
java.util.List<ServiceActivity> |
getServiceActivity()
Returns the status of all services, sorted alphabetically by service id. |
void |
setStatus(java.lang.String serviceId,
Status status)
Updates the status for the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceActivityTrackerImpl()
| Method Detail |
|---|
public java.util.List<ServiceActivity> getServiceActivity()
ServiceActivityScoreboard
getServiceActivity in interface ServiceActivityScoreboard
public void define(ServiceDef serviceDef,
Status initialStatus)
ServiceActivityTracker
define in interface ServiceActivityTrackerserviceDef - the service being definedinitialStatus - typically Status.BUILTIN or Status.DEFINED
public void setStatus(java.lang.String serviceId,
Status status)
ServiceActivityTracker
setStatus in interface ServiceActivityTrackerserviceId - identifies the service, which must be previously definedstatus - the new status value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||