org.apache.webbeans.intercept
Class InterceptorComparator<T>

java.lang.Object
  extended by org.apache.webbeans.intercept.InterceptorComparator<T>
All Implemented Interfaces:
Comparator<javax.enterprise.inject.spi.Interceptor<T>>

public class InterceptorComparator<T>
extends Object
implements Comparator<javax.enterprise.inject.spi.Interceptor<T>>


Constructor Summary
InterceptorComparator(WebBeansContext webBeansContext)
           
 
Method Summary
 int compare(javax.enterprise.inject.spi.Interceptor<T> o1, javax.enterprise.inject.spi.Interceptor<T> o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

InterceptorComparator

public InterceptorComparator(WebBeansContext webBeansContext)
Method Detail

compare

public int compare(javax.enterprise.inject.spi.Interceptor<T> o1,
                   javax.enterprise.inject.spi.Interceptor<T> o2)
Specified by:
compare in interface Comparator<javax.enterprise.inject.spi.Interceptor<T>>


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.