protected static class PDC.Mapping extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
protected Address |
logical_addr |
protected String |
logical_name |
protected Address |
physical_addr |
Constructor and Description |
---|
PDC.Mapping() |
PDC.Mapping(Address logical_addr,
PhysicalAddress physical_addr,
String logical_name) |
Modifier and Type | Method and Description |
---|---|
Address |
getLogicalAddr() |
String |
getLogicalName() |
Address |
getPhysicalAddr() |
void |
readFrom(DataInput 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(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
protected Address logical_addr
protected Address physical_addr
protected String logical_name
public PDC.Mapping()
public PDC.Mapping(Address logical_addr, PhysicalAddress physical_addr, String logical_name)
public Address getLogicalAddr()
public Address getPhysicalAddr()
public String getLogicalName()
public void writeTo(DataOutput out) throws Exception
Streamable
writeTo
in interface Streamable
Exception
public void readFrom(DataInput in) throws Exception
Streamable
readFrom
in interface Streamable
Exception
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.