|
jfract V1.0a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.jfract.rmi.RmiProcessor
class for computing a result from a PointDouble[][] points array with remote rmi services in the urlList array of string
| Field Summary | |
(package private) java.util.Vector |
arrayOfBuffer
the vector containing the arrays of pointDouble |
(package private) FractalComputer |
computer
the computer passed |
(package private) java.util.Hashtable |
htOfFailedResult
an Hashtable to add the failed procssed array |
(package private) java.util.Hashtable |
htOfResult
an Hashtable to add the array on Integer objects with the specific index as an integer key |
private boolean |
initialized
|
(package private) CompletionListener |
listener
the completion listener |
private static org.apache.log4j.Category |
log4j_category
|
(package private) static java.util.Hashtable |
remote
a vector to store the remote services |
(package private) int[] |
result
the array passed |
(package private) java.lang.String[] |
urlList
The list of rmi services |
| Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
| Constructor Summary | |
RmiProcessor(java.lang.String[] urlList,
java.util.Vector arrayOfBuffer,
FractalComputer computer,
int totalPoints,
CompletionListener listener)
construct a RmiProcessor |
|
| Method Summary | |
int[] |
getResult()
the number of int to return |
boolean |
isInitialized()
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private static final org.apache.log4j.Category log4j_category
java.lang.String[] urlList
static java.util.Hashtable remote
java.util.Vector arrayOfBuffer
FractalComputer computer
java.util.Hashtable htOfResult
java.util.Hashtable htOfFailedResult
private boolean initialized
int[] result
CompletionListener listener
| Constructor Detail |
public RmiProcessor(java.lang.String[] urlList,
java.util.Vector arrayOfBuffer,
FractalComputer computer,
int totalPoints,
CompletionListener listener)
throws java.rmi.NotBoundException,
java.net.MalformedURLException,
java.rmi.RemoteException
| Method Detail |
public int[] getResult()
public boolean isInitialized()
public void run()
run in class java.lang.Thread
|
jfract V1.0a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||