public class GlobalPositionWithTS extends GlobalPosition implements Externalizable
Modifier and Type | Field and Description |
---|---|
long |
localTS |
gid, lid, slot
Constructor and Description |
---|
GlobalPositionWithTS() |
GlobalPositionWithTS(long gid,
int slot,
long lid,
long localTS) |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public GlobalPositionWithTS()
public GlobalPositionWithTS(long gid, int slot, long lid, long localTS)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GlobalPosition
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GlobalPosition
IOException
ClassNotFoundException
Copyright © 2016 Egothor. All Rights Reserved.