org.apache.jmeter.protocol.jdbc.config
Class DataSourceElementBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
org.apache.jmeter.testbeans.BeanInfoSupport
org.apache.jmeter.protocol.jdbc.config.DataSourceElementBeanInfo
- All Implemented Interfaces:
- BeanInfo
public class DataSourceElementBeanInfo
- extends BeanInfoSupport
Method Summary |
static int |
getTransactionIsolationMode(String tag)
Converts a string description of a valid transaction isolation mode to the respective integer value. |
Methods inherited from class org.apache.jmeter.testbeans.BeanInfoSupport |
createPropertyGroup, getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, property, property, property, setIcon |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceElementBeanInfo
public DataSourceElementBeanInfo()
getTransactionIsolationMode
public static int getTransactionIsolationMode(String tag)
- Converts a string description of a valid transaction isolation mode to the respective integer value.
Currently supported tags and their values are:
- DEFAULT
- -1
- TRANSACTION_NONE
- 0
- TRANSACTION_REAd_COMMITTED
- 2
- TRANSACTION_READ_UNCOMMITTED
- 1
- TRANSACTION_REPEATABLE_READ
- 4
- TRANSACTION_SERIALIZABLE
- 8
- Parameters:
tag
- name of the transaction isolation mode
- Returns:
- integer value of the given transaction isolation mode
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.