IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class CPRB

java.lang.Object
  extended bycom.ibm.landp.Cprb
      extended bycom.ibm.dse.services.landp.CPRB
All Implemented Interfaces:
java.io.Serializable

class CPRB
extends com.ibm.landp.Cprb

CPRB: com.ibm.landp.Landp wrapper.


Field Summary
(package private)  byte[] qdata
           
(package private)  byte[] qparm
           
(package private)  byte[] rdata
           
(package private)  byte[] rparm
           
 
Fields inherited from class com.ibm.landp.Cprb
 
Constructor Summary
(package private) CPRB()
          This constructor creates a CPRB object.
 
Method Summary
 com.ibm.landp.Cprb send()
          Issues a LANDP remote request (RMTREQ).
static java.lang.String strcode(long rc)
          Returns a string with the hexadecimal representation of a return code
 
Methods inherited from class com.ibm.landp.Cprb
finalize, getDestPCID, getEventID, getFieldsMeaningful, getFirstPCOrigin, getFirstResOrigin, getFlags, getFunctionID, getPCID, getPIDDest, getPIDOrigin, getQData, getQDataLength, getQParm, getQParmLength, getRData, getRDataLength, getRepliedDataLength, getRepliedParmLength, getResourceOrigin, getRouterRC, getRParm, getRParmLength, getServerName, getServerNameLength, getServerRC, getTimeout, getVerbType, setDestPCID, setFunctionID, setQData, setQDataLength, setQParm, setQParmLength, setRData, setRDataLength, setRepliedDataLength, setRepliedParmLength, setResourceOrigin, setRParm, setRParmLength, setServerName, setServerRC, setTimeout, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

qparm

byte[] qparm

qdata

byte[] qdata

rparm

byte[] rparm

rdata

byte[] rdata
Constructor Detail

CPRB

CPRB()
This constructor creates a CPRB object.

Method Detail

send

public com.ibm.landp.Cprb send()
                        throws LandpException
Issues a LANDP remote request (RMTREQ).

Returns:
Cprb The Cprb updated with the replied data and return codes.
Throws:
LandpException

strcode

public static java.lang.String strcode(long rc)
Returns a string with the hexadecimal representation of a return code

Parameters:
rc - long - the return code to translate
Returns:
java.lang.String the result of the conversion

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005