All Packages  This Package  Class Hierarchy  Class Search  Index

Class xBaseJ.Server
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----xBaseJ.Server

  Summary

public class  Server
     extends java.awt.Frame
{
          // Constructors 1
     public Server(int) throws Exception;

          // Methods 3
     public static void addText(String);
     public static void main(String[]) throws xBaseJException, IOException, Exception;

     public void addComponent(Container, Component, int, int, int, int, int, int) throws AWTException;
}




  Constructors

· Server

Summary  |  Top

   public Server(int port)  throws Exception


  Methods

· main

Summary  |  Top
   public static void main(String[] args)  throws xBaseJException, IOException, Exception

main for Server the format of the catalog file (DBFs.DBF) is: id - the name of the DBF in which the client will access the DBF file name - the actual system name of the DBF relation - used for NDX and view files (not currently being implemented) FAQ - how do I define databases in the DBFS.DBF file = use DBFShow.

The unregistered package is limitted to 500 connections

Parameter Description
portid the port number that the clients will communicate with

Throws: xBaseJException
any one of a number on conditions
Throws: IOException
any one of a number on conditions
Throws: Exception
any one of a number on conditions


· addText

Summary  |  Top
   public static void addText(String addText) 


· addComponent

Summary  |  Top
   public void addComponent(Container container, 
                            Component component, 
                            int gridx, 
                            int gridy, 
                            int gridwidth, 
                            int gridheight, 
                            int fill, 
                            int anchor)  throws AWTException


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7