jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddrdbd
Class RDBRLLBCK

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
              |
              +--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
                    |
                    +--org.sourceforge.jxutil.net.ddm.qddprmd.COMMAND
                          |
                          +--org.sourceforge.jxutil.net.ddm.qddrdbd.RDBRLLBCK

public class RDBRLLBCK
extends COMMAND

RDB Rollback Unit of Work (RDBRLLBCK) Command rolls back all work performed for the current unit of work. The current unit of work ends, and a new unit of work begins. Source System Processing The source system determines the location of the RDB: Local Call the local RDB server. Remote Send the RDBRLLBCK command to the remote RDB server. If the connection is to be reused at the completion of the commit or rollback, the release connection parameter (rlsconv) is set to REUSE. The connection cannot be reused until the receipt of the ENDUOWRM. If the target server responds with rlsconv , set to FALSE, the connection is not allowed to be reused until the application terminates. If set to REUSE, the target server returns a set of SQLSTT objects to establish the application execution environment. Data Conversion If the CCSIDMGR is active and the code pages between the source and target systems are different, then the character data within the DDM parameter objects undergoes conversion between the code pages.


Field Summary
static short CP
           
 
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
 
Constructor Summary
RDBRLLBCK(DDM ddm, int len)
           
 
Method Summary
 RDBNAM getRDBNAM()
           
 void setRDBNAM(RDBNAM rdbnam)
           
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
get, put, toString, write
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CP

public static final short CP
See Also:
Constant Field Values
Constructor Detail

RDBRLLBCK

public RDBRLLBCK(DDM ddm,
                 int len)
          throws IOException
Method Detail

getRDBNAM

public RDBNAM getRDBNAM()

setRDBNAM

public void setRDBNAM(RDBNAM rdbnam)

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.