Package | Description |
---|---|
org.jboss.joinpoint.plugins |
Basic Join Points.
|
org.jboss.joinpoint.spi |
Join Point API.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicConstructorJoinPoint
A constructor joinpoint
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ConstructorJoinpoint |
JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
Get a constructor join point
|
ConstructorJoinpoint |
JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo,
Object metaData)
Get a constructor join point
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.