Class ConcurrentAuthorityFactory.CloseTask
java.lang.Object
org.apache.sis.internal.system.DelayedRunnable
org.apache.sis.referencing.factory.ConcurrentAuthorityFactory.CloseTask
- All Implemented Interfaces:
Comparable<Delayed>
,Runnable
,Delayed
- Enclosing class:
- ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory>
A task for invoking
ConcurrentAuthorityFactory.closeExpired()
after a delay.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.internal.system.DelayedRunnable
DelayedRunnable.Immediate
-
Constructor Summary
ConstructorsConstructorDescriptionCloseTask
(long timestamp) Creates a new task to be executed at the given time, in nanoseconds relative toSystem.nanoTime()
. -
Method Summary
Methods inherited from class org.apache.sis.internal.system.DelayedRunnable
compareTo, getDelay
-
Constructor Details
-
CloseTask
CloseTask(long timestamp) Creates a new task to be executed at the given time, in nanoseconds relative toSystem.nanoTime()
.
-
-
Method Details
-
run
public void run()Invoked when the delay expired.
-