|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorJoinpoint | |
---|---|
org.jboss.joinpoint.plugins | Basic Join Points. |
org.jboss.joinpoint.spi | Join Point API. |
Uses of ConstructorJoinpoint in org.jboss.joinpoint.plugins |
---|
Classes in org.jboss.joinpoint.plugins that implement ConstructorJoinpoint | |
---|---|
class |
BasicConstructorJoinPoint
A constructor joinpoint |
Methods in org.jboss.joinpoint.plugins that return ConstructorJoinpoint | |
---|---|
ConstructorJoinpoint |
BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
|
ConstructorJoinpoint |
BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo,
Object metaData)
|
static ConstructorJoinpoint |
Config.getConstructorJoinpoint(JoinpointFactory jpf)
Get a constructor Joinpoint |
static ConstructorJoinpoint |
Config.getConstructorJoinpoint(JoinpointFactory jpf,
String[] paramTypes,
Object[] params)
Get a constructor Joinpoint |
Uses of ConstructorJoinpoint in org.jboss.joinpoint.spi |
---|
Methods in org.jboss.joinpoint.spi that return ConstructorJoinpoint | |
---|---|
ConstructorJoinpoint |
JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
Get a constructor join point |
ConstructorJoinpoint |
JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo,
Object metaData)
Get a constructor join point |
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |