Uses of Interface
edu.uiuc.ncsa.security.storage.MonitoredStoreInterface
-
Packages that use MonitoredStoreInterface Package Description edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.events This package has events for tracking last access times of objects.edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore. -
-
Uses of MonitoredStoreInterface in edu.uiuc.ncsa.security.storage
Classes in edu.uiuc.ncsa.security.storage that implement MonitoredStoreInterface Modifier and Type Class Description classMonitoredStoreDelegate<V extends Identifiable>This is the logic behind monitoring a store.Methods in edu.uiuc.ncsa.security.storage with parameters of type MonitoredStoreInterface Modifier and Type Method Description voidMonitoredStoreDelegate. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)voidMonitoredStoreInterface. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier) -
Uses of MonitoredStoreInterface in edu.uiuc.ncsa.security.storage.events
Methods in edu.uiuc.ncsa.security.storage.events that return MonitoredStoreInterface Modifier and Type Method Description MonitoredStoreInterfaceLastAccessedEvent. getStore()Methods in edu.uiuc.ncsa.security.storage.events that return types with arguments of type MonitoredStoreInterface Modifier and Type Method Description Map<UUID,MonitoredStoreInterface>LastAccessedEventListener. getStoreMap()Constructors in edu.uiuc.ncsa.security.storage.events with parameters of type MonitoredStoreInterface Constructor Description LastAccessedEvent(MonitoredStoreInterface store, Identifier identifier, Date lastAccessed) -
Uses of MonitoredStoreInterface in edu.uiuc.ncsa.security.storage.monitored
Classes in edu.uiuc.ncsa.security.storage.monitored that implement MonitoredStoreInterface Modifier and Type Class Description classMonitoredFileStore<V extends Identifiable>Created by Jeff Gaynor
on 3/29/23 at 10:00 AMclassMonitoredMemoryStore<V extends Identifiable>Created by Jeff Gaynor
on 3/29/23 at 12:43 PMclassMonitoredSQLStore<V extends Identifiable>Created by Jeff Gaynor
on 3/29/23 at 10:24 AMMethods in edu.uiuc.ncsa.security.storage.monitored with parameters of type MonitoredStoreInterface Modifier and Type Method Description voidMonitoredFileStore. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)voidMonitoredMemoryStore. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)voidMonitoredSQLStore. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)
-