название потока
This commit is contained in:
@@ -14,6 +14,10 @@ public class KeepAliveThread extends Thread {
|
||||
@Setter
|
||||
private int interval = 10;
|
||||
|
||||
public KeepAliveThread() {
|
||||
super("Keep-Alive Thread");
|
||||
}
|
||||
|
||||
public void notifyLock() {
|
||||
synchronized (lock) {
|
||||
lock.notify();
|
||||
|
||||
Reference in New Issue
Block a user