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 42 public final class TransactionServiceConfigImpl extends AMXConfigImplBase 43 { 44 public 45 TransactionServiceConfigImpl( final Delegate delegate ) 46 { 47 super( delegate ); 48 } 49 50 51 52 } | Popular Tags |