Class CheckInterruptedClosure
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.lang.Closure<Object>
de.uplanet.lucy.server.scripting.groovy.CheckInterruptedClosure
- All Implemented Interfaces:
groovy.lang.GroovyCallable<Object>,groovy.lang.GroovyObject,Serializable,Cloneable,Runnable,Callable<Object>
- See Also:
-
Field Summary
Fields inherited from class groovy.lang.Closure
DELEGATE_FIRST, DELEGATE_ONLY, DONE, IDENTITY, OWNER_FIRST, OWNER_ONLY, SKIP, TO_SELF -
Constructor Summary
ConstructorsConstructorDescriptionCheckInterruptedClosure(String p_strMessage) CheckInterruptedClosure(String p_strMessage, long p_lTimeLimit) -
Method Summary
Methods inherited from class groovy.lang.Closure
andThen, andThenSelf, andThenSelf, asWritable, call, call, clone, compose, composeSelf, composeSelf, curry, curry, dehydrate, getDelegate, getDirective, getOwner, getParameterTypes, getProperty, getResolveStrategy, getThisObject, isCase, leftShift, leftShift, memoize, memoizeAtLeast, memoizeAtMost, memoizeBetween, ncurry, ncurry, rcurry, rcurry, rehydrate, rightShift, run, setDelegate, setDirective, setProperty, setResolveStrategy, trampoline, trampolineMethods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
invokeMethod
-
Constructor Details
-
CheckInterruptedClosure
- Parameters:
p_strMessage- A message for theInterruptedException.
-
CheckInterruptedClosure
- Parameters:
p_strMessage- A message for theInterruptedException.p_lTimeLimit- The time after that anInterruptedExceptionis being thrown by this closure.
-
-
Method Details