public class

Manager

extends Object
java.lang.Object
   ↳ com.google.inject.tools.jmx.Manager

Class Overview

Provides a JMX interface to Guice.

Summary

Public Constructors
Manager()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Manager ()

Public Methods

public static void main (String[] args)

Run with no arguments for usage instructions.

Throws
Exception

public static void manage (String domain, Injector injector)

Registers all the bindings of an Injector with the platform MBean server. Consider using the name of your root Module class as the domain.

public static void manage (MBeanServer server, String domain, Injector injector)

Registers all the bindings of an Injector with the given MBean server. Consider using the name of your root Module class as the domain.