|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.classadapter.plugins.BasicClassAdapter
public class BasicClassAdapter
A class adapter.
| Field Summary | |
|---|---|
protected ClassAdapterFactory |
classAdapterFactory
The class adapter factory |
protected ClassInfo |
classInfo
The class info |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
BasicClassAdapter(ClassAdapterFactory factory,
ClassInfo classInfo)
Create a new reflected class adapter |
|
| Method Summary | |
|---|---|
ClassInfo |
getClassInfo()
Get the class info. |
ClassLoader |
getClassLoader()
Get the classloader associated with this class adapter |
JoinpointFactory |
getJoinpointFactory()
Get the Joinpoint Factory for this adapter. |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString, toShortString |
| Field Detail |
|---|
protected ClassAdapterFactory classAdapterFactory
protected ClassInfo classInfo
| Constructor Detail |
|---|
public BasicClassAdapter(ClassAdapterFactory factory,
ClassInfo classInfo)
factory - class adapter factoryclassInfo - class info| Method Detail |
|---|
public ClassInfo getClassInfo()
ClassAdapter
getClassInfo in interface ClassAdapterpublic JoinpointFactory getJoinpointFactory()
ClassAdapter
getJoinpointFactory in interface ClassAdapterpublic ClassLoader getClassLoader()
ClassAdapter
getClassLoader in interface ClassAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||