UpsEai.IIntegrationClient

Définition

/****************************************************************/
Interface IIntegrationClient Defaut TailleSegment 4 ConserverObjets
/* Objet : Interface definissant une integration cliente */
/****************************************************************/
/*-------------------------------------------------------------*/
/* Heritage des proprietes d'Objet. */
/*-------------------------------------------------------------*/
Prive : /*-------------------------------------------------------------*/
/* Heritage des methodes d'Objet. */
/*-------------------------------------------------------------*/
Public : Prive : /*-------------------------------------------------------------*/
/* Proprietes propres. */
/*-------------------------------------------------------------*/
Prive : /*-------------------------------------------------------------*/
/* Methodes propres. */
/*-------------------------------------------------------------*/
Public :
/*-------------------------------------------------------------*/
/* Rappels pour Up ! Compiler et Up ! Script Engine. */
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* Rappels pour Up ! Virtual Technical Machine. */
/*-------------------------------------------------------------*/ Prive : Fin Interface

L'interface d'intégration cliente comporte des méthodes de rappel permettant d'influencer le comportement d'Up ! Compiler, Up ! Script Engine et Up ! Virtual Technical Machine de la sorte à coller au modèle métier.

L'interface d'intégration cliente est notamment utilisée par les types IntegrationClientBapi, IntegrationClientCom, IntegrationClientCorba, IntegrationClientJava, IntegrationClientPlSql et IntegrationClientSoap.

Chaque module connecteur met en oeuvre les méthodes de rappels de l'interface IIntegrationClient. Ils sont consultés tout à tour par Up ! Enterprise Application Integration dès lors qu'une adaptation des modules s'effectue au niveau métier et non au niveau technique.

L'interface IIntegrationClient ne possède pas de constructeur explicite.

Opérateurs

L'interface IIntegrationClient possède les opérateurs standards suivants:

Exemple

Principal
Variable Debut
...
Si I1==I2 Alors
/* Egalité entre deux integrations. */ Fin Si
Si I1!=I2 Alors
/* Inégalité entre deux integrations. */ Fin Si
Fin Principal

Traduction

---------