public class FailedHostInfo extends Object implements Serializable
Constructor and Description |
---|
FailedHostInfo(String serverId,
String serverUrl,
Set<String> containers) |
Modifier and Type | Method and Description |
---|---|
void |
attempted() |
int |
getAttempts() |
Set<String> |
getContainers() |
String |
getServerId() |
String |
getServerUrl() |
void |
setAttempts(int attempts) |
void |
setContainers(Set<String> containers) |
void |
setServerId(String serverId) |
void |
setServerUrl(String serverUrl) |
String |
toString() |
public String getServerUrl()
public void setServerUrl(String serverUrl)
public String getServerId()
public void setServerId(String serverId)
public int getAttempts()
public void setAttempts(int attempts)
public void attempted()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.