Class Constants
- java.lang.Object
-
- org.wso2.carbon.connector.core.util.Constants
-
public class Constants extends Object
Contains constant values
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVICTION_CHECK_INTERVAL
static String
EXHAUSTED_ACTION
static String
INIT_CONFIG_KEY
static String
MAX_ACTIVE_CONNECTIONS
static String
MAX_EVICTION_TIME
static String
MAX_IDLE_CONNECTIONS
static String
MAX_WAIT_TIME
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
MAX_ACTIVE_CONNECTIONS
public static final String MAX_ACTIVE_CONNECTIONS
- See Also:
- Constant Field Values
-
MAX_IDLE_CONNECTIONS
public static final String MAX_IDLE_CONNECTIONS
- See Also:
- Constant Field Values
-
MAX_WAIT_TIME
public static final String MAX_WAIT_TIME
- See Also:
- Constant Field Values
-
MAX_EVICTION_TIME
public static final String MAX_EVICTION_TIME
- See Also:
- Constant Field Values
-
EVICTION_CHECK_INTERVAL
public static final String EVICTION_CHECK_INTERVAL
- See Also:
- Constant Field Values
-
EXHAUSTED_ACTION
public static final String EXHAUSTED_ACTION
- See Also:
- Constant Field Values
-
INIT_CONFIG_KEY
public static final String INIT_CONFIG_KEY
- See Also:
- Constant Field Values
-
-