org.jboss.aop.microcontainer.integration
Class DisableAOPHelper
java.lang.Object
org.jboss.aop.microcontainer.integration.DisableAOPHelper
public final class DisableAOPHelper
- extends Object
Diable AOP helper.
- Author:
- Ales Justin
Method Summary |
static boolean |
isAOPDisabled(org.jboss.metadata.spi.MetaData metaData)
Deprecated. use the method with a constraint |
static boolean |
isAOPDisabled(org.jboss.metadata.spi.MetaData metaData,
DisabledType constraint)
Is AOP disabled for this metadata instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisableAOPHelper
public DisableAOPHelper()
isAOPDisabled
@Deprecated
public static boolean isAOPDisabled(org.jboss.metadata.spi.MetaData metaData)
- Deprecated. use the method with a constraint
- Is AOP disabled for this metadata instance.
- Parameters:
metaData
- the metadata instance
- Returns:
- true if AOP is disabled, false otherwise
isAOPDisabled
public static boolean isAOPDisabled(org.jboss.metadata.spi.MetaData metaData,
DisabledType constraint)
- Is AOP disabled for this metadata instance.
- Parameters:
metaData
- the metadata instanceconstraint
- the constraint
- Returns:
- true if AOP is disabled, false otherwise
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.