Uses of Interface
org.semispace.SemiLease

Packages that use SemiLease
org.semispace   
 

Uses of SemiLease in org.semispace
 

Classes in org.semispace that implement SemiLease
 class ElementLease
          Lease for an object in the space
 class ListenerLease
           
 

Methods in org.semispace that return SemiLease
 SemiLease SemiSpace.WrappedInternalWriter.getLease()
           
 SemiLease SemiEventRegistration.getLease()
           
 SemiLease SemiSpace.write(Object entry, long leaseTimeMs)
          Notice that the lease time is the time in milliseconds the element is wants to live, not the system time plus the time to live.
 SemiLease SemiSpaceInterface.write(Object obj, long duration)
          Write object into tuple space, with a life time given in ms.
 SemiLease SemiSpace.writeToElements(String entryClassName, long leaseTimeMs, String xml, Map<String,String> searchMap)
          This method is public for the benefit of the web services, which shortcuts the writing process.
 

Constructors in org.semispace with parameters of type SemiLease
SemiEventRegistration(long id, SemiLease lease)
           
 



Copyright © 2008-2012. All Rights Reserved.