net.sf.jso.storage
Interface StorableProxy

All Known Implementing Classes:
JSOStorableProxy

public interface StorableProxy

Interface for storable objects proxies.


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.
 

Method Detail

$jso$getTargetClass

public java.lang.Class $jso$getTargetClass()
Gets target class of the proxy.


$jso$accessed

public boolean $jso$accessed()
Indicates if proxy has been accessed through targer class' interface.


$jso$OID

public OID $jso$OID()
Returns proxy's target object's OID.


$jso$wasSummary

public boolean $jso$wasSummary()
Indicates if proxy's was targeted as summary.