1 23 24 29 30 31 package com.sun.enterprise.admin.dottedname.valueaccessor; 32 33 import javax.management.Attribute ; 34 import javax.management.ObjectName ; 35 36 37 46 public interface ValueAccessor 47 { 48 51 public Attribute getValue( ObjectName objectName, String valueName ) throws Exception ; 52 53 58 public Attribute setValue( ObjectName objectName, Attribute attr ) throws Exception ; 59 } 60 61 62 63 | Popular Tags |