public class CommAreaRecord extends Object implements javax.resource.cci.Record, javax.resource.cci.Streamable
MappingCommAreaOperation
,
Serialized FormConstructor and Description |
---|
CommAreaRecord()
Create a new CommAreaRecord.
|
CommAreaRecord(byte[] bytes)
Create a new CommAreaRecord.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getRecordName() |
String |
getRecordShortDescription() |
void |
read(InputStream in) |
void |
setRecordName(String recordName) |
void |
setRecordShortDescription(String recordShortDescription) |
byte[] |
toByteArray() |
void |
write(OutputStream out) |
public CommAreaRecord()
read(java.io.InputStream)
public CommAreaRecord(byte[] bytes)
bytes
- the bytes to fill the record withpublic void setRecordName(String recordName)
setRecordName
in interface javax.resource.cci.Record
public String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public void setRecordShortDescription(String recordShortDescription)
setRecordShortDescription
in interface javax.resource.cci.Record
public String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void read(InputStream in) throws IOException
read
in interface javax.resource.cci.Streamable
IOException
public void write(OutputStream out) throws IOException
write
in interface javax.resource.cci.Streamable
IOException
public byte[] toByteArray()
Copyright © 2015. All rights reserved.