Uses of Class
com.sun.jini.norm.PersistentStore

Packages that use PersistentStore
com.sun.jini.norm Provides implementations of LeaseRenewalService
 

Uses of PersistentStore in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as PersistentStore
private  PersistentStore LeaseSet.store
          PersistentStore that changes should be logged to.
private  PersistentStore NormServerBaseImpl.store
          Our persistant store
 

Methods in com.sun.jini.norm with parameters of type PersistentStore
(package private)  Iterator LeaseSet.restoreTransientState(EventTypeGenerator generator, PersistentStore store, NormServerBaseImpl normServerBaseImpl, ProxyPreparer recoveredListenerPreparer)
          Restore the transient state of the set that can't be restored automatically after a log recovery.
 

Constructors in com.sun.jini.norm with parameters of type PersistentStore
LeaseSet(Uuid ID, EventTypeGenerator generator, PersistentStore store, NormServerBaseImpl normServerBaseImpl)
          Simple constructor.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.