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 45 public final class ResourceAdapterConfigImpl extends AMXConfigImplBase 46 { 47 public 48 ResourceAdapterConfigImpl( final Delegate delegate ) 49 { 50 super( delegate ); 51 } 52 53 54 57 58 59 } 60 61 | Popular Tags |