Exemplo n.º 1
0
 public void setAttributeValue(CollectionAttributeType type, String value) {
   JMXCollectionAttribute attr = new JMXCollectionAttribute(this, type, type.getName(), value);
   addAttribute(attr);
 }