Interface ServiceActivity
-
- All Known Implementing Classes:
ServiceActivityTrackerImpl.MutableServiceActivity
public interface ServiceActivity
Provided by theServiceActivityScoreboard
to track a single service's state and activity.- See Also:
ServiceDef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <>
getMarkers()
The markers on this servicegetScope()
The scope of the service (typically "singleton" or "perthread").getServiceId()
The unique id for the service.getServiceInterface()
The interface implemented by the service (this may occasionally be a class, for non-proxied services).Status
getStatus()
Indicates the lifecycle status of the service.
-
-
-
Method Detail
-
getServiceId
getServiceId()
The unique id for the service.
-
getServiceInterface
getServiceInterface()
The interface implemented by the service (this may occasionally be a class, for non-proxied services).
-
getScope
getScope()
The scope of the service (typically "singleton" or "perthread").
-
getMarkers
<> getMarkers()
The markers on this service
-
-