|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JoinpointFactory
A join point factory.
| 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 |
| Method Detail |
|---|
ClassInfo getClassInfo()
ConstructorJoinpoint getConstructorJoinpoint(ConstructorInfo constructorInfo)
throws JoinpointException
constructorInfo - the constructor info
JoinpointException - when no such constructor
FieldGetJoinpoint getFieldGetJoinpoint(FieldInfo fieldInfo)
throws JoinpointException
fieldInfo - the field info
JoinpointException - when no such field
FieldSetJoinpoint getFieldSetJoinpoint(FieldInfo fieldInfo)
throws JoinpointException
fieldInfo - the field info
JoinpointException - when no such field
MethodJoinpoint getMethodJoinpoint(MethodInfo methodInfo)
throws JoinpointException
methodInfo - the method info
JoinpointException - when no such method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||