| java.lang.Object |
| ↳ |
org.ops4j.pax.exam.RelativeTimeout |
Class Overview
Timout type that is being used in exam to specify a single timeout value but control different
timout points in the system with that value. In most cases, clients will just use the value
directly as time in milliseconds.
However, this type also says that the value is just a (possibly user specified) "hint" and not
mean the exaclt value. You can see it as a relative timeout value.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
public
RelativeTimeout
(long time)
Public Methods
public
boolean
equals
(Object obj)
public
long
getLowerValue
()
Returns
- Tendentiative lower timeout value. This is relative to
getValue()
public
long
getUpperValue
()
Returns
- Tendentiative higher timeout value. This is relative to
getValue()
public
boolean
isDefault
()
public
boolean
isNoTimeout
()
public
boolean
isNoWait
()
public
String
toString
()