@Deprecated public class TimeOut extends Object
Modifier | Constructor and Description |
---|---|
protected |
TimeOut()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TimeOut |
getInstance()
Deprecated.
Get Instance of the timeout.
|
double |
getTimeOut()
Deprecated.
Return cutoff value for time out.
|
boolean |
isTimeOutFlag()
Deprecated.
Return true if its a timeout else return false.
|
void |
setTimeOut(double timeout)
Deprecated.
set cutoff value for time out eg.
|
void |
setTimeOutFlag(boolean timeOut)
Deprecated.
Set true if timeout occures else false
|
public static TimeOut getInstance()
public void setTimeOut(double timeout)
timeout
- public double getTimeOut()
public boolean isTimeOutFlag()
public void setTimeOutFlag(boolean timeOut)
timeOut
- the timeout flag to setCopyright © 2022. All rights reserved.