org.jboss.aop
Class JoinPoint

java.lang.Object
  extended byorg.jboss.aop.JoinPoint
Direct Known Subclasses:
MethodJoinPoint

public class JoinPoint
extends Object

A wrong dependency on MethodJoinPoint was introduced when EJB3 embedded alpha 2 was released, so we need this class here

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 ArrayList interceptorChain
           
 Interceptor[] interceptors
           
 
Constructor Summary
JoinPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptors

public Interceptor[] interceptors

interceptorChain

public ArrayList interceptorChain
Constructor Detail

JoinPoint

public JoinPoint()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.