org.jboss.aspects.dbc.condition
Class ConditionManager

java.lang.Object
  extended by org.jboss.aspects.dbc.condition.ConditionManager
Direct Known Subclasses:
ConstructorConditionManager, MethodConditionManager

public class ConditionManager
extends Object

Version:
$Revision: 71280 $
Author:
Kabir Khan

Field Summary
protected static HashMap<Class<?>,InvariantCondition[]> invariants
           
protected static HashMap<AccessibleObject,ExecutableCondition[]> postConditions
           
protected static HashMap<AccessibleObject,ExecutableCondition[]> preConditions
           
 
Constructor Summary
ConditionManager()
           
 
Method Summary
static InvariantCondition[] getInvariants(Class<?> clazz)
           
protected static void initialise(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preConditions

protected static HashMap<AccessibleObject,ExecutableCondition[]> preConditions

postConditions

protected static HashMap<AccessibleObject,ExecutableCondition[]> postConditions

invariants

protected static HashMap<Class<?>,InvariantCondition[]> invariants
Constructor Detail

ConditionManager

public ConditionManager()
Method Detail

getInvariants

public static InvariantCondition[] getInvariants(Class<?> clazz)

initialise

protected static void initialise(Class<?> clazz)


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