Interface Metadata

All Known Implementing Classes:
MetadataImpl

public interface Metadata
Used to store extra data in MBeans without having to impact differing constructors.
Author:
llc
  • Field Details

    • CORRESPONDING_CONFIG

      static final String CORRESPONDING_CONFIG
      ObjectName of corresponding Config MBean, if any
      See Also:
    • CORRESPONDING_REF

      static final String CORRESPONDING_REF
      ObjectName of corresponding Config reference MBean, if any
      See Also:
    • PARENT

      static final String PARENT
      Object reference to parent mbean (the object, not the ObjectName)
      See Also:
    • DEPLOYMENT_DESCRIPTOR

      static final String DEPLOYMENT_DESCRIPTOR
      Object reference to parent mbean (the object, not the ObjectName)
      See Also:
  • Method Details