Package org.jipijapa.management.spi
Interface PathAddress
-
public interface PathAddressPathAddress 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue(int index)StringgetValue(String name)intsize()
-