|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cosylab.epics.caj.impl.RepeaterRegistrationTask
public class RepeaterRegistrationTask
Repeater registration tasks. Periodically issues reppeater registration requests until registration is not confirmed.
| Constructor Summary | |
|---|---|
RepeaterRegistrationTask(CAJContext context,
InetSocketAddress repeaterAddress)
|
|
| Method Summary | |
|---|---|
void |
registrationRequest()
Issue registration request to repeater. |
void |
runInBackground(int period)
Schedules registration requests every period ms. |
void |
timeout(long timeToRun)
Method invoked by timer at requested time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepeaterRegistrationTask(CAJContext context,
InetSocketAddress repeaterAddress)
throws UnknownHostException
context - repeaterAddress -
UnknownHostException| Method Detail |
|---|
public void timeout(long timeToRun)
Timer.TimerRunnable
timeout in interface Timer.TimerRunnabletimeToRun - time in ms to run.Timer.TimerRunnable.timeout(long)public void runInBackground(int period)
period ms.
period - period in ms.public void registrationRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||