com.apama.database
Event DBReconnectPolicy


An enumeration containing constants for the reconnection policy used when an adapter connection error occurs.
Constant summary
 stringDO_NOT_RECONNECT := "DO_NOT_RECONNECT"

Do not try to reconnect.
 stringRECONNECT_AND_RETRY_LAST_REQUEST := "RECONNECT_AND_RETRY_LAST_REQUEST"

Try to reconnect and leave the pending requests unchanged. Retry the last request upon the successful database reconnection.
 
Constant detail

DO_NOT_RECONNECT

string DO_NOT_RECONNECT := "DO_NOT_RECONNECT"
Do not try to reconnect.

RECONNECT_AND_RETRY_LAST_REQUEST

string RECONNECT_AND_RETRY_LAST_REQUEST := "RECONNECT_AND_RETRY_LAST_REQUEST"
Try to reconnect and leave the pending requests unchanged. Retry the last request upon the successful database reconnection.