All Packages Class Hierarchy This Package Previous Next Index
Class mandel.MandelClient
java.lang.Object
|
+----java.lang.Thread
|
+----gestalt.Client
|
+----mandel.MandelClient
- public class MandelClient
- extends Client
-
data
-
-
finish
-
-
start
-
-
MandelClient(String)
-
-
begin(Connection)
-
-
input(MandelTask)
-
-
main(String[])
-
start
protected Date start
finish
protected Date finish
data
protected byte data[][]
MandelClient
public MandelClient(String hostname)
begin
public void begin(Connection c)
- Overrides:
- begin in class Client
input
public void input(MandelTask t)
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index