org.jboss.aop.util
Class JoinPointComparator

java.lang.Object
  extended by org.jboss.aop.util.JoinPointComparator

public class JoinPointComparator
extends Object

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
JoinPointComparator()
           
 
Method Summary
static boolean hasSameConstructorAspectLength(ConstructorInfo[] myInfos, ConstructorInfo[] otherInfos)
           
static int hasSameInterceptorLengths(JoinPointInfo myInfo, JoinPointInfo otherInfo)
           
static boolean hasSameMethodAspectLength(long[] myKeys, long[] otherKeys, Advisor myAdvisor, Advisor otherAdvisor)
           
static long[] mergeMethodInfoKeys(long[] myKeys, long[] otherKeys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinPointComparator

public JoinPointComparator()
Method Detail

mergeMethodInfoKeys

public static long[] mergeMethodInfoKeys(long[] myKeys,
                                         long[] otherKeys)

hasSameInterceptorLengths

public static int hasSameInterceptorLengths(JoinPointInfo myInfo,
                                            JoinPointInfo otherInfo)

hasSameMethodAspectLength

public static boolean hasSameMethodAspectLength(long[] myKeys,
                                                long[] otherKeys,
                                                Advisor myAdvisor,
                                                Advisor otherAdvisor)

hasSameConstructorAspectLength

public static boolean hasSameConstructorAspectLength(ConstructorInfo[] myInfos,
                                                     ConstructorInfo[] otherInfos)


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