1 2 24 25 package com.sun.enterprise.connectors.util; 26 27 import com.sun.enterprise.connectors.*; 28 import com.sun.enterprise.deployment.*; 29 30 33 34 35 public interface AdminObjectConfigParser extends ConnectorConfigParser { 36 37 44 45 public String [] getAdminObjectInterfaceNames(ConnectorDescriptor desc) 46 throws ConnectorRuntimeException; 47 } 48 | Popular Tags |