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