getArguments
public Arguments getArguments(String name)
getContent
public String getContent()
getContextProvider
public String getContextProvider()
getInitialContextFactory
public String getInitialContextFactory()
getJMSProperties
public Arguments getJMSProperties()
getJNDIProperties
public Arguments getJNDIProperties()
getQueueConnectionFactory
public String getQueueConnectionFactory()
getReceiveQueue
public String getReceiveQueue()
getSendQueue
public String getSendQueue()
getTimeout
public int getTimeout()
isNonPersistent
public boolean isNonPersistent()
isOneway
public boolean isOneway()
isUseReqMsgIdAsCorrelId
public boolean isUseReqMsgIdAsCorrelId()
sample
public SampleResult sample(Entry entry)
Obtains statistics about the given Entry, and packages the information
into a SampleResult.
- sample in interface Sampler
setArguments
public void setArguments(Arguments args)
setContent
public void setContent(String content)
setContextProvider
public void setContextProvider(String string)
setInitialContextFactory
public void setInitialContextFactory(String string)
setIsOneway
public void setIsOneway(boolean isOneway)
setJMSProperties
public void setJMSProperties(Arguments args)
setJNDIProperties
public void setJNDIProperties(Arguments args)
setNonPersistent
public void setNonPersistent(boolean value)
setQueueConnectionFactory
public void setQueueConnectionFactory(String qcf)
setReceiveQueue
public void setReceiveQueue(String name)
setSendQueue
public void setSendQueue(String name)
setTimeout
public void setTimeout(String s)
setUseReqMsgIdAsCorrelId
public void setUseReqMsgIdAsCorrelId(boolean value)
threadFinished
public void threadFinished()
Called once for each thread at the end of a test
- threadFinished in interface ThreadListener
org.apache.jmeter.threads.JMeterThread.threadFinished()
threadStarted
public void threadStarted()
Called just before the start of the thread
- threadStarted in interface ThreadListener
org.apache.jmeter.threads.JMeterThread.threadStarted()
toString
public String toString()