Uses of Class
edu.uiuc.ncsa.security.storage.monitored.upkeep.UpkeepResponse
-
Packages that use UpkeepResponse Package Description edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
. -
-
Uses of UpkeepResponse in edu.uiuc.ncsa.security.storage
Methods in edu.uiuc.ncsa.security.storage that return UpkeepResponse Modifier and Type Method Description UpkeepResponse
MonitoredStoreDelegate. doUpkeep(AbstractEnvironment environment)
This delegate does not do upkeep.UpkeepResponse
MonitoredStoreDelegate. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)
UpkeepResponse
MonitoredStoreInterface. doUpkeep(AbstractEnvironment environment)
Do the upkeep.UpkeepResponse
MonitoredStoreInterface. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)
-
Uses of UpkeepResponse in edu.uiuc.ncsa.security.storage.monitored
Methods in edu.uiuc.ncsa.security.storage.monitored that return UpkeepResponse Modifier and Type Method Description UpkeepResponse
MonitoredFileStore. doUpkeep(AbstractEnvironment environment)
UpkeepResponse
MonitoredFileStore. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)
UpkeepResponse
MonitoredMemoryStore. doUpkeep(AbstractEnvironment environment)
UpkeepResponse
MonitoredMemoryStore. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)
UpkeepResponse
MonitoredSQLStore. doUpkeep(AbstractEnvironment environment)
UpkeepResponse
MonitoredSQLStore. doUpkeep(UpkeepConfiguration cfg, AbstractEnvironment environment)
-