Crossfire JXClient, Trunk
Public Attributes | List of all members
com.sun.jmx.examples.scandir.ScanDirConfigMXBean.SaveState Enum Reference
Collaboration diagram for com.sun.jmx.examples.scandir.ScanDirConfigMXBean.SaveState:
Collaboration graph

Public Attributes

 CREATED
 
 LOADED
 
 MODIFIED
 
 SAVED
 

Detailed Description

This state tells whether the configuration reflected by the ScanDirConfigMXBean was loaded in memory, saved to the configuration file, or modified since last saved. Note that this state doesn't tell whether the configuration was applied by the ScanManagerMXBean.

Definition at line 91 of file ScanDirConfigMXBean.java.

Member Data Documentation

◆ CREATED

com.sun.jmx.examples.scandir.ScanDirConfigMXBean.SaveState.CREATED

Initial state: the ScanDirConfigMXBean is created, but neither load or save was yet called.

Definition at line 96 of file ScanDirConfigMXBean.java.

◆ LOADED

com.sun.jmx.examples.scandir.ScanDirConfigMXBean.SaveState.LOADED

The configuration reflected by the ScanDirConfigMXBean has been loaded, but not modified yet.

Definition at line 102 of file ScanDirConfigMXBean.java.

◆ MODIFIED

com.sun.jmx.examples.scandir.ScanDirConfigMXBean.SaveState.MODIFIED

The configuration was modified. The modifications are held in memory. Call save to save them to the file, or load to reload the file and discard them.

Definition at line 109 of file ScanDirConfigMXBean.java.

◆ SAVED

com.sun.jmx.examples.scandir.ScanDirConfigMXBean.SaveState.SAVED

The configuration was saved.

Definition at line 114 of file ScanDirConfigMXBean.java.


The documentation for this enum was generated from the following file: