acedb
Class Aceclient

java.lang.Object
  extended byacedb.Aceclient

public class Aceclient
extends java.lang.Object


Constructor Summary
Aceclient()
          Default constructors, emtpy client
Aceclient(java.lang.String host, int port)
          create a client with anonymous user.
Aceclient(java.lang.String h, int p, java.lang.String usr, java.lang.String pwd)
          create a client object that is not connected yet.
 
Method Summary
 void close()
           
 Aceconnect getConnect()
          Creates a new Aceconnect object based on the information storeed in the Aceclient object.
 int getConnectCount()
           
 java.lang.String getHost()
           
 int getPort()
           
 java.lang.String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aceclient

public Aceclient(java.lang.String h,
                 int p,
                 java.lang.String usr,
                 java.lang.String pwd)
create a client object that is not connected yet.


Aceclient

public Aceclient()
Default constructors, emtpy client


Aceclient

public Aceclient(java.lang.String host,
                 int port)
create a client with anonymous user.

Method Detail

getConnect

public Aceconnect getConnect()
Creates a new Aceconnect object based on the information storeed in the Aceclient object.


getPort

public int getPort()

getHost

public java.lang.String getHost()

getUser

public java.lang.String getUser()

close

public void close()

getConnectCount

public int getConnectCount()