1 2 24 25 package com.sun.enterprise.connectors; 26 27 33 34 public interface ConnectorAdminService { 35 36 String CCP = "ConnectorConnectionPool"; 37 String CR = "ConnectorResource"; 38 String AOR = "AdminObjectResource"; 39 String SEC = "Security"; 40 String RA = "ResourceAdapter"; 41 42 47 48 void create() throws ConnectorRuntimeException; 49 50 55 56 void destroy() throws ConnectorRuntimeException; 57 } 58 59 | Popular Tags |