1 23 24 28 29 34 35 package com.sun.enterprise.management.support.oldconfig; 36 37 38 import javax.management.ObjectName ; 39 import javax.management.AttributeList ; 40 import javax.management.Attribute ; 41 42 45 46 public interface OldProperties 47 { 48 public AttributeList getProperties(); 49 public String getPropertyValue(String propertyName ); 50 public void setProperty( Attribute attr ); 51 52 } | Popular Tags |