Enum Constant and Description |
---|
InitialiseTimeout
Timeout for the
initialise method callback InitialisationResponseHandler . |
TransactionTimeout
Timeout for the
doTransaction method callback TransactionResponseHandler . |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static Parameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameter InitialiseTimeout
initialise
method callback InitialisationResponseHandler
.
The timeout value should be provided in seconds. Default 30 seconds.public static final Parameter TransactionTimeout
doTransaction
method callback TransactionResponseHandler
.
The timeout value should be provided in seconds. Default 300 seconds.public static Parameter[] values()
for (Parameter c : Parameter.values()) System.out.println(c);
public static Parameter valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()