All Implemented Interfaces:
Serializable, Cloneable, ConfigMergabilityIndicator, Searchable, Sampler, TestBean, TestElement

public class Example3 extends AbstractSampler implements TestBean
This TestBean is just an example of the use of different TestBean types.
See Also:
  • Constructor Details

    • Example3

      public Example3()
  • Method Details

    • sample

      public SampleResult sample(Entry ignored)
      Description copied from interface: Sampler
      Obtains statistics about the given Entry, and packages the information into a SampleResult.
      Specified by:
      sample in interface Sampler
      Parameters:
      ignored - the Entry (TODO seems to be unused)
      Returns:
      information about the sample
    • isMybool

      public boolean isMybool()
    • setMybool

      public void setMybool(boolean mybool)
    • getMyBoolean1

      public Boolean getMyBoolean1()
    • setMyBoolean1

      public void setMyBoolean1(Boolean myBoolean1)
    • getMyBoolean2

      public Boolean getMyBoolean2()
    • setMyBoolean2

      public void setMyBoolean2(Boolean myBoolean2)
    • getMyInt

      public int getMyInt()
    • setMyInt

      public void setMyInt(int myInt)
    • getMyInteger1

      public Integer getMyInteger1()
    • setMyInteger1

      public void setMyInteger1(Integer myInteger1)
    • getMyInteger2

      public Integer getMyInteger2()
    • setMyInteger2

      public void setMyInteger2(Integer myInteger2)
    • getMylong

      public long getMylong()
    • setMylong

      public void setMylong(long mylong)
    • getMyLong1

      public Long getMyLong1()
    • setMyLong1

      public void setMyLong1(Long myLong1)
    • getMyLong2

      public Long getMyLong2()
    • setMyLong2

      public void setMyLong2(Long myLong2)
    • getMyString1

      public String getMyString1()
    • setMyString1

      public void setMyString1(String myString1)
    • getMyString2

      public String getMyString2()
    • setMyString2

      public void setMyString2(String myString2)
    • getMyFile1

      public File getMyFile1()
    • setMyFile1

      public void setMyFile1(File myFile)
    • getMyFile2

      public String getMyFile2()
    • setMyFile2

      public void setMyFile2(String myFile)