|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jso.storage.JSOStorableProxy
Implementation of a storable object proxy.
Constructor Summary | |
JSOStorableProxy(OID anOid,
java.lang.Class aClass,
boolean isSummary,
StorageManager aManager)
|
Method Summary | |
boolean |
$jso$accessed()
Indicates if proxy has been accessed through targer class' interface. |
java.lang.Class |
$jso$getTargetClass()
Gets target class of the proxy. |
OID |
$jso$OID()
Returns proxy's target object's OID. |
boolean |
$jso$wasSummary()
Indicates if proxy's was targeted as summary. |
java.lang.Object |
intercept(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.MethodProxy proxy)
Intercepts calls to proxy's methods. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JSOStorableProxy(OID anOid, java.lang.Class aClass, boolean isSummary, StorageManager aManager)
Method Detail |
public java.lang.Object intercept(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, net.sf.cglib.MethodProxy proxy) throws java.lang.Throwable
intercept
in interface net.sf.cglib.MethodInterceptor
java.lang.Throwable
public java.lang.Class $jso$getTargetClass()
$jso$getTargetClass
in interface StorableProxy
public boolean $jso$accessed()
$jso$accessed
in interface StorableProxy
public OID $jso$OID()
$jso$OID
in interface StorableProxy
public boolean $jso$wasSummary()
$jso$wasSummary
in interface StorableProxy
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |