Uses of Interface
org.aopalliance.intercept.Invocation
Packages that use Invocation
Package
Description
This package provides a set of interfaces for interception
mechanisms.
-
Uses of Invocation in org.aopalliance.intercept
Subinterfaces of Invocation in org.aopalliance.interceptModifier and TypeInterfaceDescriptioninterfaceDescription of an invocation to a constuctor, given to an interceptor upon construtor-call.interfaceDescription of an invocation to a method, given to an interceptor upon method-call.