|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.joinpoint.plugins.reflect.ReflectJoinpointFactory
A join point factory based on reflection
| Field Summary | |
protected ClassInfo |
classInfo
The class info |
| Constructor Summary | |
ReflectJoinpointFactory(ClassInfo classInfo)
|
|
| Method Summary | |
ClassInfo |
getClassInfo()
Get the class info for this join point factory |
ConstructorJoinpoint |
getConstructorJoinpoint(ConstructorInfo constructorInfo,
Map 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 |
static void |
handleErrors(String context,
Class[] parameters,
Object[] arguments,
Throwable t)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
Throwablepublic ClassInfo getClassInfo()
JoinpointFactory
getClassInfo in interface JoinpointFactory
public ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo,
Map metadata)
throws JoinpointException
JoinpointFactory
getConstructorJoinpoint in interface JoinpointFactoryconstructorInfo - the constructor infometadata - - TODO undocumentated rubbish
JoinpointException - when no such constructor
public FieldGetJoinpoint getFieldGetJoinpoint(FieldInfo fieldInfo)
throws JoinpointException
JoinpointFactory
getFieldGetJoinpoint in interface JoinpointFactoryfieldInfo - the field info
JoinpointException - when no such field
public FieldSetJoinpoint getFieldSetJoinpoint(FieldInfo fieldInfo)
throws JoinpointException
JoinpointFactory
getFieldSetJoinpoint in interface JoinpointFactoryfieldInfo - the field info
JoinpointException - when no such field
public MethodJoinpoint getMethodJoinpoint(MethodInfo methodInfo)
throws JoinpointException
JoinpointFactory
getMethodJoinpoint in interface JoinpointFactorymethodInfo - the method info
JoinpointException - when no such method
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||