public interface WildflyClientService
Modifier and Type | Method and Description |
---|---|
TestConnectionResult |
testConnection(String host,
int port,
int managementPort,
String user,
String password)
Test the connectivity with a Wildfly/EAP server.
|
TestConnectionResult testConnection(String host, int port, int managementPort, String user, String password)
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.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.