public interface JoinpointFactory
Modifier and Type | Method and Description |
---|---|
ClassInfo |
getClassInfo()
Get the class info for this join point factory
|
ConstructorJoinpoint |
getConstructorJoinpoint(ConstructorInfo constructorInfo)
Get a constructor join point
|
ConstructorJoinpoint |
getConstructorJoinpoint(ConstructorInfo constructorInfo,
Object metaData)
Get a constructor join point
|
FieldGetJoinpoint |
getFieldGetJoinpoint(FieldInfo fieldInfo)
Get a field get join point
|
FieldSetJoinpoint |
getFieldSetJoinpoint(FieldInfo fieldInfo)
Get a field set join point
|
MethodJoinpoint |
getMethodJoinpoint(MethodInfo methodInfo)
Get a method join point
|
ClassInfo getClassInfo()
ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo) throws JoinpointException
constructorInfo
- the constructor infoJoinpointException
- when no such constructorConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData) throws JoinpointException
constructorInfo
- the constructor infometaData
- the metaDataJoinpointException
- when no such constructorFieldGetJoinpoint getFieldGetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
fieldInfo
- the field infoJoinpointException
- when no such fieldFieldSetJoinpoint getFieldSetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
fieldInfo
- the field infoJoinpointException
- when no such fieldMethodJoinpoint getMethodJoinpoint(MethodInfo methodInfo) throws JoinpointException
methodInfo
- the method infoJoinpointException
- when no such methodCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.