public interface OverlayLink extends MessageLink
| Modifier and Type | Interface and Description |
|---|---|
static class |
OverlayLink.LinkState |
| Modifier and Type | Method and Description |
|---|---|
OverlayPath |
getLinkedLoc() |
long |
getOverlayVer() |
boolean |
isDataOut() |
boolean |
isPrimary() |
void |
sendMessage(TopicEvent inMessage,
java.util.List<OverlayPath> inDests)
Send a message to the connected destination.
|
boolean |
setPrimary(boolean inPrimary)
Set the primary status of this link.
|
close, getDispatcher, getEventHandler, getEventProcessor, getLinkedTo, getRecvStats, getSendStats, isAlive, isClient, sendMessage, sendMessage, setEventHandler, setEventProcessorlong getOverlayVer()
OverlayPath getLinkedLoc()
boolean isPrimary()
boolean isDataOut()
boolean setPrimary(boolean inPrimary)
throws OverlayException
inPrimary - - True if this link should be primary.OverlayExceptionvoid sendMessage(TopicEvent inMessage, java.util.List<OverlayPath> inDests) throws LinkException
inMessage - - The message to send.inDests - - A list of overlay locations to send the message to.LinkException