Home » openjdk-7 » com.sun.jmx.examples » scandir »

com.sun.jmx.examples.scandir

Sub Packages:

com.sun.jmx.examples.scandir.config   This package defines plain Java Beans, annotated for XML bindings, and used to store and model the scandir application configuration.  

Interfaces:

DirectoryScannerMXBean   A DirectoryScannerMXBean is an MBean that scans a file system starting at a given root directory, and then looks for files that match a given criteria.  code | html
ResultLogManagerMXBean   The ResultLogManagerMXBean is in charge of managing result logs.  code | html
ScanDirConfigMXBean  

The ScanDirConfigMXBean is in charge of the scandir application configuration. 

code | html
ScanManagerMXBean   The ScanManagerMXBean is responsible for applying a configuration, starting and scheduling directory scans, and reporting application state.  code | html

Classes:

ScanDirConfigMXBean.SaveState   This state tells whether the configuration reflected by the ScanDirConfigMXBean was loaded in memory, saved to the configuration file, or modified since last saved.  code | html
ScanManagerMXBean.ScanState   This state tells whether directory scans are running, scheduled, successfully completed, or stopped.  code | html
DirectoryScanner   A DirectoryScanner is an MBean that scans a file system starting at a given root directory, and then looks for files that match a given criteria.  code | html
DirectoryScanner.ScanTask     code | html
ResultLogManager   The ResultLogManager is in charge of managing result logs.  code | html
ScanDirAgent  

The ScanDirAgent is the Agent class for the scandir application. 

code | html
ScanDirClient   The ScanDirClient class is a very simple programmatic client example which is able to connect to a secured JMX scandir application.  code | html
ScanDirConfig  

The ScanDirConfig MBean is in charge of the scandir application configuration. 

code | html
ScanManager  

The ScanManager is responsible for applying a configuration, starting and scheduling directory scans, and reporting application state. 

code | html
ScanManager.SessionTask   A session task will be scheduled to run in background in a timer thread.  code | html