DatabaseAccountManagerInternal Interface
public interface DatabaseAccountManagerInternal
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Connection |
getConnectionPolicy()
Gets the connection policy |
|
abstract
Database |
getDatabaseAccountFromEndpoint(URI endpoint)
Gets database account information. |
| abstract java.net.URI |
getServiceEndpoint()
Gets the service endpoint |
Method Details
getConnectionPolicy
public abstract ConnectionPolicy getConnectionPolicy()
Gets the connection policy
Returns:
getDatabaseAccountFromEndpoint
public abstract DatabaseAccount getDatabaseAccountFromEndpoint(URI endpoint)
Gets database account information.
Parameters:
Returns:
Throws:
getServiceEndpoint
public abstract URI getServiceEndpoint()
Gets the service endpoint
Returns: