net.agmodel.dbUtility
Interface AccessMechanism

All Known Implementing Classes:
FTPSource, InternetHost

public interface AccessMechanism

Defines general operations on an online data source

Author:
Matthew Laurenson

Method Summary
 String getHost()
          Return the host IP address
 int getPort()
          Return the port used to connect to the host
 

Method Detail

getHost

public String getHost()
Return the host IP address

Returns:
the host address

getPort

public int getPort()
Return the port used to connect to the host

Returns:
the host port


Copyright (C) NARC 2001 All Rights Reserved.