Class ClientId
- java.lang.Object
-
- org.terracotta.angela.common.clientconfig.ClientId
-
- All Implemented Interfaces:
Serializable
public class ClientId extends Object implements Serializable
- Author:
- Aurelien Broszniowski
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientId(ClientSymbolicName symbolicName, String hostname)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetHostname()Deprecated.UsegetHostName()insteadStringgetHostName()ClientSymbolicNamegetSymbolicName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ClientId
public ClientId(ClientSymbolicName symbolicName, String hostname)
-
-
Method Detail
-
getSymbolicName
public ClientSymbolicName getSymbolicName()
-
getHostname
@Deprecated public String getHostname()
Deprecated.UsegetHostName()instead
-
getHostName
public String getHostName()
-
-