spring-framework / org.springframework.jca.cci.core.support / CommAreaRecord

CommAreaRecord

open class CommAreaRecord : Record, Streamable

CCI Record implementation for a COMMAREA, holding a byte array.

Author
Thierry Templier

Author
Juergen Hoeller

Since
1.2

See Also
org.springframework.jca.cci.object.MappingCommAreaOperation

Constructors

<init>

CommAreaRecord()
CommAreaRecord(bytes: ByteArray)

Create a new CommAreaRecord.

Functions

clone

open fun clone(): Any

getRecordName

open fun getRecordName(): String

getRecordShortDescription

open fun getRecordShortDescription(): String

read

open fun read(in: InputStream): Unit

setRecordName

open fun setRecordName(recordName: String): Unit

setRecordShortDescription

open fun setRecordShortDescription(recordShortDescription: String): Unit

toByteArray

open fun toByteArray(): ByteArray

write

open fun write(out: OutputStream): Unit