public class GridTcpDiscoveryHandshakeResponse extends GridTcpDiscoveryAbstractMessage
| Constructor and Description |
|---|
GridTcpDiscoveryHandshakeResponse()
Public default no-arg constructor for
Externalizable interface. |
GridTcpDiscoveryHandshakeResponse(UUID creatorNodeId,
long locNodeOrder)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
order()
Gets order of the node sent the response.
|
void |
order(long order)
Sets order of the node sent the response.
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
creatorNodeId, equals, hashCode, id, senderNodeId, senderNodeId, topologyVersion, topologyVersion, verified, verifierNodeId, verifypublic GridTcpDiscoveryHandshakeResponse()
Externalizable interface.public GridTcpDiscoveryHandshakeResponse(UUID creatorNodeId, long locNodeOrder)
creatorNodeId - Creator node ID.locNodeOrder - Local node order.public long order()
public void order(long order)
order - Order of the node sent the response.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.