Package org.kie.api.cluster
Class ClusterNode
- java.lang.Object
 - 
- org.kie.api.cluster.ClusterNode
 
 
- 
- All Implemented Interfaces:
 Externalizable,Serializable
public final class ClusterNode extends Object implements Externalizable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClusterNode()ClusterNode(String serverId, String location) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()StringgetServerId()voidreadExternal(ObjectInput input)StringtoKey()StringtoString()voidwriteExternal(ObjectOutput output) 
 - 
 
- 
- 
Method Detail
- 
getLocation
public String getLocation()
 
- 
getServerId
public String getServerId()
 
- 
toKey
public String toKey()
 
- 
readExternal
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
 readExternalin interfaceExternalizable- Throws:
 IOExceptionClassNotFoundException
 
- 
writeExternal
public void writeExternal(ObjectOutput output) throws IOException
- Specified by:
 writeExternalin interfaceExternalizable- Throws:
 IOException
 
 - 
 
 -