FileDocCategorySizeDatePackage
ConnectorAdminService.javaAPI DocGlassfish v2 API2975Fri May 04 22:34:22 BST 2007com.sun.enterprise.connectors

ConnectorAdminService

public interface ConnectorAdminService
This class defines interfaces for connector admin functionality The define constants corresponding/identifying different admin services.
author
Srikanth P

Fields Summary
String
CCP
String
CR
String
AOR
String
SEC
String
RA
Constructors Summary
Methods Summary
public voidcreate()
Performs the creation functionality for a specific admin service. Ex. For connectorConnectionPool admin service, it creates the pool.

throws
ConnectorRuntimeException If creation fails.

public voiddestroy()
Performs the deletion functionality for a specific admin service. Ex. For connectorConnectionPool admin service, it deletes the pool.

throws
ConnectorRuntimeException If deletion fails.