Interface WildflyClientService


  • public interface WildflyClientService
    This service has specific methods that are required by the Wildlfy provider ui.
    • Method Detail

      • testConnection

        TestConnectionResult testConnection​(String host,
                                            int port,
                                            int managementPort,
                                            String user,
                                            String password)
        Test the connectivity with a Wildfly/EAP server.
        Parameters:
        host - the host server name where the Wildfly/EAP instance is running.
        port - the http port for the Wildfly/EAP instance.
        managementPort - the management port for the Wildfly/EAP instance.
        user - the user for establishing the connection.
        password - the user password.
        Returns:
        returns a TestConnectionResult object that indicates if the connection could be established or not.