Package org.jboss.aop.joinpoint

Interface Summary
Construction Represents a call made on a constructor woven with the construction syntax
ConstructorCall Represents calls made to a constructor by either a method or a constructor
ConstructorCallByConstructor Represents a call to a constructor made by a constructor
ConstructorCallByMethod Represents a call to a constructor made by a method
ConstructorExecution Represents a contructor call with an execution pointcut
FieldAccess Represents a field read or write
Invocation Comment
Joinpoint Represents a joinpoint to be intercepted.
JoinPointBean Represents a call made on a joinpoint
MethodCall Represents calls made to a method by either a method or a constructor
MethodCallByConstructor Represents a method being called by a constructor
MethodCallByMethod Represents a method being called by a method
MethodExecution Represents a method call with an execution pointcut
 

Class Summary
CallerInvocation  
ConstructionInvocation This is a helper wrapper class for an Invocation object.
ConstructionInvocationWrapper Comment
ConstructorCalledByConstructorInvocation This is a helper wrapper class for an Invocation object.
ConstructorCalledByConstructorInvocationWrapper Comment
ConstructorCalledByConstructorJoinpoint Comment
ConstructorCalledByMethodInvocation This is a helper wrapper class for an Invocation object.
ConstructorCalledByMethodInvocationWrapper Comment
ConstructorCalledByMethodJoinpoint Comment
ConstructorInvocation This is a helper wrapper class for an Invocation object.
ConstructorInvocationWrapper Comment
ConstructorJoinpoint Comment
CurrentInvocation This class should only be used from within a typed advice!
FieldInvocation This is a helper wrapper class for an Invocation object.
FieldJoinpoint Comment
FieldReadInvocation This is a helper wrapper class for an Invocation object.
FieldReadInvocationWrapper Comment
FieldWriteInvocation This is a helper wrapper class for an Invocation object.
FieldWriteInvocationWrapper Comment
InvocationBase This is a generic object that is used in intercepted invocations on field access, constructor, and methods
InvocationResponse Allows interceptors to communicate information back down the chain
MethodCalledByConstructorInvocation This is a helper wrapper class for an Invocation object.
MethodCalledByConstructorInvocationWrapper Comment
MethodCalledByConstructorJoinpoint Comment
MethodCalledByMethodInvocation This is a helper wrapper class for an Invocation object.
MethodCalledByMethodInvocationWrapper Comment
MethodCalledByMethodJoinpoint Comment
MethodInvocation  
MethodInvocationWrapper This wrapper class allows you to insert a chain of interceptors into the middle of a call stack.
MethodJoinpoint Comment
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.