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

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

Uses of StoreException in com.sun.jini.norm
 

Subclasses of StoreException in com.sun.jini.norm
(package private)  class CorruptedStoreException
          Exception thrown by PersistentStore when it discovers the store has become corrupted.
 

Methods in com.sun.jini.norm that throw StoreException
(package private)  void PersistentStore.addSubStore(SubStore subStore)
          Inform the store of a sub-store
(package private)  void LeaseSet.WarningEventRegistration.apply(LeaseSet set)
           
(package private)  void LeaseSet.FailureEventRegistration.apply(LeaseSet set)
           
(package private) abstract  void LeaseSetOperation.apply(LeaseSet set)
          Update the state of the passed LeaseSet to reflect the state of the server after this operation was performed.
(package private)  void LeaseSetOperation.apply(Map setTable)
           
(package private) abstract  void LoggedOperation.apply(Map setTable)
          Update state of the passed Map of LeaseSets to reflect the state of server after this operation was performed.
 

Constructors in com.sun.jini.norm that throw StoreException
PersistentStore(String logDir, LogHandler logHandler, NormServerBaseImpl server)
          Construct a store that will persist its data to the specified directory.
 



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