|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstructionInfo | |
|---|---|
| org.jboss.aop | |
| org.jboss.aop.joinpoint | |
| Uses of ConstructionInfo in org.jboss.aop |
|---|
| Fields in org.jboss.aop declared as ConstructionInfo | |
|---|---|
protected ConstructionInfo[] |
Advisor.constructionInfos
|
| Methods in org.jboss.aop that return ConstructionInfo | |
|---|---|
ConstructionInfo[] |
Advisor.getConstructionInfos()
Returns the list of advised construction joinpoints. |
| Methods in org.jboss.aop with parameters of type ConstructionInfo | |
|---|---|
protected void |
GeneratedClassAdvisor.addConstructionInfo(ConstructionInfo ci,
Collection<ConstructionInfo> constructionInfos)
Called by initialiseConstructions() in generated advisor sub classes |
protected void |
GeneratedClassAdvisor.generateJoinPointClass(ConstructionInfo info)
|
protected ConstructionJoinPointGenerator |
GeneratedClassAdvisor.getJoinPointGenerator(ConstructionInfo info)
|
| Method parameters in org.jboss.aop with type arguments of type ConstructionInfo | |
|---|---|
protected void |
GeneratedClassAdvisor.addConstructionInfo(ConstructionInfo ci,
Collection<ConstructionInfo> constructionInfos)
Called by initialiseConstructions() in generated advisor sub classes |
protected void |
GeneratedClassAdvisor.initialiseConstructions(Collection<ConstructionInfo> constructorInfos)
Generated class advisor sub class will override |
| Uses of ConstructionInfo in org.jboss.aop.joinpoint |
|---|
| Constructors in org.jboss.aop.joinpoint with parameters of type ConstructionInfo | |
|---|---|
ConstructionInvocation(ConstructionInfo info,
Interceptor[] interceptors)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||