public class

CommAreaRecord

extends Object
java.lang.Object
   ↳ org.springframework.jca.cci.core.support.CommAreaRecord

Class Overview

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

Summary

Public Constructors
CommAreaRecord()
Create a new CommAreaRecord.
CommAreaRecord(byte[] bytes)
Create a new CommAreaRecord.
Public Methods
Object clone()
String getRecordName()
String getRecordShortDescription()
void read(InputStream in)
void setRecordName(String recordName)
void setRecordShortDescription(String recordShortDescription)
byte[] toByteArray()
void write(OutputStream out)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CommAreaRecord ()

Create a new CommAreaRecord.

public CommAreaRecord (byte[] bytes)

Create a new CommAreaRecord.

Parameters
bytes the bytes to fill the record with

Public Methods

public Object clone ()

public String getRecordName ()

public String getRecordShortDescription ()

public void read (InputStream in)

Throws
IOException

public void setRecordName (String recordName)

public void setRecordShortDescription (String recordShortDescription)

public byte[] toByteArray ()

public void write (OutputStream out)

Throws
IOException