com.enterprisedt.net.ftp.async
Class PermissionsResult

java.lang.Object
  extended by com.enterprisedt.net.ftp.async.AsyncResult
      extended by com.enterprisedt.net.ftp.async.PermissionsResult

public class PermissionsResult
extends AsyncResult

Holds result of changing the permissions of a remote file or directory.

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw

Constructor Summary
PermissionsResult(java.lang.String remotePath)
           
 
Method Summary
 void endAsync()
           
 int getPermissions()
           
 java.lang.String getRemotePath()
           
 void setPermissions(int permissions)
           
 
Methods inherited from class com.enterprisedt.net.ftp.async.AsyncResult
cancelTask, endAsyncCalled, endAsyncInternal, getClient, getLocalContext, getTag, getTask, getTaskDescription, getTaskId, getThrowable, isCompleted, isSuccessful, notifyComplete, setAsIfCompleted, setClient, setEndAsyncCalled, setLocalContext, setSuccessful, setTag, setTask, setThrowable, waitTillComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionsResult

public PermissionsResult(java.lang.String remotePath)
Method Detail

getRemotePath

public java.lang.String getRemotePath()

endAsync

public void endAsync()
              throws FTPException,
                     java.io.IOException
Throws:
FTPException
java.io.IOException

getPermissions

public int getPermissions()

setPermissions

public void setPermissions(int permissions)


Copyright © 2001-2009 Enterprise Distributed Technologies Ltd. All Rights Reserved.