com.google.inject.tools.jmx
Interface ManagedBindingMBean


public interface ManagedBindingMBean

JMX interface to bindings.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 String getKey()
          Gets the binding key.
 String getLocator()
          Gets the locator to which this binding is bound.
 String getSource()
          Gets the source of this binding.
 

Method Detail

getSource

String getSource()
Gets the source of this binding.


getLocator

String getLocator()
Gets the locator to which this binding is bound.


getKey

String getKey()
Gets the binding key.