| Package | Description |
|---|---|
| org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
| org.jgroups.mux |
| Modifier and Type | Field | Description |
|---|---|---|
protected UpHandler |
Channel.up_handler |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Channel.setUpHandler(UpHandler up_handler) |
When up_handler is set, all events will be passed to it directly.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Multiplexer |
The multiplexer allows multiple channel interfaces to be associated with one
underlying instance of JChannel.
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.