Class TimerJmxIncludeWrapper
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement>
-
- org.anasoid.jmc.core.wrapper.jmeter.timers.TimerJmxIncludeWrapper
-
- All Implemented Interfaces:
java.io.Serializable,TestElementWrapper<org.apache.jmeter.testelement.AbstractTestElement>,TimerWrapper<org.apache.jmeter.testelement.AbstractTestElement>
public class TimerJmxIncludeWrapper extends AbstractJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement> implements TimerWrapper<org.apache.jmeter.testelement.AbstractTestElement>
Timer Include Jmx.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<C extends TimerJmxIncludeWrapper,B extends TimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<C,B>>-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper
AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder<T,C extends AbstractJmxIncludeWrapper<T>,B extends AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder<T,C,B>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTimerJmxIncludeWrapper(TimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<?,?>builder()TimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<?,?>toBuilder()-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper
cleanup, getChilds, getDefaultPath, getParam, getParams, getPath, getTags, getTestClass, getTestClassAsString, init, internalInit, replaceParam, toXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.anasoid.jmc.core.wrapper.jmeter.testelement.TestElementWrapper
getChilds, getTags, getTestClass, getTestClassAsString, init
-
-
-
-
Constructor Detail
-
TimerJmxIncludeWrapper
protected TimerJmxIncludeWrapper(TimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<?,?> b)
-
-
Method Detail
-
builder
public static TimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<?,?> builder()
-
toBuilder
public TimerJmxIncludeWrapper.TimerJmxIncludeWrapperBuilder<?,?> toBuilder()
-
-