public class Manager
extends java.lang.Object
Constructor and Description |
---|
Manager() |
Modifier and Type | Method and Description |
---|---|
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.
|
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