public interface BeanManager
Modifier and Type | Method and Description |
---|---|
void |
register(ClassCacheMBean classCache) |
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 |
unregisterClassCache() |
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(ClassCacheMBean classCache)
void register(Runtime runtime)
void unregisterClassCache()
void unregisterCompiler()
void unregisterConfig()
void unregisterMethodCache()
void unregisterParserStats()
void unregisterRuntime()
boolean tryShutdownAgent()
boolean tryRestartAgent()
Copyright © 2001-2016 JRuby. All Rights Reserved.