public class MetadataConnectionProvider extends Object implements org.mule.runtime.api.connection.ConnectionProvider<MetadataConnection>, org.mule.runtime.api.lifecycle.Startable
| Modifier and Type | Field and Description |
|---|---|
static boolean |
STARTED |
| Constructor and Description |
|---|
MetadataConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
MetadataConnection |
connect() |
void |
disconnect(MetadataConnection metadataConnection) |
void |
start() |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(MetadataConnection metadataConnection) |
public MetadataConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<MetadataConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(MetadataConnection metadataConnection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<MetadataConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(MetadataConnection metadataConnection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<MetadataConnection>public void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.