Package com.soffid.iam.utils
Class TimeOutUtils
- java.lang.Object
-
- com.soffid.iam.utils.TimeOutUtils
-
public class TimeOutUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_TIMEOUT
-
Constructor Summary
Constructors Constructor Description TimeOutUtils()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkTimeOut()
static void
generateException()
static long
getGlobalTimeOut()
boolean
timedOut()
-
-
-
Field Detail
-
PROPERTY_TIMEOUT
public static final String PROPERTY_TIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
timedOut
public boolean timedOut()
-
checkTimeOut
public void checkTimeOut() throws es.caib.seycon.ng.exception.InternalErrorException
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
generateException
public static void generateException() throws es.caib.seycon.ng.exception.InternalErrorException
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getGlobalTimeOut
public static long getGlobalTimeOut() throws es.caib.seycon.ng.exception.InternalErrorException
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
-