35 |
|
FilterManager |
36 |
|
RootFilter |
37 |
|
FilterMain |
38 |
+ |
Client |
39 |
|
|
40 |
|
It is not necessary to start both the ClientInterfaceMain and DBInterface, |
41 |
|
the server will handle only one or both. Multiple Filter's can be started |
86 |
|
javadoc |
87 |
|
|
88 |
|
Builds all the javadoc pages in the `doc' directory. |
89 |
+ |
|
90 |
+ |
buildutil |
91 |
+ |
|
92 |
+ |
(it is recommended you run a "make clean" first) |
93 |
+ |
Builds a seperate JAR file, in `build' called `iscream-util.jar'. |
94 |
+ |
This file contains just the uk.ac.ukc.iscream.util package for |
95 |
+ |
use in other parts of the system, such as the clients. |
96 |
+ |
|
97 |
+ |
createtable |
98 |
+ |
|
99 |
+ |
Creates the ipacket table in the mySQL database. This is required for |
100 |
+ |
the database side of the server. |
101 |
+ |
|
102 |
+ |
droptable |
103 |
+ |
|
104 |
+ |
Drops an ipacket table from the mySQL database if one exists. |