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