Package org.apache.tomcat.websocket
Class BackgroundProcessManager
java.lang.Object
org.apache.tomcat.websocket.BackgroundProcessManager
Provides a background processing mechanism that triggers roughly once a second. The class maintains a thread that
only runs when there is at least one instance of
BackgroundProcess
registered.-
Method Summary
Modifier and TypeMethodDescriptionstatic BackgroundProcessManager
void
register
(BackgroundProcess process) void
unregister
(BackgroundProcess process)
-
Method Details
-
getInstance
-
register
-
unregister
-