|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.inject.tools.jmx.Manager
public class Manager
Provides a JMX interface to Guice.
Constructor Summary | |
---|---|
Manager()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run with no arguments for usage instructions. |
static void |
manage(javax.management.MBeanServer server,
java.lang.String domain,
Injector injector)
Registers all the bindings of an Injector with the given MBean server. |
static void |
manage(java.lang.String domain,
Injector injector)
Registers all the bindings of an Injector with the platform MBean server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Manager()
Method Detail |
---|
public static void manage(java.lang.String domain, Injector injector)
Module
class as the domain.
public static void manage(javax.management.MBeanServer server, java.lang.String domain, Injector injector)
Module
class as the domain.
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |