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