Class ServiceActivityTrackerImpl.MutableServiceActivity

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait