|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.Daemon
com.tangosol.net.RefreshableAddressProvider.RefreshThread
protected class RefreshableAddressProvider.RefreshThread
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.tangosol.util.Daemon |
|---|
Daemon.DaemonWorker |
| Field Summary | |
|---|---|
protected long |
m_lRefresh
The interval with which to attempt to refresh the address list. |
| Constructor Summary | |
|---|---|
protected |
RefreshableAddressProvider.RefreshThread(long lRefresh)
Construct a new RefreshThread with the specified refresh interval. |
| Method Summary | |
|---|---|
void |
run()
The daemon's implementation method. |
| Field Detail |
|---|
protected final long m_lRefresh
| Constructor Detail |
|---|
protected RefreshableAddressProvider.RefreshThread(long lRefresh)
lRefresh - the refresh interval| Method Detail |
|---|
public void run()
An example implementation is:
while (!isStopping())
{
// do some processing
// ...
synchronized (this)
{
// wait for notification of more work
wait();
}
}
run in interface java.lang.Runnablerun in class Daemon
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||