| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
atg.service.statistics.SampleEvent
public class SampleEvent
A SampleEvent represents a set of Samples from different properties all taken at about the same time.
| 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public SampleEvent(java.lang.Object pSource,
                   Sample[] pSamples)
| Method Detail | 
|---|
public int getSampleCount()
public Sample getSample(int pIndex)
public java.lang.String toString()
toString in class java.util.EventObject
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||