1 23 24 29 30 31 package com.sun.appserv.management.config; 32 33 import com.sun.appserv.management.base.XTypes; 34 35 36 37 38 39 40 43 public interface ConnectorResourceConfig extends ResourceConfig 44 { 45 46 public static final String J2EE_TYPE = XTypes.CONNECTOR_RESOURCE_CONFIG; 47 48 public String getPoolName(); 49 50 public void setPoolName( final String poolName ); 51 52 53 54 } 55 | Popular Tags |