Uses of Class
com.aeontronix.enhancedmule.tools.runtime.Server
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.anypoint | |
| com.aeontronix.enhancedmule.tools.legacy.deploy | |
| com.aeontronix.enhancedmule.tools.runtime |
-
Uses of Server in com.aeontronix.enhancedmule.tools.anypoint
Methods in com.aeontronix.enhancedmule.tools.anypoint that return Server Modifier and Type Method Description @NotNull ServerEnvironment. findServerByName(@NotNull String name)Methods in com.aeontronix.enhancedmule.tools.anypoint that return types with arguments of type Server Modifier and Type Method Description List<Server>Environment. findAllServers() -
Uses of Server in com.aeontronix.enhancedmule.tools.legacy.deploy
Methods in com.aeontronix.enhancedmule.tools.legacy.deploy with parameters of type Server Modifier and Type Method Description HDeploymentResultDeploymentService. deployOnPrem(Server target, @NotNull String name, @NotNull File file, @NotNull String filename, APIProvisioningConfig apiProvisioningConfig)HDeploymentResultDeploymentServiceImpl. deployOnPrem(Server target, @NotNull String appName, @NotNull File file, @NotNull String filename, APIProvisioningConfig apiProvisioningConfig)Deploy application with optional automatic api provisioningConstructors in com.aeontronix.enhancedmule.tools.legacy.deploy with parameters of type Server Constructor Description HDeployer(Server target, String appName, ApplicationSource file, String filename, @NotNull APIProvisioningConfig apiProvisioningConfig, @NotNull DeploymentConfig deploymentConfig) -
Uses of Server in com.aeontronix.enhancedmule.tools.runtime
Subclasses of Server in com.aeontronix.enhancedmule.tools.runtime Modifier and Type Class Description classServerGroupMethods in com.aeontronix.enhancedmule.tools.runtime with parameters of type Server Modifier and Type Method Description voidServerGroup. addServer(Server server)Constructors in com.aeontronix.enhancedmule.tools.runtime with parameters of type Server Constructor Description HApplication(Server parent)