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.
|
(package private) static java.lang.String |
quote(java.lang.String value) |
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.static java.lang.String quote(java.lang.String value)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception