com.google.inject.tools.jmx
Interface ManagedBindingMBean


public interface ManagedBindingMBean

JMX interface to bindings.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 java.lang.String getKey()
          Gets the binding key.
 java.lang.String getProvider()
          Gets the provider to which this binding is bound.
 java.lang.String getSource()
          Gets the source of this binding.
 

Method Detail

getSource

java.lang.String getSource()
Gets the source of this binding.


getProvider

java.lang.String getProvider()
Gets the provider to which this binding is bound.


getKey

java.lang.String getKey()
Gets the binding key.



Copyright © {inceptionYear}-2008 null. All Rights Reserved.