Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.common
Class SvcMsgDataRow

java.lang.Object
  |
  +--oracle.jbo.common.SvcMsgDataRow
All Implemented Interfaces:
DataRow, java.io.Serializable

public final class SvcMsgDataRow
extends java.lang.Object
implements DataRow
See Also:
Serialized Form

Field Summary
static int DATAROW_CURRENT_ROW
           
static int DATAROW_CURRENT_ROW_AT_RANGE_INDEX
           
static int DATAROW_DELETE
           
static int DATAROW_FROM_RANGE_REFRESHED
           
static int DATAROW_FROM_RANGE_SCROLLED
           
static int DATAROW_INSERT
           
static int DATAROW_REMOVE_FROM_COLLECTION
           
static int DATAROW_REVERT_DELETE
           
static int DATAROW_REVERT_UPDATE
           
static int DATAROW_ROW
           
static int DATAROW_UPDATE
           

 

Fields inherited from interface oracle.svcmsg.DataRow
ROW_OP_DELETE, ROW_OP_INSERT, ROW_OP_UPDATE

 

Constructor Summary
SvcMsgDataRow()
           
SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, AttributeList row, java.lang.Object rowHandle, int[] changedAttrIndices)
           
SvcMsgDataRow(ObjectMarshaller marshaller, int rowType, int rsiId, int rowIndex, java.lang.Object[] attrVals, int[] attrIndices, java.lang.Object rowHandle, int rowRSIId)
           

 

Method Summary
 java.lang.Object getAttribute(int attrId)
           
 int[] getAttributeIndices()
           
 java.lang.Object[] getAttributes()
           
 java.util.BitSet getAttributeUpdateableFlags()
           
 java.lang.Object getHandle()
           
 java.lang.Object getOldHandle()
           
 int getOperation()
           
 int getRowIndex()
           
 int getRowRSIId()
           
 int getRSIId()
           
static java.lang.Object marshalValue(java.lang.Object obj, ObjectMarshaller marshaller)
           
 void setAttribute(int attrId, java.lang.Object value)
           
 void setOldHandle(java.lang.Object hdl)
           
static java.lang.Object unMarshalValue(java.lang.Object obj, ObjectMarshaller marshaller)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DATAROW_UPDATE

public static final int DATAROW_UPDATE
See Also:
Constant Field Values

DATAROW_INSERT

public static final int DATAROW_INSERT
See Also:
Constant Field Values

DATAROW_ROW

public static final int DATAROW_ROW
See Also:
Constant Field Values

DATAROW_CURRENT_ROW_AT_RANGE_INDEX

public static final int DATAROW_CURRENT_ROW_AT_RANGE_INDEX
See Also:
Constant Field Values

DATAROW_CURRENT_ROW

public static final int DATAROW_CURRENT_ROW
See Also:
Constant Field Values

DATAROW_FROM_RANGE_REFRESHED

public static final int DATAROW_FROM_RANGE_REFRESHED
See Also:
Constant Field Values

DATAROW_FROM_RANGE_SCROLLED

public static final int DATAROW_FROM_RANGE_SCROLLED
See Also:
Constant Field Values

DATAROW_DELETE

public static final int DATAROW_DELETE
See Also:
Constant Field Values

DATAROW_REMOVE_FROM_COLLECTION

public static final int DATAROW_REMOVE_FROM_COLLECTION
See Also:
Constant Field Values

DATAROW_REVERT_DELETE

public static final int DATAROW_REVERT_DELETE
See Also:
Constant Field Values

DATAROW_REVERT_UPDATE

public static final int DATAROW_REVERT_UPDATE
See Also:
Constant Field Values
Constructor Detail

SvcMsgDataRow

public SvcMsgDataRow()

SvcMsgDataRow

public SvcMsgDataRow(ObjectMarshaller marshaller,
                     int rowType,
                     int rsiId,
                     int rowIndex,
                     java.lang.Object[] attrVals,
                     int[] attrIndices,
                     java.lang.Object rowHandle,
                     int rowRSIId)

SvcMsgDataRow

public SvcMsgDataRow(ObjectMarshaller marshaller,
                     int rowType,
                     int rsiId,
                     int rowIndex,
AttributeList row,
                     java.lang.Object rowHandle,
                     int[] changedAttrIndices)
Method Detail

getAttribute

public java.lang.Object getAttribute(int attrId)
Specified by:
getAttribute in interface DataRow

setAttribute

public void setAttribute(int attrId,
                         java.lang.Object value)
Specified by:
setAttribute in interface DataRow

getOperation

public int getOperation()
Specified by:
getOperation in interface DataRow

getRSIId

public int getRSIId()

getRowIndex

public int getRowIndex()

getAttributes

public java.lang.Object[] getAttributes()
Specified by:
getAttributes in interface DataRow

getAttributeUpdateableFlags

public java.util.BitSet getAttributeUpdateableFlags()

getAttributeIndices

public int[] getAttributeIndices()

getHandle

public java.lang.Object getHandle()

getOldHandle

public java.lang.Object getOldHandle()

setOldHandle

public void setOldHandle(java.lang.Object hdl)

getRowRSIId

public int getRowRSIId()

marshalValue

public static java.lang.Object marshalValue(java.lang.Object obj,
ObjectMarshaller marshaller)

unMarshalValue

public static java.lang.Object unMarshalValue(java.lang.Object obj,
ObjectMarshaller marshaller)

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.