Package | Description |
---|---|
org.jgroups.protocols.relay |
Modifier and Type | Method and Description |
---|---|
RELAY2.RouteStatus |
Relayer.Route.status() |
static RELAY2.RouteStatus |
RELAY2.RouteStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RELAY2.RouteStatus[] |
RELAY2.RouteStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Relayer.setRoute(short site,
JChannel bridge,
SiteMaster site_master,
RELAY2.RouteStatus status) |
Relayer.Route |
Relayer.Route.status(RELAY2.RouteStatus new_status) |
Constructor and Description |
---|
Relayer.Route(Address site_master,
JChannel bridge,
RELAY2.RouteStatus status) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.