Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » support » [javadoc | source]
org.springframework.aop.support
static class: MethodMatchers.IntersectionMethodMatcher [javadoc | source]
java.lang.Object
   org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher

All Implemented Interfaces:
    IntroductionAwareMethodMatcher, Serializable

MethodMatcher implementation for an intersection of two given MethodMatchers.
Constructor:
 public IntersectionMethodMatcher(MethodMatcher mm1,
    MethodMatcher mm2) 
Method from org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher Summary:
equals,   hashCode,   isRuntime,   matches,   matches,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher Detail:
 public boolean equals(Object other) 
 public int hashCode() 
 public boolean isRuntime() 
 public boolean matches(Method method,
    Class targetClass) 
 public boolean matches(Method method,
    Class targetClass,
    boolean hasIntroductions) 
 public boolean matches(Method method,
    Class targetClass,
    Object[] args)