public class Manager extends Object
| Constructor | Description |
|---|---|
Manager() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(String[] args) |
Run with no arguments for usage instructions.
|
static void |
manage(String domain,
Injector injector) |
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.
|
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.Copyright © 2006–2018 Google, Inc.. All rights reserved.