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 |
|---|
Mapping() |
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 Mapping()
public 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
StreamablewriteTo in interface StreamableExceptionpublic void readFrom(DataInput in) throws Exception
StreamablereadFrom in interface StreamableExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.