Class JournalControl


  • public class JournalControl
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JournalControl()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(java.lang.String filename)
      Dump a journal - debug support function - opens the journal specially - inconsistent views possible
      static void print​(Journal journal)
      Dump a journal - debug support function.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JournalControl

        public JournalControl()
    • Method Detail

      • print

        public static void print​(java.lang.String filename)
        Dump a journal - debug support function - opens the journal specially - inconsistent views possible
      • print

        public static void print​(Journal journal)
        Dump a journal - debug support function.