public interface

ManagedBindingMBean

com.google.inject.tools.jmx.ManagedBindingMBean

Class Overview

JMX interface to bindings.

Summary

Public Methods
abstract String getKey()
Gets the binding key.
abstract String getProvider()
Gets the provider to which this binding is bound.
abstract String getSource()
Gets the source of this binding.

Public Methods

public abstract String getKey ()

Gets the binding key.

public abstract String getProvider ()

Gets the provider to which this binding is bound.

public abstract String getSource ()

Gets the source of this binding.