public class FTPServerConnectionProvider extends Object implements org.mule.runtime.api.connection.CachedConnectionProvider<AbstractFTPServer>, org.mule.runtime.api.lifecycle.Lifecycle
| Constructor and Description |
|---|
FTPServerConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
AbstractFTPServer |
connect() |
void |
disconnect(AbstractFTPServer databaseServer) |
void |
dispose() |
void |
initialise() |
void |
start() |
void |
stop() |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(AbstractFTPServer databaseServer) |
public AbstractFTPServer connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<AbstractFTPServer>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(AbstractFTPServer databaseServer)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<AbstractFTPServer>public org.mule.runtime.api.connection.ConnectionValidationResult validate(AbstractFTPServer databaseServer)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<AbstractFTPServer>public void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionCopyright © 2024 MuleSoft, Inc.. All rights reserved.