Package omero.util
Interface Resources.Entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
check()
Called during each cycle.void
cleanup()
Gives anResources.Entry
a chance to cleanup resources before it is removed from checking.
-
-
-
Method Detail
-
check
boolean check()
Called during each cycle. If it returns false or throws an exception,cleanup()
will be called on the instance, and it will be removed.
-
cleanup
void cleanup()
Gives anResources.Entry
a chance to cleanup resources before it is removed from checking.
-
-