public final class MdbContainerProps extends Object
Constructor and Description |
---|
MdbContainerProps() |
Modifier and Type | Method and Description |
---|---|
static int |
getMaxRuntimeExceptions()
Retrives the max runtime exception that are allowed.
|
static int |
getReconnectDelay()
Retrieves the reconnect delay in seconds.
|
static boolean |
getReconnectEnabled()
Gets reconnect enabled flag.
|
static int |
getReconnectMaxRetries()
Gets the reconnect max retries.
|
static void |
setMaxRuntimeExceptions(int v)
Sets the max runtime exception that are allowed.
|
static void |
setReconnectDelay(int v)
Sets the reconnect delay in seconds.
|
static void |
setReconnectEnabled(boolean v)
Sets reconnect enabled flag.
|
static void |
setReconnectMaxRetries(int v)
Sets the reconnect max retries.
|
public static void setMaxRuntimeExceptions(int v)
v
- value.public static int getMaxRuntimeExceptions()
public static void setReconnectDelay(int v)
v
- value.public static int getReconnectDelay()
public static void setReconnectMaxRetries(int v)
v
- value.public static int getReconnectMaxRetries()
public static void setReconnectEnabled(boolean v)
v
- value.public static boolean getReconnectEnabled()
Copyright © 2020. All rights reserved.