public class CommAreaRecord
extends java.lang.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 |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getRecordName() |
java.lang.String |
getRecordShortDescription() |
void |
read(java.io.InputStream in) |
void |
setRecordName(java.lang.String recordName) |
void |
setRecordShortDescription(java.lang.String recordShortDescription) |
byte[] |
toByteArray() |
void |
write(java.io.OutputStream out) |
public CommAreaRecord()
read(java.io.InputStream)public CommAreaRecord(byte[] bytes)
bytes - the bytes to fill the record withpublic void setRecordName(java.lang.String recordName)
setRecordName in interface javax.resource.cci.Recordpublic java.lang.String getRecordName()
getRecordName in interface javax.resource.cci.Recordpublic void setRecordShortDescription(java.lang.String recordShortDescription)
setRecordShortDescription in interface javax.resource.cci.Recordpublic java.lang.String getRecordShortDescription()
getRecordShortDescription in interface javax.resource.cci.Recordpublic void read(java.io.InputStream in)
throws java.io.IOException
read in interface javax.resource.cci.Streamablejava.io.IOExceptionpublic void write(java.io.OutputStream out)
throws java.io.IOException
write in interface javax.resource.cci.Streamablejava.io.IOExceptionpublic byte[] toByteArray()
public java.lang.Object clone()
clone in interface javax.resource.cci.Recordclone in class java.lang.Object