The RobustThread run method is declared final, so a subclass of RobustThread cannot itself be used as a runnable object, as with the Thread base class. Instead, when started, an instance of this class always runs an implementation of the Runnable interface as a target. This is because the run method of the class implements the exception handling and restart functionality. @author Andres Quiroz Hernandez @version 6.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|