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