public interface PaceManagerMXBean
extends net.java.truevfs.comp.jmx.JmxManagerMXBean
PaceManager.| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumFileSystemsMounted()
Returns the maximum number of file systems which may have been mounted
at any time.
|
void |
setMaximumFileSystemsMounted(int maxMounted)
Sets the maximum number of file systems which may have been mounted
at any time.
|
int getMaximumFileSystemsMounted()
void setMaximumFileSystemsMounted(int maxMounted)
maxMounted - the maximum number of mounted file systems.java.lang.IllegalArgumentException - if `maxMounted` is less than
`MAXIMUM_FILE_SYSTEMS_MOUNTED_MINIMUM_VALUE`.