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 OldSystemProperties 47 { 48 public AttributeList getSystemProperties(); 49 public String getSystemPropertyValue(String propertyName ); 50 public void setSystemProperty( Attribute attr ); 51 52 } | Popular Tags |