|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.nukernel.jdcf.AbstractRemoteThread
Extending this class is the recommended way of writing a remote thread.
Code which does not extend this class is not guaranteed to work across
releases. If you do otherwise, you have to manage the
Cluster eference, and possibly other things in the future.
| Field Summary | |
protected Cluster |
cluster
|
| Constructor Summary | |
AbstractRemoteThread()
|
|
| Method Summary | |
void |
initOnNode()
Perform application-specific initialisation before starting the thread. |
void |
initSys(Cluster cluster)
Perform system-specific initialisation prior to starting the thread. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected Cluster cluster
| Constructor Detail |
public AbstractRemoteThread()
| Method Detail |
public void initSys(Cluster cluster)
cluser - a Cluster objectpublic void initOnNode()
|
Java Distributed Computational Framework v0.1 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||