org.springframework.jca.cci.core.support
Class CommAreaRecord
java.lang.Object
   org.springframework.jca.cci.core.support.CommAreaRecord
org.springframework.jca.cci.core.support.CommAreaRecord
- All Implemented Interfaces: 
- Serializable, Cloneable, Record, Streamable
- public class CommAreaRecord 
- extends Object- implements Record, Streamable
CCI Record implementation for a COMMAREA, holding a byte array.
- Since:
- 1.2
- Author:
- Thierry Templier, Juergen Hoeller
- See Also:
- MappingCommAreaOperation, 
Serialized Form
 
 
 
 
CommAreaRecord
public CommAreaRecord()
- Create a new CommAreaRecord.
 
- See Also:
- read(java.io.InputStream)
 
CommAreaRecord
public CommAreaRecord(byte[] bytes)
- Create a new CommAreaRecord.
 
- Parameters:
- bytes- the bytes to fill the record with
 
setRecordName
public void setRecordName(String recordName)
- 
- Specified by:
- setRecordNamein interface- Record
 
- 
 
getRecordName
public String getRecordName()
- 
- Specified by:
- getRecordNamein interface- Record
 
- 
 
setRecordShortDescription
public void setRecordShortDescription(String recordShortDescription)
- 
- Specified by:
- setRecordShortDescriptionin interface- Record
 
- 
 
getRecordShortDescription
public String getRecordShortDescription()
- 
- Specified by:
- getRecordShortDescriptionin interface- Record
 
- 
 
read
public void read(InputStream in)
          throws IOException
- 
- Specified by:
- readin interface- Streamable
 
- 
- Throws:
- IOException
 
write
public void write(OutputStream out)
           throws IOException
- 
- Specified by:
- writein interface- Streamable
 
- 
- Throws:
- IOException
 
toByteArray
public byte[] toByteArray()
- 
 
- 
 
clone
public Object clone()
- 
- Specified by:
- clonein interface- Record
- Overrides:
- clonein class- Object
 
- 
 
Copyright © 2002-2008 The Spring Framework.