Interface ReflectionConfigurable
-
- All Known Implementing Classes:
AbstractJmsClientSystem,AbstractObjectProperties,AbstractPerformanceSampler,CpuSamplerTask,JmsClientProperties,JmsClientSystemProperties,JmsConsumerProperties,JmsConsumerSystem,JmsConsumerSystemProperties,JmsFactoryProperties,JmsProducerProperties,JmsProducerSystem,JmsProducerSystemProperties,ThroughputSamplerTask
public interface ReflectionConfigurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacceptConfig(String key, String val)voidconfigureProperties(Properties props)PropertiesretrieveProperties(Properties props)
-
-
-
Method Detail
-
configureProperties
void configureProperties(Properties props)
-
retrieveProperties
Properties retrieveProperties(Properties props)
-
-