uCosminexus Stream Data Platform - Application Framework Setup and Operation Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
(1) Format
<ReceiveCBDefinition class="class-name"
name="callback-name"
interval="callback-execution-interval">
output-stream-definition
</ReceiveCBDefinition>
|
(2) Details of definition
- ReceiveCBDefinition tag (all definition information)
- Defines all CB definition for receiving information.
- class="class-name"
- Specifies the name of the class in which the function for the CB definition for receiving has been implemented. This value is fixed. You must specify the following class name:
- jp.co.Hitachi.soft.sdp.adaptor.callback.sendreceive.ReceiveCBImpl
- name="callback-name"
- Specifies a callback name for identifying the function, as 1 to 100 single-byte alphanumeric characters and the underscore (_). This name must begin with a single-byte alphabetic character. This attribute cannot be omitted. You can specify for this callback name the same value as in another CB definition, but we recommend that you specify a unique callback name because this name is output as identification information for the output adaptor's processing in the adaptor trace information and message logs.
- interval="callback-execution-interval"
- Specifies a callback execution interval (in milliseconds), as an integer from 0 to 60000. Once a callback has executed, the output adaptor's processing is terminated following the specified interval. If you specify 0, the output adaptor's processing is not terminated. If you omit this attribute, 0 is set.
- output-stream-definition
- For details about the output stream definition, see 9.12 CB definitions for sending and receiving in the adaptor configuration definition file.
All Rights Reserved. Copyright (C) 2011, Hitachi, Ltd.