Uses of Class
edu.uiuc.ncsa.security.storage.events.IDMap
- 
Packages that use IDMap 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 IDMap in edu.uiuc.ncsa.security.storageMethods in edu.uiuc.ncsa.security.storage with parameters of type IDMap Modifier and Type Method Description voidMonitoredStoreDelegate. lastAccessUpdate(IDMap idMap)voidMonitoredStoreInterface. lastAccessUpdate(IDMap idMap)
- 
Uses of IDMap in edu.uiuc.ncsa.security.storage.eventsMethods in edu.uiuc.ncsa.security.storage.events that return types with arguments of type IDMap Modifier and Type Method Description Map<UUID,IDMap>LastAccessedEventListener. getIdsByStoreMap()
- 
Uses of IDMap in edu.uiuc.ncsa.security.storage.monitoredMethods in edu.uiuc.ncsa.security.storage.monitored with parameters of type IDMap Modifier and Type Method Description voidMonitoredFileStore. lastAccessUpdate(IDMap idMap)voidMonitoredMemoryStore. lastAccessUpdate(IDMap idMap)voidMonitoredSQLStore. lastAccessUpdate(IDMap idMap)
 
-