Interface JmxApplicationDictionaryCachedStructuresMBean
-
- All Known Implementing Classes:
JmxApplicationDictionaryCachedStructures
public interface JmxApplicationDictionaryCachedStructuresMBean
Defines bean to exposeApplicationDictionaryCachedStructures
as a JMX Bean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getCachedWindows()
Lists Windows cached in ADCS.boolean
isEnabled()
Whether ADCS is enabled.void
resetCache()
Resets cache removing anything it might contain.
-
-
-
Method Detail
-
resetCache
void resetCache()
Resets cache removing anything it might contain.
-
isEnabled
boolean isEnabled()
Whether ADCS is enabled. ADCS is enabled when it was initialized without modules in development.
-
getCachedWindows
Collection<String> getCachedWindows()
Lists Windows cached in ADCS.
-
-