|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread urv.olsr.core.OLSRThread
public class OLSRThread
This class is used to execute the OLSR tasks periodically
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
static int |
HELLO_MESSAGE_VALIDITY_TIME
|
static int |
TC_MESSAGE_VALIDITY_TIME
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
OLSRThread(OLSRMessageSender sender,
NeighborTable neighborTable,
MprComputationController mprComputationController,
RoutingTableComputationController routingTableComputationController,
MprSelectorSet mprSelectorSet,
OLSRPacketFactory olsrPacketFactory,
TopologyInformationBaseTable topologyTable,
DuplicateTable duplicateTable,
TopologyInformationSender controllerUpper,
MulticastNetworkGraphComputationController multicastNetworkGraphComputationController,
MulticastGroupsTable multicastGroupsTable,
OLSRNode localNode)
|
Method Summary | |
---|---|
void |
run()
|
void |
setExtraTCMessage(boolean value)
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TC_MESSAGE_VALIDITY_TIME
public static final int HELLO_MESSAGE_VALIDITY_TIME
Constructor Detail |
---|
public OLSRThread(OLSRMessageSender sender, NeighborTable neighborTable, MprComputationController mprComputationController, RoutingTableComputationController routingTableComputationController, MprSelectorSet mprSelectorSet, OLSRPacketFactory olsrPacketFactory, TopologyInformationBaseTable topologyTable, DuplicateTable duplicateTable, TopologyInformationSender controllerUpper, MulticastNetworkGraphComputationController multicastNetworkGraphComputationController, MulticastGroupsTable multicastGroupsTable, OLSRNode localNode)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void setExtraTCMessage(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |