Package org.glassfish.hk2.api
Interface AOPProxyCtl
-
public interface AOPProxyCtl
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UNDERLYING_METHOD_NAME
The name of the method of this interface
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDescriptor<?>
__getUnderlyingDescriptor()
This method returns the ActiveDescriptor underlying the service for which this object is a proxy
-
-
-
Field Detail
-
UNDERLYING_METHOD_NAME
static final java.lang.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
-
-