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