|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.utils.ThreadSynchronization
org.jppf.comm.recovery.RecoveryServer
public class RecoveryServer
This class handles the server-side management of recovery connections to remote peers.
| Field Summary | |
|---|---|
static char |
CLIENT
Indicates the remote peer is a client. |
static char |
DRIVER
Indicates the remote peer is a driver. |
static char |
NODE
Indicates the remote peer is a node. |
| Fields inherited from class org.jppf.utils.ThreadSynchronization |
|---|
stopped |
| Constructor Summary | |
|---|---|
RecoveryServer()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Close this server and release the resources it is using. |
Reaper |
getReaper()
Get the reaper for this recover server. |
void |
run()
|
| Methods inherited from class org.jppf.utils.ThreadSynchronization |
|---|
goToSleep, goToSleep, goToSleep, isStopped, setStopped, wakeUp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char DRIVER
public static final char NODE
public static final char CLIENT
| Constructor Detail |
|---|
public RecoveryServer()
| Method Detail |
|---|
public void run()
run in interface Runnablepublic void close()
public Reaper getReaper()
Reaper instance.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||