1 23 24 29 30 31 package com.sun.enterprise.management.config; 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 WebContainerAvailabilityConfigImpl extends AMXConfigImplBase 42 { 43 public 44 WebContainerAvailabilityConfigImpl(final Delegate delegate) 45 { 46 super( delegate ); 47 } 48 49 50 } 51 52 | Popular Tags |