public interface BeanManager
Modifier and Type | Method and Description |
---|---|
void |
register(ConfigMBean config) |
void |
register(JITCompilerMBean jitCompiler) |
void |
register(MethodCacheMBean methodCache) |
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 |
unregisterMethodCache() |
void |
unregisterParserStats() |
void |
unregisterRuntime() |
void register(JITCompilerMBean jitCompiler)
void register(ConfigMBean config)
void register(ParserStatsMBean parserStats)
void register(MethodCacheMBean methodCache)
void register(Runtime runtime)
void unregisterCompiler()
void unregisterConfig()
void unregisterMethodCache()
void unregisterParserStats()
void unregisterRuntime()
boolean tryShutdownAgent()
boolean tryRestartAgent()
Copyright © 2001-2015 JRuby. All Rights Reserved.