|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.joinpoint.plugins.BasicJoinpointFactory
org.jboss.aop.microcontainer.integration.AOPJoinpointFactory
public class AOPJoinpointFactory
The existence of this class is the signal to the kernel that we want to use the aop-mc integration. When deployed in jboss the AOPConstructorJoinpoint will be deployed as part of the AspectDeployer, so we use "normal" constructor joinpoints until that has been deployed
Field Summary |
---|
Fields inherited from class org.jboss.joinpoint.plugins.BasicJoinpointFactory |
---|
classInfo |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
AOPJoinpointFactory(org.jboss.reflect.spi.ClassInfo classInfo)
Create a new AOPJoinpointFactory. |
Method Summary | |
---|---|
org.jboss.joinpoint.spi.ConstructorJoinpoint |
getConstructorJoinpoint(org.jboss.reflect.spi.ConstructorInfo constructorInfo,
Object metaData)
|
Methods inherited from class org.jboss.joinpoint.plugins.BasicJoinpointFactory |
---|
getClassInfo, getConstructorJoinpoint, getFieldGetJoinpoint, getFieldSetJoinpoint, getMethodJoinpoint, toString |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AOPJoinpointFactory(org.jboss.reflect.spi.ClassInfo classInfo)
classInfo
- Method Detail |
---|
public org.jboss.joinpoint.spi.ConstructorJoinpoint getConstructorJoinpoint(org.jboss.reflect.spi.ConstructorInfo constructorInfo, Object metaData) throws org.jboss.joinpoint.spi.JoinpointException
getConstructorJoinpoint
in interface org.jboss.joinpoint.spi.JoinpointFactory
getConstructorJoinpoint
in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
org.jboss.joinpoint.spi.JoinpointException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |