Uses of Class
com.sun.jini.reliableLog.LogHandler
Packages that use LogHandler
Package
Description
Reliable log is used to store state in case of system crash
or reboot.
-
Uses of LogHandler in com.sun.jini.reliableLog
Constructors in com.sun.jini.reliableLog with parameters of type LogHandlerModifierConstructorDescriptionReliableLog(String dirPath, LogHandler handler) Creates a ReliableLog to handle snapshots and logging in a stable storage directory, and sets up to recover any existing data from the stable storage directory.