public interface BeanManager
Modifier and Type | Method and Description |
---|---|
void |
register(CachesMBean methodCache) |
void |
register(ConfigMBean config) |
void |
register(InlineStats stats) |
void |
register(JITCompilerMBean jitCompiler) |
void |
register(ParserStatsMBean parserStats) |
void |
register(Runtime runtime) |
boolean |
tryRestartAgent()
Attempt to restart the current JVM's JMX agent.
|
boolean |
tryShutdownAgent()
Attempt to shut down the current JVM's JMX agent.
|
void |
unregisterCompiler() |
void |
unregisterConfig() |
void |
unregisterInlineStats() |
void |
unregisterMethodCache() |
void |
unregisterParserStats() |
void |
unregisterRuntime() |
void register(JITCompilerMBean jitCompiler)
void register(ConfigMBean config)
void register(ParserStatsMBean parserStats)
void register(CachesMBean methodCache)
void register(Runtime runtime)
void register(InlineStats stats)
void unregisterCompiler()
void unregisterConfig()
void unregisterMethodCache()
void unregisterParserStats()
void unregisterRuntime()
void unregisterInlineStats()
boolean tryShutdownAgent()
boolean tryRestartAgent()
Copyright © 2001-2020 JRuby. All Rights Reserved.