public static class ServiceActivityTrackerImpl.MutableServiceActivity extends java.lang.Object implements ServiceActivity
| Constructor and Description |
|---|
MutableServiceActivity(ServiceDef serviceDef,
PerthreadManager perthreadManager,
Status status) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Class> |
getMarkers()
The markers on this service
|
java.lang.String |
getScope()
The scope of the service (typically "singleton" or "perthread").
|
java.lang.String |
getServiceId()
The unique id for the service.
|
java.lang.Class |
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.
|
public MutableServiceActivity(ServiceDef serviceDef, PerthreadManager perthreadManager, Status status)
public java.lang.String getServiceId()
ServiceActivitygetServiceId in interface ServiceActivitypublic java.lang.Class getServiceInterface()
ServiceActivitygetServiceInterface in interface ServiceActivitypublic java.lang.String getScope()
ServiceActivitygetScope in interface ServiceActivitypublic java.util.Set<java.lang.Class> getMarkers()
ServiceActivitygetMarkers in interface ServiceActivitypublic Status getStatus()
ServiceActivitygetStatus in interface ServiceActivity${project.version} - Copyright © 2003-2015 The Apache Software Foundation.