public class CommAreaRecord extends Object implements javax.resource.cci.Record, javax.resource.cci.Streamable
MappingCommAreaOperation,
Serialized Form| Constructor 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.Recordpublic String getRecordName()
getRecordName in interface javax.resource.cci.Recordpublic void setRecordShortDescription(String recordShortDescription)
setRecordShortDescription in interface javax.resource.cci.Recordpublic String getRecordShortDescription()
getRecordShortDescription in interface javax.resource.cci.Recordpublic void read(InputStream in) throws IOException
read in interface javax.resource.cci.StreamableIOExceptionpublic void write(OutputStream out) throws IOException
write in interface javax.resource.cci.StreamableIOExceptionpublic byte[] toByteArray()
Copyright © 2015. All rights reserved.