public interface AOPProxyCtl
This interface is implemented by all services that use the
AOP Alliance Interceptor feature of HK2.
Compare this to the ProxyCtl interface, which is
implemented by proxies used for Proxiable scopes or
service instances.
- Author:
- jwells
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the ActiveDescriptor underlying the service for which this object is a proxy
-
Field Details
-
UNDERLYING_METHOD_NAME
The name of the method of this interface- See Also:
-
-
Method Details
-
__getUnderlyingDescriptor
ActiveDescriptor<?> __getUnderlyingDescriptor()This method returns the ActiveDescriptor underlying the service for which this object is a proxy- Returns:
- The underlying ActiveDescriptor for which this object is a proxy. May return null if there is no known underlying descriptor
-