org.jboss.aspects.dbc.condition
Class ConstructorCondition
java.lang.Object
org.jboss.aspects.dbc.condition.Condition
org.jboss.aspects.dbc.condition.ExecutableCondition
org.jboss.aspects.dbc.condition.ConstructorCondition
public class ConstructorCondition
- extends ExecutableCondition
- Version:
- $Revision: 1.1.8.4 $
- Author:
- Kabir Khan
ConstructorCondition
public ConstructorCondition(Constructor constructor,
String condExpr)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Condition
executableObject
protected Object executableObject()
- Specified by:
executableObject
in class ExecutableCondition
parameterTypes
protected Class[] parameterTypes()
- Specified by:
parameterTypes
in class ExecutableCondition
isPredefinedToken
protected boolean isPredefinedToken(String token)
- Specified by:
isPredefinedToken
in class ExecutableCondition
getValueForPredefinedToken
protected Object getValueForPredefinedToken(org.jboss.aop.joinpoint.Invocation invocation,
Object rtn,
String token)
- Specified by:
getValueForPredefinedToken
in class ExecutableCondition
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.