Interface Route
- All Known Implementing Classes:
RouteImpl
public interface Route
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getKey()
int
getType()
boolean
void
setDestinationRouter
(String destinationRouter) void
setRoutingConnection
(RoutingConnection connection) void
setType
(int type) void
setVersion
(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
-