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.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the method of this interface
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the ActiveDescriptor underlying the service for which this object is a proxy
  • Field Details

    • UNDERLYING_METHOD_NAME

      static final String 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