Business Components

Serialized Form


Package oracle.jbo

Class oracle.jbo.AfterCommitException implements Serializable

Class oracle.jbo.AfterPostException implements Serializable

Class oracle.jbo.AfterRollbackException implements Serializable

Class oracle.jbo.AlreadyConnectedException implements Serializable

Class oracle.jbo.AlreadyLockedException implements Serializable

Class oracle.jbo.ApplicationModuleCreateException implements Serializable

Class oracle.jbo.AttributeLoadException implements Serializable

Class oracle.jbo.AttributeReadXMLException implements Serializable

Class oracle.jbo.AttrSetValException implements Serializable

Class oracle.jbo.AttrValException implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mObjType

int mObjType

Class oracle.jbo.CustomClassNotFoundException implements Serializable

Class oracle.jbo.DeadEntityAccessException implements Serializable

Serialized Fields

mKey

Key mKey
Creates an exception to be localized using CSMessageBundle and error code EXC_DEAD_ENTITY_ACCESS. Message parameters are accessable through 'get' methods.

Class oracle.jbo.DeadViewRowAccessException implements Serializable

Class oracle.jbo.DeleteEvent implements Serializable

Class oracle.jbo.DMLException implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mEntityRow

Row mEntityRow

mEntityRowHandle

int mEntityRowHandle

mOperation

int mOperation

Class oracle.jbo.InsertDeleteEvent implements Serializable

Serialized Fields

mRowCountInRange

int mRowCountInRange

mRowCountInRangeBefore

int mRowCountInRangeBefore

Class oracle.jbo.InsertEvent implements Serializable

Class oracle.jbo.InvalidAttrKindException implements Serializable

Class oracle.jbo.InvalidDefNameException implements Serializable

Class oracle.jbo.InvalidObjNameException implements Serializable

Class oracle.jbo.InvalidOperException implements Serializable

Class oracle.jbo.InvalidOwnerException implements Serializable

Class oracle.jbo.InvalidParamException implements Serializable

Class oracle.jbo.JboEvent implements Serializable

Class oracle.jbo.JboException implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mHelper

JboExceptionHelper mHelper

Class oracle.jbo.JboSerializationException implements Serializable

Class oracle.jbo.JboWarning implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mHelper

JboExceptionHelper mHelper

Class oracle.jbo.Key implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mHashCode

int mHashCode

mKeyValues

java.lang.Object[] mKeyValues

mRowHandle

java.lang.Object mRowHandle

mSignature

long mSignature

Class oracle.jbo.KeyNotFoundException implements Serializable

Class oracle.jbo.NameClashException implements Serializable

Class oracle.jbo.NavigationEvent implements Serializable

Serialized Fields

dstRow

Row dstRow

srcRow

Row srcRow

Class oracle.jbo.NoDefException implements Serializable

Class oracle.jbo.NoObjException implements Serializable

Class oracle.jbo.NotConnectedException implements Serializable

Class oracle.jbo.NoXMLFileException implements Serializable

Class oracle.jbo.PersistenceException implements Serializable

Class oracle.jbo.PiggybackException implements Serializable

Class oracle.jbo.RangeEvent implements Serializable

Class oracle.jbo.RangeRefreshEvent implements Serializable

Serialized Fields

mRangeStart

int mRangeStart

mRowCountInRange

int mRowCountInRange

mRows

Row[] mRows

Class oracle.jbo.ReadOnlyAttrException implements Serializable

Class oracle.jbo.ReadOnlyViewObjectException implements Serializable

Class oracle.jbo.ReadXMLException implements Serializable

Class oracle.jbo.RemoveWithDetailsException implements Serializable

Class oracle.jbo.RowCreateException implements Serializable

Class oracle.jbo.RowEvent implements Serializable

Serialized Fields

mRow

Row mRow

mRowIndex

int mRowIndex

Class oracle.jbo.RowInconsistentException implements Serializable

Serialized Fields

mKey

Key mKey
Constructs a new instance.

Class oracle.jbo.RowNotFoundException implements Serializable

Class oracle.jbo.RowReadXMLException implements Serializable

Class oracle.jbo.RowValException implements Serializable

Class oracle.jbo.ScrollEvent implements Serializable

Serialized Fields

mRangeStartBefore

int mRangeStartBefore

Class oracle.jbo.SQLDatumException implements Serializable

Class oracle.jbo.SQLStmtException implements Serializable

Class oracle.jbo.TooManyObjectsException implements Serializable

Class oracle.jbo.UpdateEvent implements Serializable

Serialized Fields

mChangedAttrIndices

int[] mChangedAttrIndices

Class oracle.jbo.ValidationException implements Serializable

Class oracle.jbo.VariantException implements Serializable

Class oracle.jbo.ViewCriteria implements Serializable

Serialized Fields

mViewObject

