Interface Route
- All Known Implementing Classes:
RouteImpl
public interface Route
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidintgetKey()intgetType()booleanvoidsetDestinationRouter(String destinationRouter) voidsetRoutingConnection(RoutingConnection connection) voidsetType(int type) voidsetVersion(String version)
-
Field Details
-
ADD
static final int ADD- See Also:
-
REMOVE
static final int REMOVE- See Also:
-
-
Method Details
-
getType
int getType() -
setType
void setType(int type) -
getVersion
String getVersion() -
setVersion
-
getDestinationRouter
String getDestinationRouter() -
setDestinationRouter
-
getKey
String getKey() -
getLastHop
String getLastHop() -
addHop
-
hasHop
-
getHopCount
int getHopCount() -
getRoutingConnection
RoutingConnection getRoutingConnection() -
setRoutingConnection
-