Uses of Class
org.objectweb.howl.log.InvalidFileSetException
-
Packages that use InvalidFileSetException Package Description org.objectweb.howl.log Core functionality for any log file implementation.org.objectweb.howl.log.xa Provides public logger classes customized for use with XA Transaction Managers. -
-
Uses of InvalidFileSetException in org.objectweb.howl.log
Methods in org.objectweb.howl.log that throw InvalidFileSetException Modifier and Type Method Description (package private) void
LogFileManager. open()
open pool of LogFile(s).void
Logger. open()
open Log files and perform necessart initialization. -
Uses of InvalidFileSetException in org.objectweb.howl.log.xa
Methods in org.objectweb.howl.log.xa that throw InvalidFileSetException Modifier and Type Method Description void
XALogger. open(ReplayListener listener)
calls super.open() to perform standard open functionality then replays the log to rebuild the activeTx table.
-