Apache JMeter
2.2

org.apache.jmeter.samplers
Class SampleEvent

java.lang.Object
  extended byorg.apache.jmeter.samplers.SampleEvent
All Implemented Interfaces:
Serializable

public class SampleEvent
extends Object
implements Serializable

Packages information regarding the target of a sample event, such as the result from that event and the thread group it ran in.

Version:
$Revision: 350080 $
See Also:
Serialized Form

Field Summary
static String HOSTNAME
           
 
Constructor Summary
SampleEvent()
           
SampleEvent(SampleResult result, String threadGroup)
           
 
Method Summary
 String getHostname()
           
 SampleResult getResult()
           
 String getThreadGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOSTNAME

public static final String HOSTNAME
Constructor Detail

SampleEvent

public SampleEvent()

SampleEvent

public SampleEvent(SampleResult result,
                   String threadGroup)
Method Detail

getResult

public SampleResult getResult()

getThreadGroup

public String getThreadGroup()

getHostname

public String getHostname()

Apache JMeter
2.2

Copyright © 1998-2006 Apache Software Foundation. All Rights Reserved.