Serialized Form
|
Package org.dspace.app.xmlui.aspect.administrative |
sortBy
org.dspace.app.xmlui.aspect.administrative.ControlPanel.EventSort sortBy
|
Package org.dspace.app.xmlui.utils |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- This method is used during serializion. When tomcat is shutdown cocoon's in-memory
cache is serialized and written to disk to later be read back into memory on start
up. When this class is read back into memory the readObject(stream) method will be
called.
This method will re-read the serialization back into memory but it will then set
the assume validity time to zero. This means the next cache hit after a server startup
will never be assumed valid. Only after it has been checked once will the regular assume
validity mechanism be used.
- Throws:
IOException
ClassNotFoundException
validityKey
StringBuffer validityKey
- The validityKey while it is being build, once it is completed.
completed
boolean completed
- Simple flag to note if the object has been completed.
hash
long hash
- A hash of the validityKey taken after completetion
assumedValidityTime
long assumedValidityTime
- The time when the validity is no longer assumed to be valid
assumedValidityDelay
long assumedValidityDelay
- The length of time that a cache is assumed to be valid
serialVersionUID: 1L
Copyright © 2011 DuraSpace. All Rights Reserved.