private static class LegacyWebSecurityManager.WebServiceLogin
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.Runnable> |
tasks
The task to perform.
|
| Modifier | Constructor and Description |
|---|---|
private |
WebServiceLogin() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addTask(java.lang.Runnable task)
Add a task to the
queue. |
void |
run()
Main work loop.
|
public void run()
run in interface java.lang.Runnablevoid addTask(java.lang.Runnable task)
queue.task - The task to perform.