Package com.vidispine.generated
Class ConnectionPoolType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ConnectionPoolType.PropInfo
-
- Enclosing class:
- ConnectionPoolType
public static class ConnectionPoolType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVICTION_INTERVAL
static String
MAX_SIZE
static String
MIN_IDLE_TIME
static String
MIN_SIZE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
MIN_SIZE
public static final transient String MIN_SIZE
- See Also:
- Constant Field Values
-
MAX_SIZE
public static final transient String MAX_SIZE
- See Also:
- Constant Field Values
-
EVICTION_INTERVAL
public static final transient String EVICTION_INTERVAL
- See Also:
- Constant Field Values
-
MIN_IDLE_TIME
public static final transient String MIN_IDLE_TIME
- See Also:
- Constant Field Values
-
-