|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimedOutException | |
---|---|
com.sas.util | Utility classes for com.sas.servlet. |
Uses of TimedOutException in com.sas.util |
---|
Methods in com.sas.util that throw TimedOutException | |
---|---|
void |
TimedCommandInterface.run(java.lang.Object object)
Run a command under a timout or interruptable contect. |
void |
TimedCommand.run(java.lang.Object arg)
Starts a new thread in order to execute the command 's
TimedCommandInterface.run(Object)
method (if the command is a TimedCommandInterface), or it's execute(Object)
method if the command is just a SimpleCommand. |
protected void |
TimedCommand.waitFor(long timeOut)
Start the command and wait for it to finish or for abnormal termination. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |