You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

getConfigurationHost() and getCompositeHost() are deprecated macros. Since introduction of the new component diagram with Builder 6.0, it is not possible anymore to specify a deployment in the xUML model and these macros will only return "localhost".

Syntax
getCompositeHost()
SemanticsReturns the name of the E2E Bridge node instance the compiled xUML service was deployed to.
Examples
set host = getCompositeHost();

Example File (Builder project E2E Action Language/Operating):

<your example path>\E2E Action Language\Operating\uml\deploymentMacros.xml

  • No labels