Package | Description |
---|---|
org.jboss.aop | |
org.jboss.aop.joinpoint | |
org.jboss.aop.util |
Modifier and Type | Field and Description |
---|---|
protected ConstructorInfo[] |
Advisor.constructorInfos |
Modifier and Type | Method and Description |
---|---|
ConstructorInfo[] |
Advisor.getConstructorInfos()
Returns the list of advised constructor execution joinpoints.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GeneratedClassAdvisor.addConstructorInfo(ConstructorInfo ci,
Collection<ConstructorInfo> constructorInfos)
Called by initialiseConstructors() in generated advisor sub classes
|
protected void |
GeneratedClassAdvisor.generateJoinPointClass(ConstructorInfo info) |
protected ConstructorJoinPointGenerator |
GeneratedClassAdvisor.getJoinPointGenerator(ConstructorInfo info) |
Modifier and Type | Method and Description |
---|---|
protected void |
GeneratedClassAdvisor.addConstructorInfo(ConstructorInfo ci,
Collection<ConstructorInfo> constructorInfos)
Called by initialiseConstructors() in generated advisor sub classes
|
protected void |
GeneratedClassAdvisor.initialiseConstructors(Collection<ConstructorInfo> constructorInfos)
Generated class advisor sub class will override
|
Constructor and Description |
---|
ConstructorInvocation(ConstructorInfo info,
Interceptor[] interceptors) |
Modifier and Type | Method and Description |
---|---|
static boolean |
JoinPointComparator.hasSameConstructorAspectLength(ConstructorInfo[] myInfos,
ConstructorInfo[] otherInfos) |
static boolean |
JoinPointComparator.hasSameConstructorAspectLength(ConstructorInfo[] myInfos,
ConstructorInfo[] otherInfos) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.