Class AbstractObjectProperties
- java.lang.Object
-
- org.apache.activemq.tool.properties.AbstractObjectProperties
-
- All Implemented Interfaces:
ReflectionConfigurable
- Direct Known Subclasses:
AbstractJmsClientSystem
,AbstractPerformanceSampler
,JmsClientProperties
,JmsClientSystemProperties
,JmsFactoryProperties
public abstract class AbstractObjectProperties extends Object implements ReflectionConfigurable
-
-
Constructor Summary
Constructors Constructor Description AbstractObjectProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
acceptConfig(String key, String val)
void
configureProperties(Properties props)
Properties
retrieveProperties(Properties props)
-
-
-
Method Detail
-
configureProperties
public void configureProperties(Properties props)
- Specified by:
configureProperties
in interfaceReflectionConfigurable
-
retrieveProperties
public Properties retrieveProperties(Properties props)
- Specified by:
retrieveProperties
in interfaceReflectionConfigurable
-
acceptConfig
public boolean acceptConfig(String key, String val)
- Specified by:
acceptConfig
in interfaceReflectionConfigurable
-
-