public class GridTcpDiscoveryDiscardMessage extends GridTcpDiscoveryAbstractMessage
| Constructor and Description |
|---|
GridTcpDiscoveryDiscardMessage()
Public default no-arg constructor for
Externalizable interface. |
GridTcpDiscoveryDiscardMessage(UUID creatorNodeId,
GridUuid msgId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GridUuid |
msgId()
Gets message ID to discard (this and all preceding).
|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
creatorNodeId, equals, hashCode, id, senderNodeId, senderNodeId, topologyVersion, topologyVersion, verified, verifierNodeId, verifypublic GridTcpDiscoveryDiscardMessage()
Externalizable interface.public GridUuid msgId()
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.