Serialized Form
-
Package gov.usgs.earthquake.aws
-
Class gov.usgs.earthquake.aws.ProductAlreadySentException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package gov.usgs.earthquake.distribution
-
Class gov.usgs.earthquake.distribution.Command.CommandTimeout extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class gov.usgs.earthquake.distribution.ConfigurationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class gov.usgs.earthquake.distribution.ContinuableListenerException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 39244478L
-
Class gov.usgs.earthquake.distribution.InvalidSignatureException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class gov.usgs.earthquake.distribution.NotificationEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notification
Notification notification
The notification that generated this event.
-
-
Class gov.usgs.earthquake.distribution.NotificationListenerException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class gov.usgs.earthquake.distribution.ProductAlreadyInStorageException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class gov.usgs.earthquake.distribution.StorageEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 26876555L
-
Serialized Fields
-
id
ProductId id
The product ID -
type
StorageEvent.StorageEventType type
The StorageEventType
-
-
-
Package gov.usgs.earthquake.eidsutil
-
Class gov.usgs.earthquake.eidsutil.EIDSMessageEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
feederSequenceNumber
java.lang.Long feederSequenceNumber
The unique source number. -
feederSourceHost
java.lang.String feederSourceHost
The unique source name. -
message
java.lang.String message
Message that was received via EIDS. -
rootElement
java.lang.String rootElement
Root element of message. -
rootNamespace
java.lang.String rootNamespace
Namespace for root element. -
serverHost
java.lang.String serverHost
The server that delivered this message. -
serverSequenceNumber
java.lang.Long serverSequenceNumber
The sequence number the server assigned. -
serverTimeGenerated
java.util.Date serverTimeGenerated
The time the server received this message.
-
-
-
Package gov.usgs.earthquake.indexer
-
Class gov.usgs.earthquake.indexer.IndexerEvent extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
index
ProductIndex index
The index that was changed. -
indexerChanges
java.util.Vector<IndexerChange> indexerChanges
A Vector object is used here because it provides synchronized (thread-safe) access to its elements. This is important since this event will be sent asynchronously to many listeners (potentially). -
summary
ProductSummary summary
The product that triggered this change.
-
-
-
Package gov.usgs.earthquake.product
-
Class gov.usgs.earthquake.product.InvalidProductException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 692298167L
-
-
Package gov.usgs.util
-
Class gov.usgs.util.Config extends Ini implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
loadedObjects
java.util.Map<java.lang.String,java.lang.ref.WeakReference<java.lang.Object>> loadedObjects
Weak references to already loaded objects. WeakReferences are cleared more aggressively than SoftReferences, the idea is finalize as soon as no one else holds a reference.
-
-
Class gov.usgs.util.Ini extends java.util.Properties implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sections
java.util.HashMap<java.lang.String,java.util.Properties> sections
Section names map to Section properties.
-
-
Class gov.usgs.util.ProcessTimeoutException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 86700346L
-
-
Package gov.usgs.util.logging
-
Class gov.usgs.util.logging.StdOutErrLevel extends java.util.logging.Level implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
Method to avoid creating duplicate instances when deserializing the object.- Throws:
java.io.ObjectStreamException
- If unable to deserialize
-
-