public class CommAreaRecord
extends java.lang.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 |
---|---|
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.Record
public java.lang.String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public void setRecordShortDescription(java.lang.String recordShortDescription)
setRecordShortDescription
in interface javax.resource.cci.Record
public java.lang.String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void read(java.io.InputStream in) throws java.io.IOException
read
in interface javax.resource.cci.Streamable
java.io.IOException
public void write(java.io.OutputStream out) throws java.io.IOException
write
in interface javax.resource.cci.Streamable
java.io.IOException
public byte[] toByteArray()
public java.lang.Object clone()
clone
in interface javax.resource.cci.Record
clone
in class java.lang.Object
Copyright © 2021. All rights reserved.