Package com.google.inject.tools.jmx
Class ManagedBinding
java.lang.Object
com.google.inject.tools.jmx.ManagedBinding
- All Implemented Interfaces:
ManagedBindingMBean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
binding
-
-
Constructor Details
-
ManagedBinding
ManagedBinding(Binding<?> binding)
-
-
Method Details
-
getSource
Description copied from interface:ManagedBindingMBean
Gets the source of this binding.- Specified by:
getSource
in interfaceManagedBindingMBean
-
getKey
Description copied from interface:ManagedBindingMBean
Gets the binding key.- Specified by:
getKey
in interfaceManagedBindingMBean
-
getProvider
Description copied from interface:ManagedBindingMBean
Gets the provider to which this binding is bound.- Specified by:
getProvider
in interfaceManagedBindingMBean
-