|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassAdapter
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()
Get the dependencies of this adapter |
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 |
|---|
ClassInfo getClassInfo()
ClassAdapter getInstanceAdapter(ClassInfo classInfo)
classInfo - the changed class info
List getDependencies()
JoinpointFactory getJoinpointFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||