Uses of Class
fedora.server.journal.JournalOperatingMode

Packages that use JournalOperatingMode
fedora.server.journal   
 

Uses of JournalOperatingMode in fedora.server.journal
 

Methods in fedora.server.journal that return JournalOperatingMode
static JournalOperatingMode JournalOperatingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JournalOperatingMode[] JournalOperatingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fedora.server.journal with parameters of type JournalOperatingMode
static void JournalOperatingMode.setMode(JournalOperatingMode mode)
          Set the current mode.