public class Route extends Object implements Comparable<Route>
Modifier and Type | Field and Description |
---|---|
protected JChannel |
bridge |
protected Log |
log |
protected RELAY2 |
relay |
protected Address |
site_master
SiteUUID: address of the site master
|
protected boolean |
stats |
Constructor and Description |
---|
Route(Address site_master,
JChannel bridge,
RELAY2 relay,
Log log) |
Modifier and Type | Method and Description |
---|---|
JChannel |
bridge() |
int |
compareTo(Route o) |
protected Message |
createMessage(Address target,
Address final_destination,
Address original_sender,
Message msg) |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
send(Address final_destination,
Address original_sender,
Message msg) |
Address |
siteMaster() |
boolean |
stats() |
Route |
stats(boolean f) |
String |
toString() |
protected final Address site_master
protected final JChannel bridge
protected final RELAY2 relay
protected final Log log
protected boolean stats
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.