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

Public Attributes

 CLOSED
 
 COMPLETED
 
 RUNNING
 
 SCHEDULED
 
 STOPPED
 

Detailed Description

This state tells whether directory scans are running, scheduled, successfully completed, or stopped.

The CLOSED state means that the ScanManagerMXBean was closed and is no longer usable. This state is used when the ScanManagerMXBean needs to be unregistered.

Definition at line 77 of file ScanManagerMXBean.java.

Member Data Documentation

◆ CLOSED

com.sun.jmx.examples.scandir.ScanManagerMXBean.ScanState.CLOSED

close() was called.

Definition at line 102 of file ScanManagerMXBean.java.

Referenced by com.sun.jmx.examples.scandir.ScanDirAgent.waitForClose().

◆ COMPLETED

com.sun.jmx.examples.scandir.ScanManagerMXBean.ScanState.COMPLETED

Scanning is successfully completed.

Definition at line 92 of file ScanManagerMXBean.java.

◆ RUNNING

com.sun.jmx.examples.scandir.ScanManagerMXBean.ScanState.RUNNING

Scanning of directories is in process.

Definition at line 81 of file ScanManagerMXBean.java.

◆ SCHEDULED

com.sun.jmx.examples.scandir.ScanManagerMXBean.ScanState.SCHEDULED

Scanning of directories is not in process, but is scheduled for a later date.

Definition at line 87 of file ScanManagerMXBean.java.

◆ STOPPED

com.sun.jmx.examples.scandir.ScanManagerMXBean.ScanState.STOPPED

Scanning is stopped. No scanning is scheduled.

Definition at line 97 of file ScanManagerMXBean.java.

Referenced by com.sun.jmx.examples.scandir.ScanManagerTest.testGetState().


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