Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.advice | |
org.jboss.aop.instrument |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,PointcutInfo> |
AspectManager.getPointcutInfos() |
LinkedHashMap<String,PointcutInfo> |
Domain.getPointcutInfos() |
Modifier and Type | Method and Description |
---|---|
Collection<PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getConstructionPointcutInfos()
Returns only the pointcut infos that may match successfully construction
joinpoints.
|
Collection<PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getConstructorCallPointcutInfos()
Returns only the pointcut infos that may match successfully constructor
call joinpoints.
|
Collection<PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getConstructorExecutionPointcutInfos()
Returns only the pointcut infos that may match successfully constructor
execution joinpoints.
|
Collection<PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getFieldReadPointcutInfos()
Returns only the pointcut infos that may match successfully field read
joinpoints.
|
Collection<PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getFieldWritePointcutInfos()
Returns only the pointcut infos that may match successfully field write
joinpoints.
|
Collection<PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getMethodCallPointcutInfos()
Returns only the pointcut infos that may match successfully method
call joinpoints.
|
Collection<PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getMethodExecutionPointcutInfos()
Returns only the pointcut infos that may match successfully method
execution joinpoints.
|
LinkedHashMap<String,PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getPointcutInfos()
Returns the pointcutInfos map.
|
LinkedHashMap<String,PointcutInfo> |
ClassifiedBindingAndPointcutCollection.getPointcutInfosInternal()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<PointcutInfo> |
JoinpointClassifier.BindingCollectionAccessor.getPointcutInfos(Advisor advisor) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.