Package org.apache.synapse.commons.jmx
Class JmxInformationFactory
java.lang.Object
org.apache.synapse.commons.jmx.JmxInformationFactory
Factory to create a JmxInformation based on given properties.
-
Method Summary
Modifier and TypeMethodDescriptionstatic JmxInformationcreateJmxInformation(Properties properties, String defaultHostName) Factory method to create a JmxInformation instance based on given properties
-
Method Details
-
createJmxInformation
Factory method to create a JmxInformation instance based on given properties- Parameters:
properties- Properties to create and configure DataSourcedefaultHostName- the default host name tobe used in case of a the host name is not set- Returns:
- DataSourceInformation instance
-