Interface ManagedBindingMBean

All Known Implementing Classes:
ManagedBinding

public interface ManagedBindingMBean
JMX interface to bindings.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the binding key.
    Gets the provider to which this binding is bound.
    Gets the source of this binding.
  • Method Details

    • 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.