public class Relayer.Route extends Object implements Comparable<Relayer.Route>
Modifier and Type | Field and Description |
---|---|
protected JChannel |
bridge |
protected Address |
site_master
SiteUUID: address of the site master
|
Constructor and Description |
---|
Route(Address site_master,
JChannel bridge) |
Modifier and Type | Method and Description |
---|---|
JChannel |
bridge() |
int |
compareTo(Relayer.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() |
String |
toString() |
protected final Address site_master
protected final JChannel bridge
public JChannel bridge()
public Address siteMaster()
public int compareTo(Relayer.Route o)
compareTo
in interface Comparable<Relayer.Route>
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.