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()
JoinpointFactory
getClassInfo
in interface JoinpointFactory
public ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo) throws JoinpointException
JoinpointFactory
getConstructorJoinpoint
in interface JoinpointFactory
constructorInfo
- the constructor infoJoinpointException
- when no such constructorpublic ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData) throws JoinpointException
JoinpointFactory
getConstructorJoinpoint
in interface JoinpointFactory
constructorInfo
- the constructor infometaData
- the metaDataJoinpointException
- when no such constructorpublic FieldGetJoinpoint getFieldGetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
JoinpointFactory
getFieldGetJoinpoint
in interface JoinpointFactory
fieldInfo
- the field infoJoinpointException
- when no such fieldpublic FieldSetJoinpoint getFieldSetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
JoinpointFactory
getFieldSetJoinpoint
in interface JoinpointFactory
fieldInfo
- the field infoJoinpointException
- when no such fieldpublic MethodJoinpoint getMethodJoinpoint(MethodInfo methodInfo) throws JoinpointException
JoinpointFactory
getMethodJoinpoint
in interface JoinpointFactory
methodInfo
- the method infoJoinpointException
- when no such methodpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class org.jboss.util.JBossObject
Copyright © 2014 JBoss by Red Hat. All rights reserved.