All Packages Class Hierarchy This Package Previous Next Index
Class xBaseJ.Server
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----xBaseJ.Server
- public class Server
- extends Frame
-
Server(int)
-
-
addComponent(Container, Component, int, int, int, int, int, int)
-
-
addText(String)
-
-
main(String[])
- 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.
Server
public Server(int port) throws Exception
main
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
- Parameters:
- 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
public static void addText(String addText)
addComponent
public void addComponent(Container container,
Component component,
int gridx,
int gridy,
int gridwidth,
int gridheight,
int fill,
int anchor) throws AWTException
All Packages Class Hierarchy This Package Previous Next Index