public class DMREndpoint extends MonitoredEndpoint
| Constructor and Description |
|---|
DMREndpoint(String name,
String host,
int port,
String username,
String password,
boolean useSSL,
SSLContext sslContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
protected ModelControllerClientFactory |
getModelControllerClientFactory() |
String |
getPassword() |
int |
getPort() |
ServerIdentifiers |
getServerIdentifiers()
Returns the server identification, connecting to the endpoint if it
has not been obtained yet.
|
SSLContext |
getSSLContext() |
String |
getUsername() |
boolean |
getUseSSL() |
String |
toString() |
equals, getName, hashCodepublic DMREndpoint(String name, String host, int port, String username, String password, boolean useSSL, SSLContext sslContext)
public String getHost()
public int getPort()
public String getUsername()
public String getPassword()
public boolean getUseSSL()
public SSLContext getSSLContext()
public ServerIdentifiers getServerIdentifiers()
getServerIdentifiers()protected ModelControllerClientFactory getModelControllerClientFactory()
Copyright © 2015 Red Hat, Inc.. All rights reserved.