uCosminexus Service Platform, Reference Guide

[Contents][Glossary][Index][Back][Next]

HCSC component-specification file

Format

 
[change-type.]{service-ID|reception-ID}
 ... 
[change-type.]{service-ID|reception-ID}
 

Function

Specifies the add, change, and delete operations of HCSC components in a text file format. To specify multiple HCSC components, specify one component on each line. By specifying the created HCSC component-specification file in a command, you can process multiple HCSC components in a batch.

You can enter the HCSC component-specification file in a text file format as well, but with the following commands you can also output to a file and create the information for HCSC components:

File storage location

You can store the HCSC component-specification file at any location and assign any name to the file.

Specifiable parameters

[change-type.]{service-ID|reception-ID}

Specifies the service ID or reception ID for the HCSC component to be added, changed, or deleted.

Specify one of the following as the change type of HCSC components:

The following table lists the combination of commands for which you can specify the HCSC component-specification file in the -namelist option, and the specifiable change types:

Command name Change type
add change delete No specification
csccompostart Y Y N Y
csccompostop N Y Y Y
csccompodeploy Y Y N Y
csccompoundeploy N Y Y Y
cscrepctl -import -compo Y Y N Y
cscrepctl -delete N N Y Y

Legend:
Y: Valid.
N: Invalid.

Example of coding

The following is an example of coding of the HCSC component-specification file:

 
#[BusinessProcess]
change.BP2
delete.BP3
add.BP4
 
#[ServiceAdapter]
change.adp2
delete.adp3
add.adp4
 
#[UserDefinedReception]
change.rcp2
delete.rcp3
add.rcp4
 

Usage

Specify the created HCSC component-specification file in the argument of the -namelist option of the following commands. For details on how to execute the commands, see the description for each command in 5. Commands (Operating and Execution Environments).

Notes