You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Sergey Vladimirov (JIRA)" <ji...@apache.org> on 2006/12/11 16:45:21 UTC

[jira] Created: (VFS-101) Reduce number of createClient() calls

Reduce number of createClient() calls
-------------------------------------

                 Key: VFS-101
                 URL: http://issues.apache.org/jira/browse/VFS-101
             Project: Commons VFS
          Issue Type: Bug
    Affects Versions: later
            Reporter: Sergey Vladimirov
            Priority: Minor


FTPClientWrapper:

    public boolean isConnected() throws FileSystemException
    {
        return ftpClient != null && getFtpClient().isConnected();
    }


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Resolved: (VFS-101) Reduce number of createClient() calls

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Ivankovits resolved VFS-101.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1

Applied.

Thanks!
Ciao,
Mario

> Reduce number of createClient() calls
> -------------------------------------
>
>                 Key: VFS-101
>                 URL: https://issues.apache.org/jira/browse/VFS-101
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: later
>            Reporter: Sergey Vladimirov
>            Priority: Minor
>             Fix For: 1.1
>
>
> FTPClientWrapper:
>     public boolean isConnected() throws FileSystemException
>     {
>         return ftpClient != null && getFtpClient().isConnected();
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org