public abstract class ConnectionManager extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected DistributedServer |
worker |
| Constructor and Description |
|---|
ConnectionManager(DistributedServer worker) |
| Modifier and Type | Method and Description |
|---|---|
DistributedServer |
getWorker() |
boolean |
isActive() |
void |
print(Object o) |
void |
println(Object o) |
void |
setActive(boolean active) |
void |
setWorker(DistributedServer worker) |
protected DistributedServer worker
public ConnectionManager(DistributedServer worker)
public DistributedServer getWorker()
public void setWorker(DistributedServer worker)
public boolean isActive()
public void setActive(boolean active)
public void print(Object o)
public void println(Object o)
Copyright © 2017. All rights reserved.