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 |
send(Msg msg,
ValueReference<java.lang.Integer> errno) |
void |
terminated(Pipe pipe) |
private final java.util.List<Pipe> pipes
private int active
private int current
private boolean more
private boolean dropping
public void attach(Pipe pipe)
public void terminated(Pipe pipe)
public void activated(Pipe pipe)
public boolean send(Msg msg, ValueReference<java.lang.Integer> errno)
public boolean hasOut()