public abstract class DOFRouteInfo extends java.lang.Object implements DOFProviderInfo, java.lang.Comparable<DOFRouteInfo>
DOFSystem.RouteListener
,
DOFProviderInfo
Modifier and Type | Class and Description |
---|---|
static class |
DOFRouteInfo.State
This enumeration contains the reasons that a RouteListener will be notified.
|
Constructor and Description |
---|
DOFRouteInfo() |
Modifier and Type | Method and Description |
---|---|
abstract int |
compareTo(DOFRouteInfo routeInfo) |
abstract int |
getDatagramDistance()
Get the datagram portion of the distance of this route.
|
abstract DOFInterfaceID |
getInterfaceID()
Get the interface identifier for this route.
|
abstract int |
getOperationCount()
Get the operation count for this route.
|
abstract DOFObjectID.Source |
getSourceID()
Get the source identifier for this route.
|
abstract int |
getStreamDistance()
Get the streaming portion of the distance of this route.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConnectionState, getProviderAddress, getProviderID
public abstract int getStreamDistance()
getDatagramDistance()
public abstract int getDatagramDistance()
getStreamDistance()
public abstract DOFObjectID.Source getSourceID()
public abstract int getOperationCount()
public abstract DOFInterfaceID getInterfaceID()
public abstract int compareTo(DOFRouteInfo routeInfo)
compareTo
in interface java.lang.Comparable<DOFRouteInfo>