public class DBServerConnectionProvider extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<DatabaseServer>
| Constructor and Description |
|---|
DBServerConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseServer |
connect() |
void |
disconnect(DatabaseServer databaseServer) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(DatabaseServer databaseServer) |
public DatabaseServer connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<DatabaseServer>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(DatabaseServer databaseServer)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<DatabaseServer>public org.mule.runtime.api.connection.ConnectionValidationResult validate(DatabaseServer databaseServer)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<DatabaseServer>Copyright © 2018 MuleSoft, Inc.. All rights reserved.