|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.management.JoinPointRegistry
Manages the registration of join points and advices for these join points.
Constructor Summary | |
JoinPointRegistry()
|
Method Summary | |
Map |
getCflowPointcutsForJoinPoint(long classHash,
long joinPointHash)
Returns the keys to the advices for the join point. |
Map |
getJoinPointMetaData(long classHash,
long joinPointHash)
Returns the keys to the advices for the join point. |
void |
registerJoinPoint(int joinPointType,
int joinPointHash,
String signature,
int classHash,
Class declaringClass,
ReflectionInfo withinInfo,
AspectSystem system)
Registers the advices for the method join point. |
void |
reset(int classHash)
Resets the registry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JoinPointRegistry()
Method Detail |
public void registerJoinPoint(int joinPointType, int joinPointHash, String signature, int classHash, Class declaringClass, ReflectionInfo withinInfo, AspectSystem system)
joinPointType
- joinPointHash
- signature
- classHash
- declaringClass
- withinInfo
- system
- public Map getJoinPointMetaData(long classHash, long joinPointHash)
classHash
- joinPointHash
-
public Map getCflowPointcutsForJoinPoint(long classHash, long joinPointHash)
classHash
- joinPointHash
-
public void reset(int classHash)
classHash
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |