public class GridTcpDiscoveryJoinRequestMessage extends GridTcpDiscoveryAbstractMessage
| Constructor and Description |
|---|
GridTcpDiscoveryJoinRequestMessage()
Public default no-arg constructor for
Externalizable interface. |
GridTcpDiscoveryJoinRequestMessage(GridTcpDiscoveryNode node,
List<Object> discoData)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
discoveryData() |
GridTcpDiscoveryNode |
node()
Gets new node that wants to join the topology.
|
void |
readExternal(ObjectInput in) |
boolean |
responded() |
void |
responded(boolean responded) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
creatorNodeId, equals, hashCode, id, senderNodeId, senderNodeId, topologyVersion, topologyVersion, verified, verifierNodeId, verifypublic GridTcpDiscoveryJoinRequestMessage()
Externalizable interface.public GridTcpDiscoveryJoinRequestMessage(GridTcpDiscoveryNode node, List<Object> discoData)
node - New node that wants to join.discoData - Discovery data.public GridTcpDiscoveryNode node()
public boolean responded()
true flag.public void responded(boolean responded)
responded - Responded flag.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GridTcpDiscoveryAbstractMessageIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GridTcpDiscoveryAbstractMessageIOExceptionClassNotFoundExceptionpublic String toString()
toString in class GridTcpDiscoveryAbstractMessageCopyright © 2014. All rights reserved.