net.agmodel.dbUtility
Class FTPSource

java.lang.Object
  extended bynet.agmodel.dbUtility.InternetHost
      extended bynet.agmodel.dbUtility.FTPSource
All Implemented Interfaces:
AccessMechanism

public abstract class FTPSource
extends InternetHost
implements AccessMechanism

Intended to handle access to file-based databases via FTP but not yet implemented.

Author:
Matthew Laurenson

Constructor Summary
FTPSource(String host, int port)
           
 
Method Summary
 boolean connect(String username, String password)
           
 void disconnect()
           
 
Methods inherited from class net.agmodel.dbUtility.InternetHost
getHost, getPort
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.agmodel.dbUtility.AccessMechanism
getHost, getPort
 

Constructor Detail

FTPSource

public FTPSource(String host,
                 int port)
Method Detail

connect

public boolean connect(String username,
                       String password)

disconnect

public void disconnect()


Copyright (C) NARC 2001 All Rights Reserved.