public interface ConstructorInvocation extends Invocation
A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
ConstructorInterceptor| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor()
Gets the constructor being called.
|
getArgumentsgetStaticPart, getThis, proceedConstructor getConstructor()
This method is a frienly implementation of the Joinpoint.getStaticPart() method (same result).
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.