org.jboss.aop.pointcut
Class JoinPointMatcher

java.lang.Object
  extended by org.jboss.aop.pointcut.JoinPointMatcher

public class JoinPointMatcher
extends Object

Allows you to match an Invocation to a given joinpoint.

Version:
$Revision: 46033 $
Author:
Bill Burke

Constructor Summary
JoinPointMatcher(String expr)
           
 
Method Summary
 boolean matches(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinPointMatcher

public JoinPointMatcher(String expr)
                 throws ParseException
Parameters:
expr - a pointcut expression to match against
Throws:
ParseException
Method Detail

matches

public boolean matches(Invocation invocation)


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