public final class ClusterNode extends Object implements Externalizable
| Constructor and Description | 
|---|
| ClusterNode() | 
| ClusterNode(String serverId,
           String location) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLocation() | 
| String | getServerId() | 
| void | readExternal(ObjectInput input) | 
| String | toKey() | 
| String | toString() | 
| void | writeExternal(ObjectOutput output) | 
public String getLocation()
public String getServerId()
public String toKey()
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput output) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.