Interface AOPProxyCtl


  • 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 Detail

      • UNDERLYING_METHOD_NAME

        static final String UNDERLYING_METHOD_NAME
        The name of the method of this interface
        See Also:
        Constant Field Values
    • Method Detail

      • __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