protected static class RELAY.ViewData extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
protected View |
global_view |
protected View |
remote_view |
protected Map<Address,String> |
uuids |
Constructor and Description |
---|
RELAY.ViewData() |
Modifier and Type | Method and Description |
---|---|
static RELAY.ViewData |
create(View remote_view,
View global_view) |
void |
readFrom(DataInputStream in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
String |
toString() |
void |
writeTo(DataOutputStream out)
Write the entire state of the current object (including superclasses) to outstream.
|
public static RELAY.ViewData create(View remote_view, View global_view)
public void writeTo(DataOutputStream out) throws IOException
Streamable
writeTo
in interface Streamable
IOException
public void readFrom(DataInputStream in) throws IOException, IllegalAccessException, InstantiationException
Streamable
readFrom
in interface Streamable
IOException
IllegalAccessException
InstantiationException
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.