Interface WildflyClientService
-
public interface WildflyClientServiceThis service has specific methods that are required by the Wildlfy provider ui.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestConnectionResulttestConnection(String host, int port, int managementPort, String user, String password)Test the connectivity with a Wildfly/EAP server.
-
-
-
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.
-
-