Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element BackgroundServiceFragment
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+BackgroundServiceFragment

References Notes

This element includes the parameters for a YADE Background Service that would receive information from the YADE Client about the execution of file transfers.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute. Therefore a unique identifier should be specified for the name attribute.

A fragment is referenced by the General branch with the Notifications element using the value of the BackgroundServiceFragmentRef and its ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_BackgroundServiceHost.tmp#BackgroundServiceHost YADE_configuration_v1_0_xsd_Element_BackgroundServicePort.tmp#BackgroundServicePort YADE_configuration_v1_0_xsd_Element_BackgroundServiceProtocol.tmp#BackgroundServiceProtocol YADE_configuration_v1_0_xsd_Element_BackgroundServiceJobChainName.tmp#BackgroundServiceJobChainName YADE_configuration_v1_0_xsd_Complex_Type_BackgroundServiceType.tmp#BackgroundServiceType YADE_configuration_v1_0_xsd_Element_BackgroundServiceFragment.tmp#BackgroundServiceFragment_name
Type extension of BackgroundServiceType
Type hierarchy
Properties
content complex
Used by
Model
Instance
<BackgroundServiceFragment name="">
  <BackgroundServiceHost>{0,1}</BackgroundServiceHost>
  <BackgroundServicePort>{0,1}</BackgroundServicePort>
  <BackgroundServiceProtocol>{0,1}</BackgroundServiceProtocol>
  <BackgroundServiceJobChainName>{0,1}</BackgroundServiceJobChainName>
</BackgroundServiceFragment>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE based on their name.

A fragment is referenced via this attribute value by a transfer profile.

Attribute BackgroundServiceFragment / @name
Annotations

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE based on their name.

A fragment is referenced via this attribute value by a transfer profile.

Type xs:NMTOKEN
Properties
use required
Used by