Class JmxApplicationDictionaryCachedStructures
- java.lang.Object
-
- org.openbravo.client.application.window.JmxApplicationDictionaryCachedStructures
-
- All Implemented Interfaces:
JmxApplicationDictionaryCachedStructuresMBean
@ApplicationScoped public class JmxApplicationDictionaryCachedStructures extends Object implements JmxApplicationDictionaryCachedStructuresMBean
ExposesApplicationDictionaryCachedStructures
as a JMX Bean.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MBEAN_NAME
-
Constructor Summary
Constructors Constructor Description JmxApplicationDictionaryCachedStructures()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Field Detail
-
MBEAN_NAME
public static final String MBEAN_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
resetCache
public void resetCache()
Description copied from interface:JmxApplicationDictionaryCachedStructuresMBean
Resets cache removing anything it might contain.- Specified by:
resetCache
in interfaceJmxApplicationDictionaryCachedStructuresMBean
-
isEnabled
public boolean isEnabled()
Description copied from interface:JmxApplicationDictionaryCachedStructuresMBean
Whether ADCS is enabled. ADCS is enabled when it was initialized without modules in development.- Specified by:
isEnabled
in interfaceJmxApplicationDictionaryCachedStructuresMBean
-
getCachedWindows
public Collection<String> getCachedWindows()
Description copied from interface:JmxApplicationDictionaryCachedStructuresMBean
Lists Windows cached in ADCS.- Specified by:
getCachedWindows
in interfaceJmxApplicationDictionaryCachedStructuresMBean
-
-