public class Manager extends Object
Constructor and Description |
---|
Manager() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Run with no arguments for usage instructions.
|
static void |
manage(MBeanServer server,
String domain,
Injector injector)
Registers all the bindings of an Injector with the given MBean server.
|
static void |
manage(String domain,
Injector injector)
Registers all the bindings of an Injector with the platform MBean server.
|
public static void manage(String domain, Injector injector)
Module
class as the domain.public static void manage(MBeanServer server, String domain, Injector injector)
Module
class as the domain.