public class ConnectionDefinitionUtils extends Object
| Constructor and Description |
|---|
ConnectionDefinitionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Set |
getConnectionDefinitionProperties(String connectionDefinitionClassName)
Gets the properties of the Java bean connection definition class that
have setter methods defined
|
static Map<String,Object> |
getConnectionDefinitionPropertiesAndDefaults(String connectionDefinitionClassName,
String resType)
Gets the properties of the Java bean connection definition class that
have setter methods defined and the default values as provided by the
Connection Definition java bean developer.
This util method is used to get properties of jdbc-data-source To get Connection definition properties for Connector Connection Pool, use ConnectorRuntime.getMCFConfigProperties() When the connection definition class is not found, standard JDBC properties (of JDBC 3.0 Specification) will be returned. |
static void |
main(String[] args) |
public static Set getConnectionDefinitionProperties(String connectionDefinitionClassName)
connectionDefinitionClassName - The Connection Definition Java bean class for which
overrideable properties are required.public static Map<String,Object> getConnectionDefinitionPropertiesAndDefaults(String connectionDefinitionClassName, String resType)
connectionDefinitionClassName - The Connection Definition Java bean class for which
overrideable properties are required.public static void main(String[] args)
Copyright © 2017. All rights reserved.