org.apache.tapestry5.corelib.pages
public class: ServiceStatus [javadoc |
source]
java.lang.Object
org.apache.tapestry5.corelib.pages.ServiceStatus
Page used to see the status of all services defined by the
Registry .
TODO: Add filters to control which services are displayed
| Method from org.apache.tapestry5.corelib.pages.ServiceStatus Summary: |
|---|
|
setupRender |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.tapestry5.corelib.pages.ServiceStatus Detail: |
void setupRender() {
activity = scoreboard.getServiceActivity();
}
|