Serialized Form


Package org.apache.excalibur.source

Class org.apache.excalibur.source.SourceException implements Serializable

Serialized Fields

m_throwable

java.lang.Throwable m_throwable
The Throwable that caused this exception to be thrown.

Class org.apache.excalibur.source.SourceNotFoundException implements Serializable

Class org.apache.excalibur.source.SourceParameters implements Serializable

Serialized Fields

names

java.util.Map names
The parameter names are the keys and the value is a List object


Package org.apache.excalibur.source.impl.validity

Class org.apache.excalibur.source.impl.validity.AbstractAggregatedValidity implements Serializable

Serialized Fields

m_list

java.util.ArrayList m_list

Class org.apache.excalibur.source.impl.validity.AggregatedValidity implements Serializable

Class org.apache.excalibur.source.impl.validity.DeferredAggregatedValidity implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Class org.apache.excalibur.source.impl.validity.ExpiresValidity implements Serializable

Serialized Fields

expires

long expires

Class org.apache.excalibur.source.impl.validity.FileTimeStampValidity implements Serializable

Serialized Fields

m_timeStamp

long m_timeStamp

m_file

java.io.File m_file

Class org.apache.excalibur.source.impl.validity.NOPValidity implements Serializable

Class org.apache.excalibur.source.impl.validity.TimeStampValidity implements Serializable

Serialized Fields

m_timeStamp

long m_timeStamp



Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved.