Uses of Class
org.apache.sis.internal.system.DelayedRunnable
Packages that use DelayedRunnable
Package
Description
A set of system-wide services for the SIS implementation.
-
Uses of DelayedRunnable in org.apache.sis.internal.system
Subclasses of DelayedRunnable in org.apache.sis.internal.systemModifier and TypeClassDescriptionstatic classA "delayed" task which is actually executed as soon as possible.Methods in org.apache.sis.internal.system with parameters of type DelayedRunnableModifier and TypeMethodDescriptionstatic voidDelayedExecutor.schedule(DelayedRunnable task) Schedules the given short task for later execution in a daemon thread.