public class BasicJoinpointFactory extends org.jboss.util.JBossObject implements JoinpointFactory
| Modifier and Type | Field and Description |
|---|---|
protected ClassInfo |
classInfo
The class info
|
| Constructor and Description |
|---|
BasicJoinpointFactory(ClassInfo classInfo) |
| 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
|
void |
toString(org.jboss.util.JBossStringBuilder buffer) |
protected ClassInfo classInfo
public BasicJoinpointFactory(ClassInfo classInfo)
public ClassInfo getClassInfo()
JoinpointFactorygetClassInfo in interface JoinpointFactorypublic ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo) throws JoinpointException
JoinpointFactorygetConstructorJoinpoint in interface JoinpointFactoryconstructorInfo - the constructor infoJoinpointException - when no such constructorpublic ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData) throws JoinpointException
JoinpointFactorygetConstructorJoinpoint in interface JoinpointFactoryconstructorInfo - the constructor infometaData - the metaDataJoinpointException - when no such constructorpublic FieldGetJoinpoint getFieldGetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
JoinpointFactorygetFieldGetJoinpoint in interface JoinpointFactoryfieldInfo - the field infoJoinpointException - when no such fieldpublic FieldSetJoinpoint getFieldSetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
JoinpointFactorygetFieldSetJoinpoint in interface JoinpointFactoryfieldInfo - the field infoJoinpointException - when no such fieldpublic MethodJoinpoint getMethodJoinpoint(MethodInfo methodInfo) throws JoinpointException
JoinpointFactorygetMethodJoinpoint in interface JoinpointFactorymethodInfo - the method infoJoinpointException - when no such methodpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class org.jboss.util.JBossObjectCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.