com.apama.service.framework
Event ErrorConstants


This event object contains the set of constants that define the error types and parameter key values that are used by the generic error callback if the application has added one using the "addErrorCallback()" action on the ServiceInterface object.
See Also:
com.apama.service.framework.ServiceFrameworkManager#addErrorCallback - The action to add a generic error handler for the ServiceInterface

Constant summary
 constant stringERROR_CALLBACK_ID := "ERROR_CALLBACK_ID"
 constant integerFAILED_TO_GET_SERVICE_CONFIG := 3
 constant integerFAILED_TO_INITIALISE_SERVICE := 1
 constant integerFAILED_TO_REMOVE_ERROR_CALLBACK := 4
 constant integerFAILED_TO_WAIT_FOR_SERVICE := 2
 constant stringSERVICE_ID := "SERVICE_ID"
 constant stringSERVICE_NAME := "SERVICE_NAME"
 constant stringSERVICE_PARAMS := "SERVICE_PARAMS"
 constant stringSERVICE_TYPE := "SERVICE_TYPE"
 
Constant detail

ERROR_CALLBACK_ID

            constant string ERROR_CALLBACK_ID := "ERROR_CALLBACK_ID"
        

FAILED_TO_GET_SERVICE_CONFIG

            constant integer FAILED_TO_GET_SERVICE_CONFIG := 3
        

FAILED_TO_INITIALISE_SERVICE

            constant integer FAILED_TO_INITIALISE_SERVICE := 1
        

FAILED_TO_REMOVE_ERROR_CALLBACK

            constant integer FAILED_TO_REMOVE_ERROR_CALLBACK := 4
        

FAILED_TO_WAIT_FOR_SERVICE

            constant integer FAILED_TO_WAIT_FOR_SERVICE := 2
        

SERVICE_ID

            constant string SERVICE_ID := "SERVICE_ID"
        

SERVICE_NAME

            constant string SERVICE_NAME := "SERVICE_NAME"
        

SERVICE_PARAMS

            constant string SERVICE_PARAMS := "SERVICE_PARAMS"
        

SERVICE_TYPE

            constant string SERVICE_TYPE := "SERVICE_TYPE"