public class MessageID extends java.lang.Object implements java.io.Externalizable, java.lang.Comparable<MessageID>, java.lang.Cloneable, Streamable
Constructor and Description |
---|
MessageID() |
MessageID(Address address,
long id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(MessageID other) |
boolean |
equals(java.lang.Object o) |
Address |
getAddress() |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
void |
readFrom(java.io.DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
serializedSize() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public MessageID()
public MessageID(Address address, long id)
public int compareTo(MessageID other)
compareTo
in interface java.lang.Comparable<MessageID>
public Address getAddress()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int serializedSize()
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
in interface Streamable
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
in interface Streamable
java.lang.Exception
public void writeExternal(java.io.ObjectOutput objectOutput) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput objectInput) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 1998-2020 Red Hat. All Rights Reserved.