Package com.google.inject.tools.jmx
Interface ManagedBindingMBean
-
public interface ManagedBindingMBean
JMX interface to bindings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
Gets the binding key.String
getProvider()
Gets the provider to which this binding is bound.String
getSource()
Gets the source of this binding.
-