com.apama.service.framework
Event ServiceParametersConstants


This event contains the Service Parameter constants/names.
Since:
SoFo 2.1.0
Version:
10.0
See Also:
com.apama.service.framework.ServiceParameters - 

Constant Summary
 constant floatCONFIG_DEFAULT_WAIT_FOR_SERVICE_DURATION := 5.0

This constant value defines the default value for the duration that the Service Framework Manager will wait for Services to be initialised before failing a WaitForService request.
 constant stringCONFIG_WAIT_FOR_SERVICE_DURATION := "WAIT_FOR_SERVICE_DURATION"

This constant value defines the name of the configuration item used to configure the duration that the Service Framework Manager will wait for Services to be initialised before failing a WaitForService request.
 constant stringPERSISTENCE_ENABLED := "PersistenceEnabled"

Enable/disable persistence. Boolean value "true" or "false". Defaults to true (assume persistence is enabled).
 
Constant Detail

CONFIG_DEFAULT_WAIT_FOR_SERVICE_DURATION

constant float CONFIG_DEFAULT_WAIT_FOR_SERVICE_DURATION := 5.0
This constant value defines the default value for the duration that the Service Framework Manager will wait for Services to be initialised before failing a WaitForService request.

CONFIG_WAIT_FOR_SERVICE_DURATION

constant string CONFIG_WAIT_FOR_SERVICE_DURATION := "WAIT_FOR_SERVICE_DURATION"
This constant value defines the name of the configuration item used to configure the duration that the Service Framework Manager will wait for Services to be initialised before failing a WaitForService request.

PERSISTENCE_ENABLED

constant string PERSISTENCE_ENABLED := "PersistenceEnabled"
Enable/disable persistence. Boolean value "true" or "false". Defaults to true (assume persistence is enabled).