Uses of Interface
net.sf.sail.core.entity.ISockEntry

Packages that use ISockEntry
net.sf.sail.common.persistance.memory Implementation of PersistanceService that stores everything in RAM. 
net.sf.sail.core.entity   
 

Uses of ISockEntry in net.sf.sail.common.persistance.memory
 

Classes in net.sf.sail.common.persistance.memory that implement ISockEntry
 class MemorySock.MemorySockEntry
           
 

Methods in net.sf.sail.common.persistance.memory that return ISockEntry
 ISockEntry<T> MemorySock.entryPeek()
           
 

Methods in net.sf.sail.common.persistance.memory that return types with arguments of type ISockEntry
 java.util.Iterator<ISockEntry<T>> MemorySock.entryIterator()
          FIXME this isn't really implemented
 

Uses of ISockEntry in net.sf.sail.core.entity
 

Methods in net.sf.sail.core.entity that return ISockEntry
 ISockEntry<T> ISock.entryPeek()
          Return the most recent ISockEntry in this sock.
 

Methods in net.sf.sail.core.entity that return types with arguments of type ISockEntry
 java.util.Iterator<ISockEntry<T>> ISock.entryIterator()
          Return an iterator of the sock entries in this sock.
 



Copyright © 2004-2008 TELS Center. All Rights Reserved.