All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.eNetwork.cpic.CPICStatusReceived

java.lang.Object
   |
   +----COM.ibm.eNetwork.cpic.IBMInteger
           |
           +----COM.ibm.eNetwork.cpic.CPICStatusReceived

public class CPICStatusReceived
extends IBMInteger

Variable Index

 o CM_CONFIRM_DEALLOC_RECEIVED
 o CM_CONFIRM_RECEIVED
 o CM_CONFIRM_SEND_RECEIVED
 o CM_JOIN_TRANSACTION
 o CM_NO_STATUS_RECEIVED
 o CM_PREPARE_OK
 o CM_SEND_RECEIVED
 o CM_TAKE_COMMIT
 o CM_TAKE_COMMIT_DATA_OK
 o CM_TAKE_COMMIT_DEALLOC_DATA_OK
 o CM_TAKE_COMMIT_DEALLOCATE
 o CM_TAKE_COMMIT_SEND
 o CM_TAKE_COMMIT_SEND_DATA_OK
 o copyright
Copyright IBM Corporation 1997, 1998.

Constructor Index

 o CPICStatusReceived()
 o CPICStatusReceived(int)

Variables

 o copyright
 public static final String copyright
Copyright IBM Corporation 1997, 1998. All rights reserved. U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

 o CM_NO_STATUS_RECEIVED
 public static final int CM_NO_STATUS_RECEIVED
 o CM_SEND_RECEIVED
 public static final int CM_SEND_RECEIVED
 o CM_CONFIRM_RECEIVED
 public static final int CM_CONFIRM_RECEIVED
 o CM_CONFIRM_SEND_RECEIVED
 public static final int CM_CONFIRM_SEND_RECEIVED
 o CM_CONFIRM_DEALLOC_RECEIVED
 public static final int CM_CONFIRM_DEALLOC_RECEIVED
 o CM_TAKE_COMMIT
 public static final int CM_TAKE_COMMIT
 o CM_TAKE_COMMIT_SEND
 public static final int CM_TAKE_COMMIT_SEND
 o CM_TAKE_COMMIT_DEALLOCATE
 public static final int CM_TAKE_COMMIT_DEALLOCATE
 o CM_TAKE_COMMIT_DATA_OK
 public static final int CM_TAKE_COMMIT_DATA_OK
 o CM_TAKE_COMMIT_SEND_DATA_OK
 public static final int CM_TAKE_COMMIT_SEND_DATA_OK
 o CM_TAKE_COMMIT_DEALLOC_DATA_OK
 public static final int CM_TAKE_COMMIT_DEALLOC_DATA_OK
 o CM_PREPARE_OK
 public static final int CM_PREPARE_OK
 o CM_JOIN_TRANSACTION
 public static final int CM_JOIN_TRANSACTION

Constructors

 o CPICStatusReceived
 public CPICStatusReceived(int initialValue)
 o CPICStatusReceived
 public CPICStatusReceived()

All Packages  Class Hierarchy  This Package  Previous  Next  Index