Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.threads.VitroBackgroundThread
-
Packages that use VitroBackgroundThread Package Description edu.cornell.mannlib.vitro.webapp.dao.jena edu.cornell.mannlib.vitro.webapp.utils.threads -
-
Uses of VitroBackgroundThread in edu.cornell.mannlib.vitro.webapp.dao.jena
Subclasses of VitroBackgroundThread in edu.cornell.mannlib.vitro.webapp.dao.jena Modifier and Type Class Description protected classVClassGroupCache.RebuildGroupCacheThread -
Uses of VitroBackgroundThread in edu.cornell.mannlib.vitro.webapp.utils.threads
Methods in edu.cornell.mannlib.vitro.webapp.utils.threads that return types with arguments of type VitroBackgroundThread Modifier and Type Method Description static List<VitroBackgroundThread>VitroBackgroundThread. getLivingThreads()Get a list of all VitroBackgroundThreads that have not died.static List<VitroBackgroundThread>VitroBackgroundThread. getThreads()Get a list of all VitroBackgroundThreads that have not been garbage-collected.
-