com.google.inject.tools.jmx

Interface ManagedBindingMBean



  • public interface ManagedBindingMBean
    JMX interface to bindings.
    Author:
    crazybob@google.com (Bob Lee)
    • Method Summary

      Methods 
      Modifier and Type Method and 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.
    • Method Detail

      • getSource

        String getSource()
        Gets the source of this binding.
      • getProvider

        String getProvider()
        Gets the provider to which this binding is bound.
      • getKey

        String getKey()
        Gets the binding key.

Copyright © 2006-2015 Google, Inc.. All Rights Reserved.