|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.ioc.internal.ServiceActivityTrackerImpl.MutableServiceActivity
public static class ServiceActivityTrackerImpl.MutableServiceActivity
Constructor Summary | |
---|---|
ServiceActivityTrackerImpl.MutableServiceActivity(ServiceDef serviceDef,
PerthreadManager perthreadManager,
Status status)
|
Method Summary | |
---|---|
Set<Class> |
getMarkers()
The markers on this service |
String |
getScope()
The scope of the service (typically "singleton" or "perthread"). |
String |
getServiceId()
The unique id for the service. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceActivityTrackerImpl.MutableServiceActivity(ServiceDef serviceDef, PerthreadManager perthreadManager, Status status)
Method Detail |
---|
public String getServiceId()
ServiceActivity
getServiceId
in interface ServiceActivity
public Class getServiceInterface()
ServiceActivity
getServiceInterface
in interface ServiceActivity
public String getScope()
ServiceActivity
getScope
in interface ServiceActivity
public Set<Class> getMarkers()
ServiceActivity
getMarkers
in interface ServiceActivity
public Status getStatus()
ServiceActivity
getStatus
in interface ServiceActivity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |