com.ibm.vap.cciadapter.ims
Class IMSVapRecord
com.ibm.vap.cciadapter.VapRecord
|
+--com.ibm.vap.cciadapter.ims.IMSVapRecord
- public class IMSVapRecord
- extends VapRecord
VapRecord dedicated to IMSAdapter/IMSRequester using CCI library
Method Summary |
void |
getMessage(char[] message,
int offset,
int length)
This method is use to retrieve in the given parameter char array the message
stored inthe byte array buffer |
void |
setMessage(char[] message,
int offset,
int length)
Transfer the input message in the buffer array. |
TRANSACTION_NAME_SIZE
public static final int TRANSACTION_NAME_SIZE
IMSVapRecord
public IMSVapRecord(int length,
CCIAdapter cciAdapter)
IMSVapRecord
public IMSVapRecord(CCIAdapter cciAdapter)
getMessage
public void getMessage(char[] message,
int offset,
int length)
throws java.io.IOException
- Description copied from class: VapRecord
- This method is use to retrieve in the given parameter char array the message
stored inthe byte array buffer
- Overrides:
- getMessage in class VapRecord
- Tags copied from class: VapRecord
- Parameters:
mess
- is the char array in which transfer the bufferoffset
- defines the starting byte to retrievelength
- to retrieve
setMessage
public void setMessage(char[] message,
int offset,
int length)
throws java.io.IOException
- Transfer the input message in the buffer array.
- Overrides:
- setMessage in class VapRecord
- Parameters:
mess
- to be transfered in the byte arrayoffset
- defines the starting positionlength
- of the message to transfer
Licensed Materials - Property of IBM - 5655-F37 - (C) Copyright IBM Corp. 1983, 2003. All Rights Reserved.
IBM, VisualAge and Pacbase are trademarks of International Business Machines Corporation registered in the United States, other countries, or both.
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States,other countries, or both.
Other company, product or service names may be the trademarks or service marks of others.