Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Field and Description |
---|---|
protected UpHandler |
JChannel.up_handler |
Modifier and Type | Method and Description |
---|---|
UpHandler |
Channel.getUpHandler()
Deprecated.
Returns UpHandler installed for this channel
|
UpHandler |
JChannel.getUpHandler() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setUpHandler(UpHandler up_handler)
Deprecated.
Sets this channel event handler to be a recipient off all events .
|
JChannel |
JChannel.setUpHandler(UpHandler h) |
Modifier and Type | Method and Description |
---|---|
UpHandler |
MessageDispatcher.getProtocolAdapter() |
UpHandler |
MessageDispatcher.protocolAdapter() |
Modifier and Type | Method and Description |
---|---|
protected <X extends MessageDispatcher> |
MessageDispatcher.installUpHandler(UpHandler handler,
boolean canReplace)
Sets the given UpHandler as the UpHandler for the channel.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.