Package org.kie.server.router.utils
Class FailedHostInfo
- java.lang.Object
-
- org.kie.server.router.utils.FailedHostInfo
-
- All Implemented Interfaces:
Serializable
public class FailedHostInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailedHostInfo(String serverId, String serverUrl, Set<String> containers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattempted()intgetAttempts()Set<String>getContainers()StringgetServerId()StringgetServerUrl()voidsetAttempts(int attempts)voidsetContainers(Set<String> containers)voidsetServerId(String serverId)voidsetServerUrl(String serverUrl)StringtoString()
-
-
-
Method Detail
-
getServerUrl
public String getServerUrl()
-
setServerUrl
public void setServerUrl(String serverUrl)
-
getServerId
public String getServerId()
-
setServerId
public void setServerId(String serverId)
-
getAttempts
public int getAttempts()
-
setAttempts
public void setAttempts(int attempts)
-
attempted
public void attempted()
-
-