Package edu.uiuc.ncsa.security.storage.events
This package has events for tracking last access times of objects. There is a
thread that can be run. The thread is registered as a listener and the store
fires events. These are in security-lib since they have to be visible for various
Java packages in OA4MP. I.e., they are here because of Java.
Created by Jeff Gaynor
on 3/28/23 at 4:23 PM
-
Class Summary Class Description IDMap Very simple extension used by theMonitored
object, this keeps a running list of identifiers and their most recent access times (as longs).LastAccessedEvent Created by Jeff Gaynor
on 3/28/23 at 4:24 PMLastAccessedEventListener Created by Jeff Gaynor
on 3/28/23 at 4:39 PMLastAccessedThread Created by Jeff Gaynor
on 3/28/23 at 4:45 PM