| java.lang.Object com.google.inject.tools.jmx.Manager
Manager | public class Manager (Code) | | Provides a JMX interface to Guice.
author: crazybob@google.com (Bob Lee) |
Method Summary | |
public static void | main(String[] args) Run with no arguments for usage instructions. | public static void | manage(String domain, Injector injector) Registers all the bindings of an Injector with the platform MBean server. | public static void | manage(MBeanServer server, String domain, Injector injector) Registers all the bindings of an Injector with the given MBean server. | static String | quote(String value) |
main | public static void main(String[] args) throws Exception(Code) | | Run with no arguments for usage instructions.
|
manage | public static void manage(String domain, Injector injector)(Code) | | Registers all the bindings of an Injector with the platform MBean server.
Consider using the name of your root
Module class as the domain.
|
manage | public static void manage(MBeanServer server, String domain, Injector injector)(Code) | | Registers all the bindings of an Injector with the given MBean server.
Consider using the name of your root
Module class as the domain.
|
|
|