home *** CD-ROM | disk | FTP | other *** search
Java Source | 2001-03-30 | 4.9 KB | 208 lines |
- //
- // Auto-generated using JActiveX.EXE 5.00.2918
- // (JActiveX D:\PROJECTS\CuteFTPPro\Deploy\ftpte.exe)
- //
- // WARNING: Do not remove the comments that include "@com" directives.
- // This source file must be compiled by a @com-aware compiler.
- // If you are using the Microsoft Visual J++ compiler, you must use
- // version 1.02.3920 or later. Previous versions will not issue an error
- // but will not generate COM-enabled class files.
- //
-
- package ftpte;
-
- import com.ms.com.*;
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
-
- /** @com.class(classid=C98E2197-A7E2-430E-A701-47F360683167,DynamicCasts) */
- public class TEConnection implements IUnknown,com.ms.com.NoAutoScripting,ftpte.ITEConnection
- {
- /** @com.method()
- @hidden */
- public native String getHost();
-
- /** @com.method()
- @hidden */
- public native void setHost(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getProtocol();
-
- /** @com.method()
- @hidden */
- public native void setProtocol(String pVal);
-
- /** @com.method()
- @hidden */
- public native int getPort();
-
- /** @com.method()
- @hidden */
- public native void setPort(int pVal);
-
- /** @com.method()
- @hidden */
- public native String getLogin();
-
- /** @com.method()
- @hidden */
- public native void setLogin(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getPassword();
-
- /** @com.method()
- @hidden */
- public native void setPassword(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getUseProxy();
-
- /** @com.method()
- @hidden */
- public native void setUseProxy(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getTransferType();
-
- /** @com.method()
- @hidden */
- public native void setTransferType(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getLocalFolder();
-
- /** @com.method()
- @hidden */
- public native void setLocalFolder(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getRemoteFolder();
-
- /** @com.method()
- @hidden */
- public native void setRemoteFolder(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getLocalFilterInclude();
-
- /** @com.method()
- @hidden */
- public native void setLocalFilterInclude(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getRemoteFilterInclude();
-
- /** @com.method()
- @hidden */
- public native void setRemoteFilterInclude(String pVal);
-
- /** @com.method()
- @hidden */
- public native int getRetries();
-
- /** @com.method()
- @hidden */
- public native void setRetries(int pVal);
-
- /** @com.method()
- @hidden */
- public native int getDelay();
-
- /** @com.method()
- @hidden */
- public native void setDelay(int pVal);
-
- /** @com.method()
- @hidden */
- public native String getAutoRename();
-
- /** @com.method()
- @hidden */
- public native void setAutoRename(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getLocalFilterExclude();
-
- /** @com.method()
- @hidden */
- public native void setLocalFilterExclude(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getRemoteFilterExclude();
-
- /** @com.method()
- @hidden */
- public native void setRemoteFilterExclude(String pVal);
-
- /** @com.method()
- @hidden */
- public native String getLinks();
-
- /** @com.method()
- @hidden */
- public native void setLinks(String pVal);
-
- /** @com.method()
- @hidden */
- public native void Connect();
-
- /** @com.method()
- @hidden */
- public native void Upload(String strLocalName, String strRemoteName);
-
- /** @com.method()
- @hidden */
- public native void Download(String strRemoteName, String strLocalName);
-
- /** @com.method()
- @hidden */
- public native void CreateLocalFolder(String strName);
-
- /** @com.method()
- @hidden */
- public native void CreateRemoteFolder(String strName);
-
- /** @com.method()
- @hidden */
- public native void LocalRemove(String bstrName);
-
- /** @com.method()
- @hidden */
- public native void RemoteRemove(String bstrName);
-
- /** @com.method()
- @hidden */
- public native void LocalRename(String bstrFrom, String bstrTo);
-
- /** @com.method()
- @hidden */
- public native void RemoteRename(String bstrFrom, String bstrTo);
-
- /** @com.method()
- @hidden */
- public native boolean LocalExists(String bstrName);
-
- /** @com.method()
- @hidden */
- public native boolean RemoteExists(String bstrName);
-
- /** @com.method()
- @hidden */
- public native void Disconnect();
-
-
- public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xc98e2197, (short)0xa7e2, (short)0x430e, (byte)0xa7, (byte)0x1, (byte)0x47, (byte)0xf3, (byte)0x60, (byte)0x68, (byte)0x31, (byte)0x67);
- }
-