jpl.eda.archive.activity
Class EventResult

java.lang.Object
  extended byjpl.eda.activity.Incident
      extended byjpl.eda.archive.activity.EventResult
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class EventResult
extends jpl.eda.activity.Incident

This class represents the results of a request.

Version:
$Revision: 1.1 $
Author:
S. Hardman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class jpl.eda.activity.Incident
time
 
Constructor Summary
EventResult(int count, long length)
          This constructor first calls the Incident constructor and then sets the parameters.
 
Method Summary
 java.lang.String toString()
          Return the contents of this class.
 
Methods inherited from class jpl.eda.activity.Incident
compareTo, equals, getActivityID, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventResult

public EventResult(int count,
                   long length)
This constructor first calls the Incident constructor and then sets the parameters.

Parameters:
count - The number of items processed by the event.
length - The number of bytes processed by the event.
Method Detail

toString

public java.lang.String toString()
Return the contents of this class.

Returns:
The count and length numbers in a string.


Copyright © 1999-2005 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.