@Deprecated public class OTRemoteTaskPool extends Object
Modifier and Type | Field and Description |
---|---|
protected List<OTRemoteTask> |
pool
Deprecated.
|
Constructor and Description |
---|
OTRemoteTaskPool()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(OTRemoteTask task)
Deprecated.
|
void |
clear()
Deprecated.
|
Iterable<OTRemoteTask> |
getTasks()
Deprecated.
|
int |
poll()
Deprecated.
|
void |
run()
Deprecated.
|
void |
run(int sleepInterval)
Deprecated.
|
int |
running()
Deprecated.
|
int |
size()
Deprecated.
|
protected List<OTRemoteTask> pool
public Iterable<OTRemoteTask> getTasks()
public void add(OTRemoteTask task)
public int running()
public int poll()
public void clear()
public void run()
public void run(int sleepInterval)
public int size()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.