Serialized Form
-
Package gov.usgs.earthquake.aws
-
Exception gov.usgs.earthquake.aws.AwsProductSender.MaxPayloadExceeded
class MaxPayloadExceeded extends Exception implements Serializable -
Exception gov.usgs.earthquake.aws.ProductAlreadySentException
class ProductAlreadySentException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package gov.usgs.earthquake.distribution
-
Exception gov.usgs.earthquake.distribution.Command.CommandTimeout
class CommandTimeout extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception gov.usgs.earthquake.distribution.ConfigurationException
class ConfigurationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception gov.usgs.earthquake.distribution.ContentTypeNotSupportedException
class ContentTypeNotSupportedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception gov.usgs.earthquake.distribution.ContinuableListenerException
class ContinuableListenerException extends Exception implements Serializable- serialVersionUID:
- 39244478L
-
Exception gov.usgs.earthquake.distribution.InvalidSignatureException
class InvalidSignatureException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class gov.usgs.earthquake.distribution.NotificationEvent
class NotificationEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
notification
Notification notification
The notification that generated this event.
-
-
Exception gov.usgs.earthquake.distribution.NotificationListenerException
class NotificationListenerException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception gov.usgs.earthquake.distribution.ProductAlreadyInStorageException
class ProductAlreadyInStorageException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class gov.usgs.earthquake.distribution.StorageEvent
class StorageEvent extends 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
class EIDSMessageEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
feederSequenceNumber
Long feederSequenceNumber
The unique source number. -
feederSourceHost
String feederSourceHost
The unique source name. -
message
String message
Message that was received via EIDS. -
rootElement
String rootElement
Root element of message. -
rootNamespace
String rootNamespace
Namespace for root element. -
serverHost
String serverHost
The server that delivered this message. -
serverSequenceNumber
Long serverSequenceNumber
The sequence number the server assigned. -
serverTimeGenerated
Date serverTimeGenerated
The time the server received this message.
-
-
-
Package gov.usgs.earthquake.indexer
-
Class gov.usgs.earthquake.indexer.IndexerEvent
class IndexerEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
index
ProductIndex index
The index that was changed. -
indexerChanges
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
-
Exception gov.usgs.earthquake.product.InvalidProductException
class InvalidProductException extends Exception implements Serializable- serialVersionUID:
- 692298167L
-
Exception gov.usgs.earthquake.product.InvalidProductIdException
class InvalidProductIdException extends Exception implements Serializable
-
-
Package gov.usgs.util
-
Class gov.usgs.util.Config
class Config extends Ini implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
loadedObjects
Map<String,
WeakReference<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
class Ini extends Properties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
sections
HashMap<String,
Properties> sections Section names map to Section properties.
-
-
Exception gov.usgs.util.ProcessTimeoutException
class ProcessTimeoutException extends Exception implements Serializable- serialVersionUID:
- 86700346L
-
-
Package gov.usgs.util.logging
-
Class gov.usgs.util.logging.StdOutErrLevel
class StdOutErrLevel extends Level implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Method to avoid creating duplicate instances when deserializing the object.- Throws:
ObjectStreamException
- If unable to deserialize
-
-