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 class
MonitoredStoreDelegate<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 void
MonitoredStoreDelegate. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)
void
MonitoredStoreInterface. 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 MonitoredStoreInterface
LastAccessedEvent. 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 class
MonitoredFileStore<V extends Identifiable>
Created by Jeff Gaynor
on 3/29/23 at 10:00 AMclass
MonitoredMemoryStore<V extends Identifiable>
Created by Jeff Gaynor
on 3/29/23 at 12:43 PMclass
MonitoredSQLStore<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 void
MonitoredFileStore. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)
void
MonitoredMemoryStore. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)
void
MonitoredSQLStore. fireLastAccessedEvent(MonitoredStoreInterface store, Identifier identifier)
-