Serialized Form


Package org.dspace.app.xmlui.aspect.administrative

Class org.dspace.app.xmlui.aspect.administrative.ControlPanel.ActivitySort extends java.lang.Object implements Serializable

Serialized Fields

sortBy

org.dspace.app.xmlui.aspect.administrative.ControlPanel.EventSort sortBy

Package org.dspace.app.xmlui.utils

Class org.dspace.app.xmlui.utils.DSpaceValidity extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.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:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

validityKey

java.lang.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

Class org.dspace.app.xmlui.utils.UIException extends WingException implements Serializable

serialVersionUID: 1L



Copyright © 2010 DuraSpace. All Rights Reserved.