ConnectorAdminServicepublic interface ConnectorAdminService This class defines interfaces for connector admin functionality
The define constants corresponding/identifying different admin
services. |
Fields Summary |
---|
String | CCP | String | CR | String | AOR | String | SEC | String | RA |
Methods Summary |
---|
public void | create()Performs the creation functionality for a specific admin service.
Ex. For connectorConnectionPool admin service, it creates the pool.
| public void | destroy()Performs the deletion functionality for a specific admin service.
Ex. For connectorConnectionPool admin service, it deletes the pool.
|
|