Interface PathAddress


public interface PathAddress
PathAddress is an ordered set of name/value pairs representing the management path. The names are based on the statistic child names (e.g. name=entity value=Employee)
Author:
Scott Marlow
  • Method Details

    • size

      int size()
    • getValue

      String getValue(String name)
    • getValue

      String getValue(int index)