|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.connectors.jms.inflow.MdbContainerProps
public final class MdbContainerProps
Represents the properties of MDBContainer.
| Constructor Summary | |
|---|---|
MdbContainerProps()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MdbContainerProps()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||