Business Components 9.0.5

oracle.jbo.common
Class ROTEntry

java.lang.Object
  extended byoracle.jbo.common.ROTEntry
All Implemented Interfaces:
java.io.Serializable

public class ROTEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static byte APPLICATION_MODULE_TYPE
           
static byte COMPONENT_OBJECT_TYPE
           
 java.lang.String mFullObjName
           
 byte mObjType
           
 int mRemoteObjId
           
static byte ROW_SET_ITERATOR_TYPE
           
static byte ROW_SET_TYPE
           
static byte VIEW_OBJECT_TYPE
           
 
Constructor Summary
ROTEntry(int remoteObjId, byte objType, java.lang.String fullObjName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROW_SET_ITERATOR_TYPE

public static final byte ROW_SET_ITERATOR_TYPE
See Also:
Constant Field Values

ROW_SET_TYPE

public static final byte ROW_SET_TYPE
See Also:
Constant Field Values

VIEW_OBJECT_TYPE

public static final byte VIEW_OBJECT_TYPE
See Also:
Constant Field Values

APPLICATION_MODULE_TYPE

public static final byte APPLICATION_MODULE_TYPE
See Also:
Constant Field Values

COMPONENT_OBJECT_TYPE

public static final byte COMPONENT_OBJECT_TYPE
See Also:
Constant Field Values

mRemoteObjId

public final int mRemoteObjId

mObjType

public final byte mObjType

mFullObjName

public final java.lang.String mFullObjName
Constructor Detail

ROTEntry

public ROTEntry(int remoteObjId,
                byte objType,
                java.lang.String fullObjName)

Business Components 9.0.5

 

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