Difference between revisions of "Client"

From GreenVulcano Wiki
Jump to: navigation, search
({{VULCON}} / {{GVCONSOLE}} Configuration)
m (Description)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Description==
 
==Description==
  
Defines a service's client.
+
Defines a service client. Before you can designate a system as a "client of a service", you must configure the [[system]] in the Systems section.
  
=={{VULCON}} / {{GVCONSOLE}} Configuration==
+
Note that client means "the system used by field 'system' of [[GVBuffer]]" (the data buffer for {{GVESB}}), and this value can be used in flows routing conditions.
  
Before you can designate a system as a client of a service, you must configure the [[system]] in the Systems section.
+
This field contains the name of the client system that began the transaction. Even in the delivery of responses by server systems (Call-Back), this field will contain the name of the client that made the request.
 
 
Note that client means the system used by field 'system' of [[GVBuffer]] (the data buffer for {{GVESB}}.
 
 
 
This field contains the name of the client system that began transaction. Even in the delivery of responses by server systems (Call-Back), this field will contain the name of the client that had made the request.
 
 
 
In sub-sections will define all {{GVESB}} operations enabled for the <[[service]]>. Basically you define workflows for each couple <[[service]],[[operation]]>.
 
 
 
You can configure routing conditions applied to flows for the <service> ([[Conditions]] section).
 
 
 
The definitions used here are valid for all flows associated with service and override any global definitions in the 'Service' section.
 
 
 
The Client Element is used by Clients. Its attributes are:
 
* ''id-system'': Name of the client. <br/> Before you can specify this parameter, you must configure the client system in the [[GVSystems | Systems]] section.
 
 
 
* ''statistics'': Indicates whether the calculation of statistics for the service is enabled or not.
 
** on: enables the calculation of statistics
 
** off: disables the calculation of statistics. Default value
 
* ''system-activation'': Activation status of service's client. The status can be:
 
** on: service's client is active. Default value.
 
** paused: service's client is inactive, the asynchronous client's requests are taken in charge by {{GVESB}}. They will be served when the service's client return on state 'on'. The current version does not implement it.
 
** off: service's client is inactive and no request are taken in charge by {{GVESB}}.
 

Latest revision as of 15:51, 1 March 2012

Description

Defines a service client. Before you can designate a system as a "client of a service", you must configure the system in the Systems section.

Note that client means "the system used by field 'system' of GVBuffer" (the data buffer for GreenVulcano® ESB), and this value can be used in flows routing conditions.

This field contains the name of the client system that began the transaction. Even in the delivery of responses by server systems (Call-Back), this field will contain the name of the client that made the request.