Uses of Interface
org.apache.tapestry5.ioc.services.ServiceActivity
-
Packages that use ServiceActivity Package Description org.apache.tapestry5.corelib.pages The set of core pages available in all Tapestry applicationsorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.services Tapestry IOC service interfaces -
-
Uses of ServiceActivity in org.apache.tapestry5.corelib.pages
Methods in org.apache.tapestry5.corelib.pages that return types with arguments of type ServiceActivity Modifier and Type Method Description List<ServiceActivity>
ServiceStatus. getActivity()
-
Uses of ServiceActivity in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ServiceActivity Modifier and Type Class Description static class
ServiceActivityTrackerImpl.MutableServiceActivity
Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type ServiceActivity Modifier and Type Method Description List<ServiceActivity>
ServiceActivityTrackerImpl. getServiceActivity()
-
Uses of ServiceActivity in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services that return types with arguments of type ServiceActivity Modifier and Type Method Description List<ServiceActivity>
ServiceActivityScoreboard. getServiceActivity()
Returns the status of all services, sorted alphabetically by service id.
-