org.hypergraphdb.handle
Interface HGManagedLiveHandle

All Superinterfaces:
HGHandle, HGLiveHandle
All Known Implementing Classes:
DefaultManagedLiveHandle, PhantomManagedHandle

public interface HGManagedLiveHandle
extends HGLiveHandle


Method Summary
 void accessed()
           
 long getLastAccessTime()
           
 long getRetrievalCount()
           
 
Methods inherited from interface org.hypergraphdb.handle.HGLiveHandle
getFlags, getPersistentHandle, getRef
 

Method Detail

accessed

void accessed()

getLastAccessTime

long getLastAccessTime()

getRetrievalCount

long getRetrievalCount()