5.17.1 SERVICE_LOAD
Loads and initializes the service.
Syntax:
Command
|
Keyword
|
Value
|
Developer notes
|
SERVICE_LOAD
|
SERVICE
|
JSONBindFileService
|
|
TRACE
|
|
Refer to Service Load Tracing for value details.
|
TRACE_NAME
|
|
TRACE_GROUP
|
|
|
Associated Service Properties File
Properties that affect the operation of this service are specified in the JSONBindFileService.properties file. The properties of interest fall into two categories:
- Properties in the form service.xxxxx= that associate the service name that you specify in the BIND service command with the classes generated from the JSON Binding Wizard. These properties are generated by the JSON Binding Wizard when you build your project, so you should not have to manually enter them. You may have to deploy them to your production environment however – refer to JSON Binding Wizard for more information.
- General properties that provide default values affecting the operation of the service. These are described in the commands for this service.
Example
SERVICE_LOAD SERVICE(JSONBindFileService) TRACE(*YES)