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

All Implemented Interfaces:
    Serializable, MethodMatcher

Method from org.springframework.aop.support.UnionPointcut$PointcutUnionMethodMatcher Summary:
isRuntime,   matches,   matches
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.support.UnionPointcut$PointcutUnionMethodMatcher Detail:
 public boolean isRuntime() 
 public boolean matches(Method method,
    Class targetClass) 
 public boolean matches(Method method,
    Class targetClass,
    Object[] args)