|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class adapter.
A class adapter is the integration point for manipulating class information at runtime, e.g. overriding annotations or obtaining an aop instance advisor.
The class adapter has the following protocol.
| Method Summary | |
ClassInfo |
getClassInfo()
Get the class info. |
List |
getDependencies(Map metadata)
Deprecated. |
ClassAdapter |
getInstanceAdapter(ClassInfo classInfo)
Get an instance adapter. |
JoinpointFactory |
getJoinpointFactory()
Get the Joinpoint Factory for this adapter. |
| Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
| Method Detail |
public ClassInfo getClassInfo()
public ClassAdapter getInstanceAdapter(ClassInfo classInfo)
classInfo - the changed class info
public List getDependencies(Map metadata)
metadata - TODO what is this rubbish???
public JoinpointFactory getJoinpointFactory()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||