|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RTEntry | |
| drcl.inet | |
| drcl.inet.contract | |
| drcl.inet.core | |
| drcl.inet.protocol | |
| Uses of RTEntry in drcl.inet |
| Methods in drcl.inet that return RTEntry | |
RTEntry[] |
Node.retrieveAllRTEntries()
Retrieves all RT entries from this node. |
abstract RTEntry[] |
CoreServiceLayer.retrieveAllRTEntries()
Retrieves all RT entries from this core service layer. |
| Methods in drcl.inet with parameters of type RTEntry | |
void |
Node.addRTEntry(RTKey key_,
RTEntry entry_,
double timeout_)
Adds an RT entry to this node. |
abstract void |
CoreServiceLayer.addRTEntry(RTKey key_,
RTEntry entry_,
double timeout_)
Adds a routing entry to this core service layer. |
| Uses of RTEntry in drcl.inet.contract |
| Methods in drcl.inet.contract that return RTEntry | |
RTEntry |
RTConfig.Message.getEntry()
|
| Methods in drcl.inet.contract with parameters of type RTEntry | |
static void |
RTConfig.add(RTKey key_,
RTEntry entry_,
double timeout_,
Port out_)
|
static java.lang.Object |
RTConfig.createAddRequest(RTKey key_,
RTEntry entry_,
double timeout_)
|
| Constructors in drcl.inet.contract with parameters of type RTEntry | |
RTConfig.Message(int type_,
RTKey key_,
RTEntry entry_,
double timeout_)
|
|
| Uses of RTEntry in drcl.inet.core |
| Methods in drcl.inet.core that return RTEntry | |
RTEntry[] |
RT._getAll()
Returns all the route entry(-ies) stored in this component. |
RTEntry[] |
RT.getStaticEntries()
Returns the static route entries (entries never timed out). |
RTEntry[] |
CoreServiceLayer.retrieveAllRTEntries()
|
| Methods in drcl.inet.core with parameters of type RTEntry | |
void |
RT.add(RTKey key_,
RTEntry entry_,
double timeout_)
Adds a key-entry pair with timeout to the routing table. |
void |
RT.add(RTKey key_,
RTEntry entry_)
Adds a key-entry pair to the routing table. |
void |
RT.setStaticEntries(RTEntry[] all_)
Sets the static route entries (entries never timed out). |
void |
CoreServiceLayer.addRTEntry(RTKey key_,
RTEntry entry_,
double timeout_)
|
| Uses of RTEntry in drcl.inet.protocol |
| Methods in drcl.inet.protocol that return RTEntry | |
RTEntry[] |
Routing.removeAllRTEntries()
Retrieves all the route entries via Routing.rtconfigPort. |
RTEntry[] |
Routing.retrieveAllRTEntries()
Retrieves all the route entries via Routing.rtconfigPort. |
RTEntry |
Routing.retrieveBestRTEntryDest(long destination)
Retrieves the best (longest matched) route entry of the same destination field via Routing.rtconfigPort. |
| Methods in drcl.inet.protocol with parameters of type RTEntry | |
protected void |
Routing.addRTEntry(RTEntry entry_,
double timeout)
Adds/replaces a route entry via Routing.rtconfigPort. |
|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||