ViewObject mViewObject

Class oracle.jbo.ViewLinkAlreadyExistsException implements Serializable


Package oracle.jbo.common

Class oracle.jbo.common.ClientDocument implements Serializable

Serialized Fields

_root

ClientElement _root
The Element that defines the root of the XML tree. From this root, you can walk the tree.

Class oracle.jbo.common.ClientElement implements Serializable

Serialized Fields

_attributes

java.util.Hashtable _attributes
The attributes, normally used to define this Element

_clientElements

java.util.Vector _clientElements
The collection of Elements that are parented by this Element

_tagName

java.lang.String _tagName
The tagName used, normally used to identify this Element

Class oracle.jbo.common.JboAssert implements Serializable

Class oracle.jbo.common.JboExMsgCarrier implements Serializable

Serialized Fields

mClassName

java.lang.String mClassName

Class oracle.jbo.common.JboUnexpectedException implements Serializable

Class oracle.jbo.common.PiggybackClsCheckWrapper implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mClassName

java.lang.String mClassName

mContent

byte[] mContent

mException

JboException mException

mToWrap

java.lang.Object mToWrap

Class oracle.jbo.common.PiggybackEventEntry implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations of Serializable interface
Serialized Fields

mId

int mId

mInitFlag

boolean mInitFlag

mRangeStart

int mRangeStart

mRangeStartBefore

int mRangeStartBefore

mRowCountInRange

int mRowCountInRange

mType

int mType

Class oracle.jbo.common.PiggybackExceptionEntry implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations of Serializable interface
Serialized Fields

colIndex

int colIndex

e

java.lang.Object e

mRSIId

int mRSIId

rowId

int rowId

Class oracle.jbo.common.PiggybackHandleEntry implements Serializable

Serialized Fields

mBoolArray

boolean[] mBoolArray

mFullName

java.lang.String mFullName

mHObjArray

PiggybackHandleEntry[] mHObjArray

mId

int mId

mIntArray

int[] mIntArray

mName

java.lang.String mName

mStrArray

java.lang.String[] mStrArray

mType

int mType

Class oracle.jbo.common.PiggybackKeyEntry implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations of Serializable interface
Serialized Fields

mKeyValues

java.lang.Object[] mKeyValues

mRowHandle

java.lang.Object mRowHandle

mSignature

long mSignature

Class oracle.jbo.common.PiggybackNavigEntry implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations of Serializable interface
Serialized Fields

mCurrentRowSlot

int mCurrentRowSlot

mId

int mId

mRowIndex

int mRowIndex

Class oracle.jbo.common.PiggybackObjRemovedEntry implements Serializable

Serialized Fields

mId

int mId

Class oracle.jbo.common.PiggybackRowEntry implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations of Serializable interface
Serialized Fields

columnIdx

int[] columnIdx

handle

java.lang.Object handle

index

int index

mAttrVals

java.lang.Object[] mAttrVals

mMarshaller

ObjectMarshaller mMarshaller

rowRSIId

int rowRSIId

type

int type

viewId

int viewId

Class oracle.jbo.common.PiggybackValueEntry implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations of Serializable interface
Serialized Fields

index

int index

value

java.lang.Object value

Class oracle.jbo.common.PiggybackViewEntry implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations of Serializable interface
Serialized Fields

exEntries

PiggybackExceptionEntry[] exEntries

pbEntries

PiggybackEntry[] pbEntries

viewId

int viewId

Class oracle.jbo.common.UnknownSQLTypeException implements Serializable


Package oracle.jbo.common.ampool

Class oracle.jbo.common.ampool.ApplicationPoolException implements Serializable


Package oracle.jbo.domain

Class oracle.jbo.domain.Array implements Serializable

Serialized Fields

mData

oracle.sql.ARRAY mData

mElemData

java.lang.Object[] mElemData

mElemDataGotten

boolean mElemDataGotten

mElemFactory

oracle.sql.CustomDatumFactory mElemFactory

mElemXMLFactory

XMLDomainFactory mElemXMLFactory

mInitElemXMLFactory

boolean mInitElemXMLFactory

mOwner

DomainOwnerInterface mOwner

mTrans

Transaction mTrans

Class oracle.jbo.domain.BFileDomain implements Serializable

Serialized Fields

bFile

oracle.sql.BFILE bFile

mData

java.io.ByteArrayOutputStream mData

xAct

java.lang.Object xAct

Class oracle.jbo.domain.BlobDomain implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream)
                  throws java.io.IOException
Serialized Fields

mData

java.io.ByteArrayOutputStream mData

Class oracle.jbo.domain.ClobDomain implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream)
                  throws java.io.IOException
Serialized Fields

mData

java.io.ByteArrayOutputStream mData

Class oracle.jbo.domain.DataCreationException implements Serializable

