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. |
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 |
code | html |
ScanManagerMXBean | The ScanManagerMXBean is responsible for applying a
configuration, starting and scheduling directory scans, and reporting
application state. |
code | html |
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 |
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 |
code | html |
ScanManager |
The |
code | html |
ScanManager.SessionTask | A session task will be scheduled to run in background in a timer thread. | code | html |
This package defines the set of MBeans which compose the management interface of the scandir application.