T - the type of fileSystem instances that the implementation will providepublic interface ConnectionSource<T extends FileSystem>
T| Modifier and Type | Method and Description |
|---|---|
T |
getConnection()
Gets an instance of
T, multiple calls to this method may return the same instance. |
void |
releaseConnection()
Release, if needed, the last instance retrieved by calling
getConnection() |
T getConnection() throws org.mule.runtime.api.connection.ConnectionException
T, multiple calls to this method may return the same instance.Torg.mule.runtime.api.connection.ConnectionExceptionvoid releaseConnection()
getConnection()Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.