Class oracle.jbo.domain.DateDomain implements Serializable

Serialized Fields

mData

java.lang.Object mData
Deprecated. 

Class oracle.jbo.domain.DomainValidationException implements Serializable

Class oracle.jbo.domain.GenericDomainException implements Serializable

Class oracle.jbo.domain.NullValue implements Serializable

Serialized Fields

mSQLTypeId

int mSQLTypeId

Class oracle.jbo.domain.Ref implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream)
                  throws java.io.IOException
Serialized Fields

mData

byte[] mData

mStructName

java.lang.String mStructName

mTrans

Transaction mTrans

Class oracle.jbo.domain.SQLValue implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

mVal

java.lang.Object mVal


Package oracle.jbo.html.databeans

Class oracle.jbo.html.databeans.ToolBarButtonContainer implements Serializable

Serialized Fields

toolbar

BaseNavigatorBar toolbar


Package oracle.jbo.server

Class oracle.jbo.server.ContainerObjectEvent implements Serializable

Serialized Fields

mComponent

ComponentObject mComponent

Class oracle.jbo.server.Debug implements Serializable

Class oracle.jbo.server.EntityEvent implements Serializable

Serialized Fields

mChangedColumns

int[] mChangedColumns

mEventType

int mEventType

mNewKey

Key mNewKey

mOldState

int mOldState

mOldValues

java.lang.Object[] mOldValues

Class oracle.jbo.server.JboEventObject implements Serializable

Serialized Fields

mData

java.util.Hashtable mData
Stores the name-value pairs that this event carries as a payload from the publisher of this event.

mName

java.lang.String mName
Name of the event for which this event object is created. This is used by JDeveloper wizards.

Class oracle.jbo.server.JboMessageObject implements Serializable

Class oracle.jbo.server.SequenceImpl implements Serializable

Serialized Fields

mSeqName

java.lang.String mSeqName

mTrans

DBTransaction mTrans

mVal

java.lang.Integer mVal

Class oracle.jbo.server.SQLValueImpl implements Serializable

Serialized Fields

mStmt

java.lang.String mStmt

mTrans

DBTransaction mTrans

mVal

java.lang.Object mVal

Class oracle.jbo.server.TransactionEvent implements Serializable

Serialized Fields

mTransaction

DBTransaction mTransaction


Package oracle.jbo.server.rules

Class oracle.jbo.server.rules.CompareValidatorCustomizer implements Serializable

Serialized Fields

chkInverse

javax.swing.JCheckBox chkInverse

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

listener

java.beans.PropertyChangeListener listener

mVal

java.lang.Object mVal

operList

javax.swing.JComboBox operList

rhsText

javax.swing.JTextField rhsText

STR_EQUALTO

java.lang.String STR_EQUALTO

STR_GREATEREQUALTO

java.lang.String STR_GREATEREQUALTO

STR_GREATERTHAN

java.lang.String STR_GREATERTHAN

STR_LESSEQUALTO

java.lang.String STR_LESSEQUALTO

STR_LESSTHAN

java.lang.String STR_LESSTHAN

Class oracle.jbo.server.rules.JboGenericValidator implements Serializable

Serialized Fields

mbInSetup

boolean mbInSetup

mbSetup

boolean mbSetup

mDescription

java.lang.String mDescription

mList

java.util.Vector mList

mLValue

java.lang.Object mLValue

mMax

java.lang.Object mMax

mMin

java.lang.Object mMin

mOwner

java.lang.Object mOwner

mPrec

java.lang.String mPrec

mPrecision

int mPrecision

mScale

java.lang.String mScale

mScaleInt

int mScaleInt

mType

java.lang.Class mType

mUpdateable

boolean mUpdateable

mVariantList

java.util.Vector mVariantList


Package oracle.jbo.server.util

Class oracle.jbo.server.util.JboNamedData implements Serializable

Serialized Fields

mIsDirty

boolean mIsDirty

mIsNew

boolean mIsNew

mName

java.lang.String mName

mType

java.lang.String mType

mValue

java.lang.Object mValue

Class oracle.jbo.server.util.PropertyChangeEvent implements Serializable

Serialized Fields

newValue

java.lang.Object newValue

oldValue

java.lang.Object oldValue

propertyName

java.lang.String propertyName

Class oracle.jbo.server.util.Variant implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serialized Fields

bigDecimalVal

java.math.BigDecimal bigDecimalVal

booleanVal

boolean booleanVal

byteArrayVal

byte[] byteArrayVal

dateVal

java.sql.Date dateVal

doubleVal

double doubleVal

floatVal

float floatVal

intVal

int intVal

longVal

long longVal

setType

int setType

stringVal

java.lang.String stringVal

timestampVal

java.sql.Timestamp timestampVal

timeVal

java.sql.Time timeVal

type

int type


Business Components