org.apache.tapestry5.ioc.services
Interface ServiceActivityScoreboard

All Known Implementing Classes:
ServiceActivityTrackerImpl

public interface ServiceActivityScoreboard

Provides access to the runtime details about services in the Registry.


Method Summary
 List<ServiceActivity> getServiceActivity()
          Returns the status of all services, sorted alphabetically by service id.
 

Method Detail

getServiceActivity

List<ServiceActivity> getServiceActivity()
Returns the status of all services, sorted alphabetically by service id.



Copyright © 2003-2012 The Apache Software Foundation.