|
||||||||||
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.reflect.ReflectJoinpointFactory
public class ReflectJoinpointFactory
A join point factory based on reflection
Field Summary | |
---|---|
protected ClassInfo |
classInfo
The class info |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
ReflectJoinpointFactory(ClassInfo classInfo)
|
Method Summary | |
---|---|
ClassInfo |
getClassInfo()
Get the class info for this join point factory |
ConstructorJoinpoint |
getConstructorJoinpoint(ConstructorInfo constructorInfo)
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 |
static void |
handleErrors(String context,
Class[] parameters,
Object[] arguments,
Throwable t)
|
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 ReflectJoinpointFactory(ClassInfo classInfo)
Method Detail |
---|
public static void handleErrors(String context, Class[] parameters, Object[] arguments, Throwable t) throws Throwable
Throwable
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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |