Uses of Class
org.apache.activemq.tool.properties.JmsClientSystemProperties
-
Packages that use JmsClientSystemProperties Package Description org.apache.activemq.tool org.apache.activemq.tool.properties -
-
Uses of JmsClientSystemProperties in org.apache.activemq.tool
Methods in org.apache.activemq.tool that return JmsClientSystemProperties Modifier and Type Method Description abstract JmsClientSystemProperties
AbstractJmsClientSystem. getSysTest()
JmsClientSystemProperties
JmsConsumerSystem. getSysTest()
JmsClientSystemProperties
JmsProducerSystem. getSysTest()
Methods in org.apache.activemq.tool with parameters of type JmsClientSystemProperties Modifier and Type Method Description abstract void
AbstractJmsClientSystem. setSysTest(JmsClientSystemProperties sysTestProps)
void
JmsConsumerSystem. setSysTest(JmsClientSystemProperties sysTestProps)
void
JmsProducerSystem. setSysTest(JmsClientSystemProperties sysTestProps)
-
Uses of JmsClientSystemProperties in org.apache.activemq.tool.properties
Subclasses of JmsClientSystemProperties in org.apache.activemq.tool.properties Modifier and Type Class Description class
JmsConsumerSystemProperties
class
JmsProducerSystemProperties
-