public interface

ConstructorInvocation

implements Invocation
org.aopalliance.intercept.ConstructorInvocation

Class Overview

Description of an invocation to a constuctor, given to an interceptor upon construtor-call.

A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.

Summary

Public Methods
abstract Constructor getConstructor()
Gets the constructor being called.
[Expand]
Inherited Methods
From interface org.aopalliance.intercept.Invocation
From interface org.aopalliance.intercept.Joinpoint

Public Methods

public abstract Constructor getConstructor ()

Gets the constructor being called.

This method is a frienly implementation of the getStaticPart() method (same result).

Returns
  • the constructor being called.