|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.joinpoint.plugins.BasicJoinpointFactory
public class BasicJoinpointFactory
A basic join point factory
Field Summary | |
---|---|
protected ClassInfo |
classInfo
The class info |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
BasicJoinpointFactory(ClassInfo classInfo)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ClassInfo classInfo
Constructor Detail |
---|
public BasicJoinpointFactory(ClassInfo classInfo)
Method Detail |
---|
public ClassInfo getClassInfo()
JoinpointFactory
getClassInfo
in interface JoinpointFactory
public ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo) throws JoinpointException
JoinpointFactory
getConstructorJoinpoint
in interface JoinpointFactory
constructorInfo
- the constructor info
JoinpointException
- when no such constructorpublic ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData) throws JoinpointException
JoinpointFactory
getConstructorJoinpoint
in interface JoinpointFactory
constructorInfo
- the constructor infometaData
- the metaData
JoinpointException
- when no such constructorpublic FieldGetJoinpoint getFieldGetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
JoinpointFactory
getFieldGetJoinpoint
in interface JoinpointFactory
fieldInfo
- the field info
JoinpointException
- when no such fieldpublic FieldSetJoinpoint getFieldSetJoinpoint(FieldInfo fieldInfo) throws JoinpointException
JoinpointFactory
getFieldSetJoinpoint
in interface JoinpointFactory
fieldInfo
- the field info
JoinpointException
- when no such fieldpublic MethodJoinpoint getMethodJoinpoint(MethodInfo methodInfo) throws JoinpointException
JoinpointFactory
getMethodJoinpoint
in interface JoinpointFactory
methodInfo
- the method info
JoinpointException
- when no such methodpublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class org.jboss.util.JBossObject
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |