public interface ServiceResources extends ObjectLocator, AnnotationAccess
ObjectLocator
).Modifier and Type | Method and Description |
---|---|
org.slf4j.Logger |
getLogger()
Returns a Logger appropriate for logging messages.
|
String |
getServiceId()
Returns the fully qualified id of the service.
|
Class |
getServiceImplementation()
Returns the service implementation.
|
Class |
getServiceInterface()
Returns the service interface implemented by the service.
|
OperationTracker |
getTracker()
Returns an object that can be used to track operations related to constructing, configuring, decorating and
initializing the service.
|
autobuild, autobuild, getObject, getService, getService, getService, proxy
getClassAnnotationProvider, getMethodAnnotationProvider
String getServiceId()
Class getServiceInterface()
@IncompatibleChange(release="5.4", details="Added method for TAP5-2029") Class getServiceImplementation()
org.slf4j.Logger getLogger()
OperationTracker getTracker()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.