|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.factory.CacheKeyFinder.Accessor
public abstract static class CacheKeyFinder.Accessor
Class to access an object from within another object.
| Constructor Summary | |
|---|---|
protected |
CacheKeyFinder.Accessor(java.lang.reflect.AccessibleObject o)
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object o)
Get the value from the given object. |
protected abstract java.lang.Object |
realGet(java.lang.Object o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CacheKeyFinder.Accessor(java.lang.reflect.AccessibleObject o)
| Method Detail |
|---|
public final java.lang.Object get(java.lang.Object o)
throws java.lang.Exception
o - the object
java.lang.Exception - if an exception is thrown while accessing
protected abstract java.lang.Object realGet(java.lang.Object o)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||