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 void
Run with no arguments for usage instructions.static void
Registers all the bindings of an Injector with the platform MBean server.static void
manage
(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 rootModule
class as the domain. -
manage
Registers all the bindings of an Injector with the given MBean server. Consider using the name of your rootModule
class as the domain. -
quote
-
main
Run with no arguments for usage instructions.- Throws:
Exception
-