Package org.math.R
Class RserverConf.TimeOut
- java.lang.Object
-
- org.math.R.RserverConf.TimeOut
-
- Enclosing class:
- RserverConf
public abstract static class RserverConf.TimeOut extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRserverConf.TimeOut.TimeOutException
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimeOut()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Objectcommand()protected abstract ObjectdefaultResult()voidexecute(long timeout)ObjectgetResult()
-
-
-
Method Detail
-
getResult
public Object getResult()
- Returns:
- the result
-
execute
public void execute(long timeout) throws RserverConf.TimeOut.TimeOutException
-
defaultResult
protected abstract Object defaultResult()
-
command
protected abstract Object command()
-
-