public class LB
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
active |
private int |
current |
private boolean |
dropping |
private boolean |
more |
private java.util.List<Pipe> |
pipes |
| Constructor and Description |
|---|
LB() |
| Modifier and Type | Method and Description |
|---|---|
void |
activated(Pipe pipe) |
void |
attach(Pipe pipe) |
boolean |
hasOut() |
boolean |
sendpipe(Msg msg,
Errno errno,
ValueReference<Pipe> pipe) |
void |
terminated(Pipe pipe) |
private final java.util.List<Pipe> pipes
private int active
private int current
private boolean more
private boolean dropping