org.jboss.aspects.dbc.condition
Class ConditionManager
java.lang.Object
org.jboss.aspects.dbc.condition.ConditionManager
- Direct Known Subclasses:
- ConstructorConditionManager, MethodConditionManager
public class ConditionManager
- extends Object
- Version:
- $Revision: 71280 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preConditions
protected static HashMap<AccessibleObject,ExecutableCondition[]> preConditions
postConditions
protected static HashMap<AccessibleObject,ExecutableCondition[]> postConditions
invariants
protected static HashMap<Class<?>,InvariantCondition[]> invariants
ConditionManager
public ConditionManager()
getInvariants
public static InvariantCondition[] getInvariants(Class<?> clazz)
initialise
protected static void initialise(Class<?> clazz)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.