public class GridTcpDiscoveryCheckFailedMessage extends GridTcpDiscoveryAbstractMessage
| Constructor and Description |
|---|
GridTcpDiscoveryCheckFailedMessage()
Public default no-arg constructor for
Externalizable interface. |
GridTcpDiscoveryCheckFailedMessage(UUID creatorNodeId,
String err)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
error() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
creatorNodeId, equals, hashCode, id, senderNodeId, senderNodeId, topologyVersion, topologyVersion, verified, verifierNodeId, verifypublic GridTcpDiscoveryCheckFailedMessage()
Externalizable interface.public String error()
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.