|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
LeaseSet s 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |