Package org.glassfish.hk2.api
Interface AOPProxyCtl
public interface AOPProxyCtl
-
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
-