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 SummaryConstructors Constructor Description ClusterNode()ClusterNode(String serverId, String location)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()StringgetServerId()voidreadExternal(ObjectInput input)StringtoKey()StringtoString()voidwriteExternal(ObjectOutput output)
 
- 
- 
- 
Method Detail- 
getLocationpublic String getLocation() 
 - 
getServerIdpublic String getServerId() 
 - 
toKeypublic String toKey() 
 - 
readExternalpublic void readExternal(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
 - 
writeExternalpublic void writeExternal(ObjectOutput output) throws IOException - Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 
- 
 
-