atg.service.statistics
Class SampleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by atg.service.statistics.SampleEvent
All Implemented Interfaces:
java.io.Serializable

public class SampleEvent
extends java.util.EventObject

A SampleEvent represents a set of Samples from different properties all taken at about the same time.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SampleEvent(java.lang.Object pSource, Sample[] pSamples)
          Constructs a new SampleEvent
 
Method Summary
 Sample getSample(int pIndex)
          Returns the Sample at the specified index
 int getSampleCount()
          Returns the number of samples in the list
 java.lang.String toString()
          Returns a String representation of this object
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

SampleEvent

public SampleEvent(java.lang.Object pSource,
                   Sample[] pSamples)
Constructs a new SampleEvent

Method Detail

getSampleCount

public int getSampleCount()
Returns the number of samples in the list


getSample

public Sample getSample(int pIndex)
Returns the Sample at the specified index


toString

public java.lang.String toString()
Returns a String representation of this object

Overrides:
toString in class java.util.EventObject