1 23 24 29 30 31 package com.sun.enterprise.management.config; 32 33 import com.sun.enterprise.management.config.AMXConfigImplBase; 34 import com.sun.enterprise.management.support.Delegate; 35 36 37 38 39 40 43 44 public final class AdminObjectResourceConfigImpl extends AMXConfigImplBase 45 { 46 public 47 AdminObjectResourceConfigImpl( final Delegate delegate ) 48 { 49 super( delegate ); 50 } 51 52 53 } 54 55 | Popular Tags |