Package com.google.inject.tools.jmx
Class Manager
java.lang.Object
com.google.inject.tools.jmx.Manager
Provides a JMX interface to Guice.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidRun with no arguments for usage instructions.static voidRegisters all the bindings of an Injector with the platform MBean server.static voidmanage(MBeanServer server, String domain, Injector injector) Registers all the bindings of an Injector with the given MBean server.(package private) static String
-
Constructor Details
-
Manager
public Manager()
-
-
Method Details
-
manage
Registers all the bindings of an Injector with the platform MBean server. Consider using the name of your rootModuleclass as the domain. -
manage
Registers all the bindings of an Injector with the given MBean server. Consider using the name of your rootModuleclass as the domain. -
quote
-
main
Run with no arguments for usage instructions.- Throws:
Exception
-