Class AbstractServerConnection

    • Constructor Detail

      • AbstractServerConnection

        public AbstractServerConnection()
    • Method Detail

      • goal

        public abstract String goal()
        The goal of the deployment.
        Returns:
        the goal of the deployment.
      • createClient

        protected org.jboss.as.controller.client.ModelControllerClient createClient()
        Creates a new client.
        Returns:
        the client
      • getClientConfiguration

        protected MavenModelControllerClientConfiguration getClientConfiguration()
        Gets a client configuration used to create a new ModelControllerClient.
        Returns:
        the configuration to use
      • getManagementPort

        protected int getManagementPort()
      • getManagementHostName

        protected String getManagementHostName()