|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisabledType | |
---|---|
org.jboss.aop.microcontainer.annotations | |
org.jboss.aop.microcontainer.integration |
Uses of DisabledType in org.jboss.aop.microcontainer.annotations |
---|
Methods in org.jboss.aop.microcontainer.annotations that return DisabledType | |
---|---|
static DisabledType |
DisabledType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DisabledType[] |
DisabledType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.aop.microcontainer.annotations with parameters of type DisabledType | |
---|---|
boolean |
DisabledType.isDisabled(DisabledType constraint)
Is the type disabled for this constraint. |
static boolean |
DisabledType.isDisabled(DisabledType[] values,
DisabledType constraint)
Do values mark disabled usage. |
static boolean |
DisabledType.isDisabled(DisabledType[] values,
DisabledType constraint)
Do values mark disabled usage. |
boolean |
DisabledType.isEnabled(DisabledType constraint)
Is the type enabled for this constraint. |
static boolean |
DisabledType.isEnabled(DisabledType[] values,
DisabledType constraint)
Do values mark enabled usage. |
static boolean |
DisabledType.isEnabled(DisabledType[] values,
DisabledType constraint)
Do values mark enabled usage. |
Uses of DisabledType in org.jboss.aop.microcontainer.integration |
---|
Methods in org.jboss.aop.microcontainer.integration with parameters of type DisabledType | |
---|---|
protected boolean |
AOPDependencyBuilder.bypassAOP(org.jboss.beans.info.spi.BeanInfo beanInfo,
org.jboss.metadata.spi.MetaData metaData,
DisabledType disabledType)
Should we bypass AOP. |
static boolean |
DisableAOPHelper.isAOPDisabled(org.jboss.metadata.spi.MetaData metaData,
DisabledType constraint)
Is AOP disabled for this metadata instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |