Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

Serialized Form


Package oracle.adf.model

Class oracle.adf.model.BindingContext extends java.lang.Object implements Serializable

serialVersionUID: 3114329020915398600L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ArrayList instance from a stream (that is, deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Does not save the map that this context extends. Only saves out the context/application type and persistent IDs.

Throws:
java.io.IOException
Serialized Fields

mClient

byte mClient

logger

java.util.logging.Logger logger

mPersistentStates

java.util.HashMap<K,V> mPersistentStates

mFramePolicy

oracle.adf.model.BindingContext.DCFramePolicy mFramePolicy

mPersPageMap

java.util.HashMap<K,V> mPersPageMap

_personalizationKey

java.lang.Object _personalizationKey

Package oracle.adf.model.adapter

Class oracle.adf.model.adapter.AdapterContext extends java.util.HashMap implements Serializable

Serialized Fields

mBindingCtx

BindingContext mBindingCtx

mLogger

oracle.adf.share.logging.ADFLogger mLogger

Class oracle.adf.model.adapter.AdapterException extends JboException implements Serializable

Class oracle.adf.model.adapter.DTContext extends AdapterContext implements Serializable

Serialized Fields

mLogger

oracle.adf.share.logging.ADFLogger mLogger

Package oracle.adf.model.adapter.bean.provider

Class oracle.adf.model.adapter.bean.provider.BeanDataProvider extends java.util.HashMap<K extends java.lang.String,V extends BeanDataCollection> implements Serializable

Serialized Fields

_viewMap

java.util.Map<K,V> _viewMap

Package oracle.adf.model.binding

Class oracle.adf.model.binding.DCBindingContainerChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

panelBinding

DCBindingContainer panelBinding

Class oracle.adf.model.binding.DCBindingContainerCurrencyChangeEvent extends DCBindingContainerChangeEvent implements Serializable

Serialized Fields

m_Row

Row m_Row

m_iter

DCIteratorBinding m_iter

Class oracle.adf.model.binding.DCBindingContainerValidationEvent extends java.util.EventObject implements Serializable

Serialized Fields

mDC

DCDataControl mDC

mPanelBinding

DCBindingContainer mPanelBinding

mIter

DCIteratorBinding mIter

mRow

Row mRow

mAttrName

java.lang.String mAttrName

mNewValue

java.lang.Object mNewValue

mModifiedNewValue

java.lang.Object mModifiedNewValue

mModified

boolean mModified

Class oracle.adf.model.binding.DCBindingContainerValueChangeEvent extends DCBindingContainerChangeEvent implements Serializable

Serialized Fields

newValue

java.lang.Object newValue

attrDef

AttributeDef attrDef

row

Row row

Class oracle.adf.model.binding.DCDataChangeEvent extends DataChangeEvent implements Serializable

Serialized Fields

mBaseEvent

DataChangeEvent mBaseEvent

Class oracle.adf.model.binding.DCDataExceptionEvent extends DataExceptionEvent implements Serializable

Serialized Fields

mBaseEvent

DataExceptionEvent mBaseEvent

Class oracle.adf.model.binding.DCInvokeMethodEvent extends java.util.EventObject implements Serializable

Serialized Fields

mInstance

java.lang.Object mInstance

mArgs

java.lang.Object[] mArgs

mResult

java.lang.Object mResult

Class oracle.adf.model.binding.DCMethodParameterDef extends PropertyNameValueDef implements Serializable

Serialization Methods

readObject

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

writeObject

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

mOption

int mOption

Class oracle.adf.model.binding.DCVariableImpl extends VariableImpl implements Serializable

Class oracle.adf.model.binding.DCVariableValueManagerImpl extends VariableValueManagerImpl implements Serializable

Serialized Fields

mBindingContainer

DCBindingContainer mBindingContainer

Package oracle.adf.model.connection

Class oracle.adf.model.connection.ConnectionException extends JboException implements Serializable


Package oracle.adf.model.connection.webservice.api

Class oracle.adf.model.connection.webservice.api.PolicyReference extends java.lang.Object implements Serializable

serialVersionUID: 7197917855930192961L

Serialized Fields

category

java.lang.String category

uri

java.lang.String uri

enable

boolean enable

Package oracle.adf.model.dcframe

Class oracle.adf.model.dcframe.SavepointHandleImpl extends java.lang.Object implements Serializable

serialVersionUID: 5186725284742391657L

Serialized Fields

mMap

java.util.Map<K,V> mMap

Class oracle.adf.model.dcframe.TransactionProperties extends java.lang.Object implements Serializable

Serialized Fields

mIsReadOnly

boolean mIsReadOnly

Package oracle.adf.model.events

Class oracle.adf.model.events.Event extends java.util.EventObject implements Serializable

Serialized Fields

eventPayLoad

java.lang.Object eventPayLoad
Field eventPayLoad Stores the event payload value


eventName

java.lang.String eventName
Field eventName Stores the Event Name


Package oracle.adf.model.generic

Class oracle.adf.model.generic.DCGenericRowSetIteratorImpl extends DCRowSetIteratorImpl implements Serializable

Serialized Fields

mMasterRSI

DCGenericRowSetIteratorImpl mMasterRSI

mMasterRowKey

Key mMasterRowKey

mDetails

java.util.HashMap<K,V> mDetails

datacontrolFetch

boolean datacontrolFetch

Class oracle.adf.model.generic.DCRowSetIteratorImpl extends RowSetHelper implements Serializable

Serialized Fields

mVC

ViewCriteria mVC

mRowMatch

RowMatch mRowMatch

mApp

DCDataControl mApp

dataRows

java.util.List<E> dataRows

orgDataRows

java.util.List<E> orgDataRows

mProviderMethodResultLoc

java.lang.String mProviderMethodResultLoc

mProviderMethodResultUseCount

int mProviderMethodResultUseCount

mProvider

java.lang.Object mProvider

mProviderIter

java.util.Iterator<E> mProviderIter

mStructureDef

StructureDef mStructureDef

mAccessorName

java.lang.String mAccessorName

mCurrentRow

Row mCurrentRow

mHasAllRows

boolean mHasAllRows

mFetchedAllRows

boolean mFetchedAllRows

cursor

int cursor

rangeSize

int rangeSize

rangeStart

int rangeStart

hasNext

int hasNext

mCurrentRowSlot

int mCurrentRowSlot

mValidationFlag

boolean mValidationFlag

mExecuted

boolean mExecuted

mSyncLock

JboSyncLock mSyncLock

mRebuilt

boolean mRebuilt

mSC

SortCriteria[] mSC

Package oracle.binding

Class oracle.binding.DataChangeEvent extends DataEvent implements Serializable

Serialized Fields

mList

java.util.List<E> mList

mCause

java.lang.Throwable mCause

mTimestamp

java.sql.Timestamp mTimestamp

Class oracle.binding.DataEvent extends java.util.EventObject implements Serializable

Serialized Fields

mEventId

int mEventId

Class oracle.binding.DataExceptionEvent extends DataEvent implements Serializable

Serialized Fields

mCause

java.lang.Throwable mCause

mSeverity

DataExceptionEvent.SeverityType mSeverity

Package oracle.binding.meta

Class oracle.binding.meta.ArrayListDefinitionContainer extends java.util.ArrayList implements Serializable

Class oracle.binding.meta.DefaultDefinitionContext extends java.util.HashMap implements Serializable


Package oracle.jbo

Class oracle.jbo.AfterCommitException extends JboException implements Serializable

serialVersionUID: 1596207183567128210L

Class oracle.jbo.AfterPostException extends JboException implements Serializable

serialVersionUID: -4121620920434148893L

Class oracle.jbo.AfterRollbackException extends JboException implements Serializable

serialVersionUID: -1649196638847056286L

Class oracle.jbo.AlreadyConnectedException extends JboException implements Serializable

serialVersionUID: 3061266440818281996L

Class oracle.jbo.AlreadyLockedException extends JboException implements Serializable

serialVersionUID: -8543733763602004042L

Class oracle.jbo.ApplicationModuleCreateException extends JboException implements Serializable

serialVersionUID: 1184964841574271357L

Class oracle.jbo.ApplicationPoolSvcMsgContext extends java.lang.Object implements Serializable

serialVersionUID: 6528546318655238306L

Serialized Fields

mRequestList

java.util.ArrayList<E> mRequestList

mRtnEventList

java.util.ArrayList<E> mRtnEventList

mRtnClientData

byte[] mRtnClientData

mRtnPassivationId

int mRtnPassivationId

mRtnMostRecentStackId

int mRtnMostRecentStackId

mRtnConnectionMetadata

ConnectionMetadata mRtnConnectionMetadata

mRtnSessionData

SessionData mRtnSessionData

mRtnReservedPassivationId

int mRtnReservedPassivationId

mRtnStatistics

AMStatistics mRtnStatistics

mIsApplicationModuleRemoved

boolean mIsApplicationModuleRemoved

mIsApplicationModuleConnected

boolean mIsApplicationModuleConnected

mIsRetainState

boolean mIsRetainState

mJDBCConnectionType

byte mJDBCConnectionType

mJDBCDataSourceName

java.lang.String mJDBCDataSourceName

mJDBCDataSourceUser

java.lang.String mJDBCDataSourceUser

mJDBCDataSourcePassword

java.lang.String mJDBCDataSourcePassword

mJDBCConnectString

java.lang.String mJDBCConnectString

mJDBCProperties

java.util.Properties mJDBCProperties

mSessionCookie

SessionCookie mSessionCookie

mIgnorePiggyback

boolean mIgnorePiggyback

mBoundToWorkingSet

boolean mBoundToWorkingSet

mIsUseExclusive

boolean mIsUseExclusive

mJDBCConnectCount

int mJDBCConnectCount

mJDBCConnectException

JboException mJDBCConnectException

mAuthException

JboException mAuthException

mRequestPointer

int mRequestPointer

mStatus

int mStatus

mMessageType

byte mMessageType

mMessageId

long mMessageId

mRefCount

int mRefCount

Class oracle.jbo.AttrDependencyException extends JboException implements Serializable

serialVersionUID: -4123302554398855283L

Class oracle.jbo.AttributeLoadException extends JboException implements Serializable

serialVersionUID: -5305727229450484823L

Class oracle.jbo.AttributeReadXMLException extends ReadXMLException implements Serializable

serialVersionUID: -6731241970071854269L

Class oracle.jbo.AttrNotSelectedException extends JboException implements Serializable

serialVersionUID: 2097438933883274271L

Class oracle.jbo.AttrSetValException extends AttrValException implements Serializable

serialVersionUID: 6555982764990258574L

Class oracle.jbo.AttrValException extends ValidationException implements Serializable

serialVersionUID: 8274610932403316827L

Serialization Methods

readObject

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

writeObject

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

mObjType

int mObjType

mBaseAttrName

java.lang.String mBaseAttrName

mObjName

java.lang.String mObjName

mAttrName

java.lang.String mAttrName

mAttrNames

java.lang.String[] mAttrNames

mEntityKey

Key mEntityKey

mRowKey

Key mRowKey

mAttrValue

java.lang.Object mAttrValue

Class oracle.jbo.BatchDMLException extends DMLException implements Serializable

serialVersionUID: -238263387161265704L

Class oracle.jbo.ConfigException extends JboException implements Serializable

serialVersionUID: -745018634945671650L

Class oracle.jbo.ConnectionMetadata extends java.lang.Object implements Serializable

Serialized Fields

mUserName

java.lang.String mUserName

mDataSourceId

java.lang.String mDataSourceId

mJdbcURL

java.lang.String mJdbcURL

mSignature

long mSignature

Class oracle.jbo.CreateRowPrivilegeException extends JboException implements Serializable

serialVersionUID: 5558382000614719187L

Class oracle.jbo.CustomClassNotFoundException extends JboException implements Serializable

serialVersionUID: 3856911894134479147L

Class oracle.jbo.DeadEntityAccessException extends JboException implements Serializable

serialVersionUID: 3573346804654011328L

Serialized Fields

mKey

Key mKey

Class oracle.jbo.DeadViewRowAccessException extends JboException implements Serializable

serialVersionUID: -6719567585077842671L

Class oracle.jbo.DefinitionChangedException extends JboException implements Serializable

serialVersionUID: -1907870285304889536L

Serialized Fields

mNotFromDetailMessage

boolean mNotFromDetailMessage

Class oracle.jbo.DeleteEvent extends InsertDeleteEvent implements Serializable

serialVersionUID: 6119774265856241858L

Serialized Fields

mIsRemoveFromTable

boolean mIsRemoveFromTable

Class oracle.jbo.DMLConstraintException extends DMLException implements Serializable

serialVersionUID: -238463987161265704L

Class oracle.jbo.DMLException extends JboException implements Serializable

serialVersionUID: -238463387161265704L

Serialization Methods

readObject

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

writeObject

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

mOperation

int mOperation

mEntityRowHandle

int mEntityRowHandle

mEntityRow

Row mEntityRow

Class oracle.jbo.ExprEval extends java.lang.Object implements Serializable

serialVersionUID: 7289621258726840448L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

mExprStyle

int mExprStyle

mExprStr

java.lang.String mExprStr

mExprId

java.lang.String mExprId

Class oracle.jbo.HiddenDefException extends JboException implements Serializable

serialVersionUID: -2663186489649242197L

Class oracle.jbo.InsertDeleteEvent extends RowEvent implements Serializable

serialVersionUID: -7829180700845780254L

Serialized Fields

mRowCountInRangeBefore

int mRowCountInRangeBefore

mRowCountInRange

int mRowCountInRange

Class oracle.jbo.InsertEvent extends InsertDeleteEvent implements Serializable

serialVersionUID: -4241362118165558914L

Class oracle.jbo.InvalidAttrKindException extends JboException implements Serializable

serialVersionUID: 7146596356392796762L

Class oracle.jbo.InvalidDefNameException extends JboException implements Serializable

serialVersionUID: -3197157942396800224L

Class oracle.jbo.InvalidObjAccessException extends JboException implements Serializable

serialVersionUID: -5243523439578455424L

Class oracle.jbo.InvalidObjNameException extends JboException implements Serializable

serialVersionUID: -2499780415036967041L

Class oracle.jbo.InvalidOperException extends JboException implements Serializable

serialVersionUID: -160143750010970463L

Class oracle.jbo.InvalidOwnerException extends JboException implements Serializable

serialVersionUID: -8667451932886909198L

Class oracle.jbo.InvalidParamException extends JboException implements Serializable

serialVersionUID: 616477710515048450L

Class oracle.jbo.InvalidSortCriteriaAttrException extends JboException implements Serializable

serialVersionUID: 2636225028409257784L

Class oracle.jbo.JboEvent extends java.util.EventObject implements Serializable

serialVersionUID: -5867280535494894638L

Class oracle.jbo.JboException extends JboWarning implements Serializable

serialVersionUID: -9085642209876674883L

Serialization Methods

readObject

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

writeObject

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

mNeedsEntityToVOMapping

boolean mNeedsEntityToVOMapping

mHasPeerException

boolean mHasPeerException

mSource

java.lang.Object mSource

Class oracle.jbo.JboSerializationException extends JboException implements Serializable

serialVersionUID: 3165269778983746560L

Class oracle.jbo.JboWarning extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3813031814771384737L

Serialization Methods

readObject

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

writeObject

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

mHelper

JboExceptionHelper mHelper

Class oracle.jbo.Key extends java.lang.Object implements Serializable

serialVersionUID: -8629267242352418307L

Serialization Methods

readObject

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

writeObject

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

mKeyValues

java.lang.Object[] mKeyValues

mHashCode

int mHashCode

mRowHandle

java.lang.Object mRowHandle

mSignature

long mSignature

Class oracle.jbo.KeyNotFoundException extends JboException implements Serializable

serialVersionUID: -6273755646282283632L

Class oracle.jbo.KeyNotPopulatedException extends ValidationException implements Serializable

serialVersionUID: 2305602018760512231L

Class oracle.jbo.ListBindingMismatchException extends RowNotFoundException implements Serializable

serialVersionUID: -745019624945643753L

Serialized Fields

mPseudoUpdate

boolean mPseudoUpdate

Class oracle.jbo.NameClashException extends JboException implements Serializable

serialVersionUID: -182297507192533368L

Class oracle.jbo.NavigationEvent extends JboEvent implements Serializable

serialVersionUID: -3897260159324375339L

Serialized Fields

dstRow

Row dstRow

srcRow

Row srcRow

Class oracle.jbo.NoDefException extends JboException implements Serializable

serialVersionUID: -2663186489649242190L

Class oracle.jbo.NoObjException extends JboException implements Serializable

serialVersionUID: 1224251743062669174L

Class oracle.jbo.NotConnectedException extends JboException implements Serializable

serialVersionUID: -3064513809813312113L

Class oracle.jbo.NoXMLFileException extends PersistenceException implements Serializable

serialVersionUID: 2412134521687873751L

Class oracle.jbo.PCollException extends JboException implements Serializable

serialVersionUID: 8359350638118734521L

Class oracle.jbo.PersistenceException extends JboException implements Serializable

serialVersionUID: 1976243070299347617L

Class oracle.jbo.PiggybackException extends JboException implements Serializable

serialVersionUID: -7687796506692422622L

Class oracle.jbo.RangeEvent extends JboEvent implements Serializable

serialVersionUID: -444897423311230286L

Class oracle.jbo.RangeRefreshEvent extends RangeEvent implements Serializable

serialVersionUID: -1687357510565925960L

Serialized Fields

mRangeStart

int mRangeStart

mRowCountInRange

int mRowCountInRange

mRows

Row[] mRows

mIsNewCollection

boolean mIsNewCollection

mIsReset

boolean mIsReset

mIsPosReset

boolean mIsPosReset

Class oracle.jbo.ReadOnlyAttrException extends AttrValException implements Serializable

serialVersionUID: -7836202064873765540L

Class oracle.jbo.ReadOnlyDefObjectException extends PersistenceException implements Serializable

serialVersionUID: 1986243770269345634L

Class oracle.jbo.ReadOnlyViewObjectException extends JboException implements Serializable

serialVersionUID: 5882572451580067672L

Class oracle.jbo.ReadXMLException extends JboException implements Serializable

serialVersionUID: -1002660994017715955L

Class oracle.jbo.RemoveRowPrivilegeException extends JboException implements Serializable

serialVersionUID: 5558382000614719187L

Class oracle.jbo.RemoveWithDetailsException extends JboException implements Serializable

serialVersionUID: -8012101880498977464L

Class oracle.jbo.RowAlreadyDeletedException extends RowNotFoundException implements Serializable

serialVersionUID: -745119624945631650L

Class oracle.jbo.RowCreateException extends JboException implements Serializable

serialVersionUID: 1780968471527457781L

Class oracle.jbo.RowDMLException extends DMLException implements Serializable

serialVersionUID: -238433387161265704L

Serialized Fields

mRowDefFullName

java.lang.String mRowDefFullName

Class oracle.jbo.RowEvent extends JboEvent implements Serializable

serialVersionUID: 5411453434536288960L

Serialized Fields

mRow

Row mRow

mRowIndex

int mRowIndex

Class oracle.jbo.RowInconsistentException extends JboException implements Serializable

serialVersionUID: 3100818048730540844L

Serialized Fields

mKey

Key mKey

Class oracle.jbo.RowMatch extends ExprEval implements Serializable

serialVersionUID: 7289620958726840447L

Serialized Fields

mWhereClause

java.lang.String mWhereClause

Class oracle.jbo.RowNotAvailableException extends JboException implements Serializable

Class oracle.jbo.RowNotFoundException extends JboException implements Serializable

serialVersionUID: -745019624945631650L

Class oracle.jbo.RowReadXMLException extends ReadXMLException implements Serializable

serialVersionUID: -3575669682918457421L

Class oracle.jbo.RowSetManagementEvent extends JboEvent implements Serializable

serialVersionUID: -1598042102102674229L

Serialized Fields

mEventType

int mEventType

Class oracle.jbo.RowValException extends ValidationException implements Serializable

serialVersionUID: -4533213317444223817L

Serialized Fields

mObjType

int mObjType

mRowKey

Key mRowKey

Class oracle.jbo.ScrollEvent extends RangeEvent implements Serializable

serialVersionUID: -4180459954318060858L

Serialized Fields

mRangeStartBefore

int mRangeStartBefore

Class oracle.jbo.SessionData extends java.lang.Object implements Serializable

serialVersionUID: -1167969837999859515L

Serialized Fields

mEnvironment

java.util.Hashtable<K,V> mEnvironment

mUserData

java.util.Hashtable<K,V> mUserData

Class oracle.jbo.SortCriteriaImpl extends java.lang.Object implements Serializable

Serialized Fields

mAttrName

java.lang.String mAttrName

mAttrIndex

int mAttrIndex

mDesc

boolean mDesc

mCase

boolean mCase

Class oracle.jbo.SQLDatumException extends JboException implements Serializable

serialVersionUID: 6625024822412673248L

Class oracle.jbo.SQLStmtException extends JboException implements Serializable

serialVersionUID: -1907870285304883536L

Class oracle.jbo.TooManyObjectsException extends JboException implements Serializable

serialVersionUID: -2820960965452515853L

Serialized Fields

mRowDefName

java.lang.String mRowDefName

mKey

Key mKey

mKeyName

java.lang.String mKeyName

Class oracle.jbo.TransactionStateEvent extends JboEvent implements Serializable

serialVersionUID: -1598042112102674228L

Serialized Fields

mEventType

int mEventType

mClearCache

boolean mClearCache

Class oracle.jbo.TxnValException extends ValidationException implements Serializable

serialVersionUID: -1002660094017715955L

Class oracle.jbo.UpdateAttrPrivilegeException extends AttrValException implements Serializable

serialVersionUID: -7836202064873765540L

Class oracle.jbo.UpdateEvent extends RowEvent implements Serializable

serialVersionUID: 4047852614312524817L

Serialized Fields

mChangedAttrIndices

int[] mChangedAttrIndices

mAccToRefresh

java.util.List<E> mAccToRefresh

mRowKeyUpdated

short mRowKeyUpdated

mHintsChanged

boolean mHintsChanged

Class oracle.jbo.ValidationException extends JboException implements Serializable

serialVersionUID: 2305603018860512231L

Serialization Methods

readObject

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

writeObject

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

mRowDefFullName

java.lang.String mRowDefFullName

Class oracle.jbo.VariantException extends JboException implements Serializable

serialVersionUID: 5308326355677694631L

Class oracle.jbo.ViewClearCacheEvent extends JboEvent implements Serializable

serialVersionUID: -3738389854991635355L

Serialized Fields

mVOs

ViewObject[] mVOs

Class oracle.jbo.ViewCriteria extends java.util.Vector implements Serializable

serialVersionUID: -1936719611032545661L

Serialized Fields

mIsDirty

boolean mIsDirty

mUseFormatters

boolean mUseFormatters

mManager

ViewCriteriaManager mManager

mName

java.lang.String mName

mConjunction

int mConjunction

mUseBindVarsOnly

boolean mUseBindVarsOnly

mAppliedIfJoinSatisfied

boolean mAppliedIfJoinSatisfied

m1013CompatibilityMode

boolean m1013CompatibilityMode

mSavedVariablesMap

java.util.HashMap<K,V> mSavedVariablesMap

mModifiedVariablesMap

java.util.HashMap<K,V> mModifiedVariablesMap

listeners

java.util.ArrayList<E> listeners

Class oracle.jbo.ViewCriteriaItem extends JboAbstractMap implements Serializable

Serialization Methods

readObject

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

writeObject

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

FORMAT_INFO_UNINITIALIZED

byte FORMAT_INFO_UNINITIALIZED

FORMAT_INFO_NOT_AVAILABLE

byte FORMAT_INFO_NOT_AVAILABLE

FORMAT_INFO_AVAILABLE

byte FORMAT_INFO_AVAILABLE

mHasFormatInfo

byte mHasFormatInfo

Class oracle.jbo.ViewCriteriaItemCompound extends ViewCriteriaItem implements Serializable

Serialized Fields

mItemHolder

ViewCriteria mItemHolder

mHasData

boolean mHasData

Class oracle.jbo.ViewCriteriaItemValue extends JboAbstractMap implements Serializable

Serialized Fields

mValue

java.lang.Object mValue

mIsBindVar

boolean mIsBindVar

mIsSqlFragment

boolean mIsSqlFragment

mOwner

ViewCriteriaItem mOwner

mIndex

int mIndex

mHasTrigger

boolean mHasTrigger

Class oracle.jbo.ViewCriteriaUsage extends java.lang.Object implements Serializable

Serialized Fields

mName

java.lang.String mName

mFullName

java.lang.String mFullName

mConjunction

int mConjunction

Class oracle.jbo.ViewLinkAlreadyExistsException extends JboException implements Serializable

serialVersionUID: 5298584086014971009L

Class oracle.jbo.ViewObjectNotPreparedException extends JboException implements Serializable

serialVersionUID: -6959197577317234381L


Package oracle.jbo.client.remote

Class oracle.jbo.client.remote.ApplicationModuleImpl extends PropertiesHelper implements Serializable

Serialized Fields

session

oracle.jbo.client.remote.RootAppModuleHelper session

mObjects

WeakHashtable mObjects

mObjectsRemoved

java.util.ArrayList<E> mObjectsRemoved

mSvcMsgExceptions

java.util.ArrayList<E> mSvcMsgExceptions

mApplicationModules

WeakVector mApplicationModules

mRowSetIterators

WeakVector mRowSetIterators

mViewObjects

WeakVector mViewObjects

mViewLinks

WeakVector mViewLinks

mComponentObjects

WeakVector mComponentObjects

mUnmarshalledRows

java.util.ArrayList<E> mUnmarshalledRows

mTxnListeners

java.util.ArrayList<E> mTxnListeners

mViewClearCacheListeners

java.util.ArrayList<E> mViewClearCacheListeners

mName

java.lang.String mName

mFullName

java.lang.String mFullName

mDefName

java.lang.String mDefName

mDefFullName

java.lang.String mDefFullName

mProxyInterfaceName

java.lang.String mProxyInterfaceName

mExceptionHandler

JboExceptionHandler mExceptionHandler

mSyncMode

int mSyncMode

mIsBoundToWorkingSet

boolean mIsBoundToWorkingSet

mRootAM

ApplicationModuleImpl mRootAM

mParent

ApplicationModuleImpl mParent

mRemoved

boolean mRemoved

mIsDetached

boolean mIsDetached

mIsTxnDirty

boolean mIsTxnDirty

mHasPendingDataPosts

boolean mHasPendingDataPosts

mTheOtherRSI

oracle.jbo.client.remote.RowSetIteratorImpl mTheOtherRSI

mTheRSI

oracle.jbo.client.remote.RowSetIteratorImpl mTheRSI

mPostListeners

java.util.ArrayList<E> mPostListeners

mResponseEntriesId

int mResponseEntriesId

mResponseProcLevel

int mResponseProcLevel

mInsertDeleteInResp

boolean mInsertDeleteInResp

mDeferredRespEnts

java.util.ArrayList<E> mDeferredRespEnts

mResourceBundleDefs

java.util.HashMap<K,V> mResourceBundleDefs

mId

int mId

mSyncLock

JboSyncLock mSyncLock

mDefValMode

byte mDefValMode

mLocaleContext

LocaleContext mLocaleContext

mConnMode

int mConnMode

mCommitSeq

int mCommitSeq

mRemoteAmRequestHandler

AbstractAppModuleRequestHandler mRemoteAmRequestHandler

mWorkingSet

WSApplicationModuleImpl mWorkingSet

mSyncingWorkingSet

boolean mSyncingWorkingSet

mExcDuringResponseProc

java.lang.Exception mExcDuringResponseProc

mReleaseLevel

int mReleaseLevel

mPendingReleaseLevelSync

boolean mPendingReleaseLevelSync

mBaseCompOpers

java.util.HashMap<K,V> mBaseCompOpers

Class oracle.jbo.client.remote.AttributeDefImpl extends AttributeDefHelper implements Serializable

Serialized Fields

am

ApplicationModuleImpl am

viewId

int viewId

mControlHintsFetched

boolean mControlHintsFetched

mHasFormatInfo

byte mHasFormatInfo

mCompOpers

java.util.ArrayList<E> mCompOpers

Class oracle.jbo.client.remote.ClientVariableValueManager extends VariableValueManagerImpl implements Serializable

Serialized Fields

mAM

ApplicationModuleImpl mAM

mIsInSync

boolean mIsInSync

mBatchOpers

java.util.ArrayList<E> mBatchOpers

mDoBatchOpers

boolean mDoBatchOpers

Class oracle.jbo.client.remote.ComponentUsageImpl extends PropertiesHelper implements Serializable

Serialized Fields

mName

java.lang.String mName

mFullName

java.lang.String mFullName

mDefName

java.lang.String mDefName

mDefFullName

java.lang.String mDefFullName

mId

int mId

mAM

ApplicationModuleImpl mAM

mIsReadOnly

boolean mIsReadOnly

Class oracle.jbo.client.remote.ViewLinkImpl extends PropertiesHelper implements Serializable

Serialized Fields

mAM

ApplicationModuleImpl mAM

mId

int mId

mName

java.lang.String mName

mFullName

java.lang.String mFullName

mDefName

java.lang.String mDefName

mDefFullName

java.lang.String mDefFullName

mSrc

ViewObject mSrc

mDest

ViewObject mDest

Class oracle.jbo.client.remote.ViewUsageImpl extends PropertiesHelper implements Serializable

Serialized Fields

mName

java.lang.String mName

mFullName

java.lang.String mFullName

mDefName

java.lang.String mDefName

mDefFullName

java.lang.String mDefFullName

mSubstitutedDefNames

java.lang.String[] mSubstitutedDefNames

mId

int mId

mAM

ApplicationModuleImpl mAM

mStruct

StructureDefImpl mStruct

mDefaultRowSet

RowSet mDefaultRowSet

mRowSets

WeakVector mRowSets

mStrongRowSetRefs

java.util.ArrayList<E> mStrongRowSetRefs

mIsInternal

boolean mIsInternal

mIsReadOnly

boolean mIsReadOnly

mIsNameGenerated

boolean mIsNameGenerated

mViewLinks

java.util.ArrayList<E> mViewLinks

mCriteria

ViewCriteria mCriteria

mCriteriaGotten

boolean mCriteriaGotten

mCriteriaMap

java.util.HashMap<K,V> mCriteriaMap

mCriteriaMapComplete

boolean mCriteriaMapComplete

mMarshalVCs

java.util.HashMap<K,V> mMarshalVCs

mReqdVC

ViewCriteria mReqdVC

mRowProxyClassName

java.lang.String mRowProxyClassName

mInterfaceName

java.lang.String mInterfaceName

mSyncLock

JboSyncLock mSyncLock

mAppObjState

int mAppObjState

mKeyAttrs

AttributeDef[] mKeyAttrs

mSignature

long mSignature

mActivationMode

int mActivationMode

mSubclassDefs

java.util.HashMap<K,V> mSubclassDefs

mVariableManager

ClientVariableValueManager mVariableManager

mResBundleDef

ResourceBundleDef mResBundleDef

mLBs

java.util.HashMap<K,V> mLBs

Package oracle.jbo.common

Class oracle.jbo.common.AccessorNameTokenizer extends java.lang.Object implements Serializable

Serialized Fields

mAccessorPaths

java.lang.String[] mAccessorPaths

tokenizers

java.util.StringTokenizer[] tokenizers

Class oracle.jbo.common.AccTravDefImpl extends java.lang.Object implements Serializable

Serialized Fields

mAllLevelsAccTravDef

AccTravDef mAllLevelsAccTravDef

mAllLevels

boolean mAllLevels

mAccTravQualifiers

AccTravQualifier[] mAccTravQualifiers

mAccTravLimit

int mAccTravLimit

Class oracle.jbo.common.AccTravInvokeImpl extends java.lang.Object implements Serializable

Serialized Fields

mAccName

java.lang.String mAccName

mAccTravDef

AccTravDef mAccTravDef

Class oracle.jbo.common.AccTravQualAllImpl extends AccTravQualBaseImpl implements Serializable

Class oracle.jbo.common.AccTravQualBaseImpl extends java.lang.Object implements Serializable

Serialized Fields

mParent

AccTravDef mParent

mAccTravInvokes

AccTravInvoke[] mAccTravInvokes

Class oracle.jbo.common.AccTravQualByAttrValuesImpl extends AccTravQualBaseImpl implements Serializable

Serialized Fields

mAttrNames

java.lang.String[] mAttrNames

mAttrIndices

int[] mAttrIndices

mAttrValues

java.lang.Object[] mAttrValues

Class oracle.jbo.common.AccTravQualByDefFullNameImpl extends AccTravQualBaseImpl implements Serializable

Serialized Fields

mDefFullName

java.lang.String mDefFullName

Class oracle.jbo.common.ApplicationModuleHelper extends PropertiesHelper implements Serializable

Serialized Fields

caches

java.util.ArrayList<E> caches

storages

java.util.HashMap<K,V> storages

qvId

int qvId

Class oracle.jbo.common.AttributeDefHelper extends PropertiesHelper implements Serializable

serialVersionUID: -4129053166706409679L

Serialization Methods

readObject

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

writeObject

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

name

java.lang.String name

columnName

java.lang.String columnName

columnNameForQuery

java.lang.String columnNameForQuery

index

int index

sqlType

int sqlType

typeGroup

int typeGroup

kind

byte kind

isSelected

boolean isSelected

isQueriable

boolean isQueriable

isFromReference

boolean isFromReference

updateable

byte updateable

primarykey

boolean primarykey

mandatory

boolean mandatory

precision

int precision

scale

int scale

elemClassName

java.lang.String elemClassName

javaTypeName

java.lang.String javaTypeName

isDynViewLinkAcc

boolean isDynViewLinkAcc

lovName

java.lang.String lovName

isDiscrColumn

boolean isDiscrColumn

Class oracle.jbo.common.AttributeDefValue extends java.lang.Object implements Serializable

serialVersionUID: 8411559511898114805L

Serialized Fields

mName

java.lang.String mName

mColumnName

java.lang.String mColumnName

mColumnNameForQuery

java.lang.String mColumnNameForQuery

mIndex

int mIndex

mJavaTypeName

java.lang.String mJavaTypeName

mSQLType

int mSQLType

mTypeGroup

int mTypeGroup

mKind

byte mKind

mIsDiscrColumn

boolean mIsDiscrColumn

mIsSelected

boolean mIsSelected

mIsQueriable

boolean mIsQueriable

mIsFromReference

boolean mIsFromReference

mUpdateable

byte mUpdateable

mIsPrimaryKey

boolean mIsPrimaryKey

mIsMandatory

boolean mIsMandatory

mPrecision

int mPrecision

mScale

int mScale

mElemTypeName

java.lang.String mElemTypeName

mCompOpers

java.util.ArrayList<E> mCompOpers

mLOVName

java.lang.String mLOVName

Class oracle.jbo.common.AttributeInfo extends AttributeDefHelper implements Serializable

serialVersionUID: 5876481126638284575L

Serialized Fields

mAllAttributes

boolean mAllAttributes

mUsageName

java.lang.String mUsageName

mBaseAttrName

java.lang.String mBaseAttrName

Class oracle.jbo.common.ClientDocument extends java.lang.Object implements Serializable

serialVersionUID: -1132199426017350583L

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 extends java.lang.Object implements Serializable

serialVersionUID: 328413193055424146L

Serialized Fields

_tagName

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


_attributes

java.util.HashMap<K,V> _attributes
The attributes, normally used to define this Element


_clientElements

java.util.ArrayList<E> _clientElements
The collection of Elements that are parented by this Element

Class oracle.jbo.common.DBSortCriteriaImpl extends SortCriteriaImpl implements Serializable

Serialization Methods

writeObject

public void writeObject(DefWriter jos)
Serialized Fields

mDBSortCriteria

SortCriteria[] mDBSortCriteria

mNew

boolean mNew

mIsDirty

boolean mIsDirty

mOrigObject

DefPersistable mOrigObject

Class oracle.jbo.common.GenericResourceBundleDef extends PersistableDefObject implements Serializable

serialVersionUID: 7567558037366304618L

Serialization Methods

readObject

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

writeObject

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

mResourceBundleId

java.lang.String mResourceBundleId

mQualifiedBundleId

java.lang.String mQualifiedBundleId

Class oracle.jbo.common.GraphCycleException extends JboException implements Serializable

serialVersionUID: -4454790948884836557L

Class oracle.jbo.common.JboAssert extends JboException implements Serializable

serialVersionUID: 193033080533599863L

Class oracle.jbo.common.JboCompOper extends java.lang.Object implements Serializable

Serialization Methods

writeObject

public void writeObject(DefWriter jos)
Serialized Fields

mToDo

int mToDo

mMsgBundleClass

java.lang.Class<T> mMsgBundleClass

mMsgBundleClassName

java.lang.String mMsgBundleClassName

mResourceBundleDef

ResourceBundleDef mResourceBundleDef

mOperDescStrCode

java.lang.String mOperDescStrCode

mOperDesc

java.lang.String mOperDesc

mOper

java.lang.String mOper

mMinCardinality

int mMinCardinality

mMaxCardinality

int mMaxCardinality

mExpression

java.lang.String mExpression

mId

java.lang.String mId

mNew

boolean mNew

mIsDirty

boolean mIsDirty

mOrigObject

DefPersistable mOrigObject

Class oracle.jbo.common.JboExceptionHelper extends PropertiesHelper implements Serializable

Serialized Fields

mAppendCodes

boolean mAppendCodes

mErrorCode

java.lang.String mErrorCode

mEx

JboMessage mEx

mMsg

java.lang.String mMsg

mErrorParams

java.lang.Object[] mErrorParams

mErrorParamsMap

java.util.Map<K,V> mErrorParamsMap

mDetails

java.util.ArrayList<E> mDetails

mLocale

LocaleContext mLocale

mSeverity

int mSeverity

Class oracle.jbo.common.JboExHelperLocalized extends JboExceptionHelper implements Serializable

Serialized Fields

mResBundleClass

java.lang.Class<T> mResBundleClass

mResBundleDef

ResourceBundleDef mResBundleDef

Class oracle.jbo.common.JboExMsgCarrier extends JboException implements Serializable

serialVersionUID: -9176907450512126474L

Serialized Fields

mClassName

java.lang.String mClassName

Class oracle.jbo.common.JboServiceMessage extends ServiceMessage implements Serializable

serialVersionUID: -6193967590429663228L

Serialization Methods

readObject

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

writeObject

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

mRefs

java.util.ArrayList<E> mRefs

mSerRequests

byte[] mSerRequests

mSerResponses

byte[] mSerResponses

mSerRefs

byte[] mSerRefs

mSyncMode

int mSyncMode

mSyncROTReq

SvcMsgRequestParams mSyncROTReq

mOutOfBandResponse

SvcMsgResponseValues mOutOfBandResponse

Class oracle.jbo.common.JboUnexpectedException extends JboException implements Serializable

serialVersionUID: 7786725054459512130L

Class oracle.jbo.common.ListBindingDefSerializer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mName

java.lang.String mName

mStaticList

boolean mStaticList

mListVOName

java.lang.String mListVOName

mListRSIName

java.lang.String mListRSIName

mAttrNames

java.lang.String[] mAttrNames

mAttrExpressions

java.lang.String[] mAttrExpressions

mDerAttrNames

java.lang.String[] mDerAttrNames

mListAttrNames

java.lang.String[] mListAttrNames

mListDisplayAttrNames

java.lang.String[] mListDisplayAttrNames

mListRangeSize

int mListRangeSize

mValueList

java.lang.Object[] mValueList

mLabelList

java.lang.String[] mLabelList

mMRUCount

int mMRUCount

mRowLevelBinds

boolean mRowLevelBinds

mNullValueFlag

int mNullValueFlag

mNullValueId

java.lang.String mNullValueId

mNullValueText

java.lang.String mNullValueText

mResourceBundleDef

ResourceBundleDef mResourceBundleDef

Class oracle.jbo.common.Lock extends java.lang.Object implements Serializable

Class oracle.jbo.common.MasterRowHandles extends java.lang.Object implements Serializable

Serialized Fields

mMasterRowHandleValues

int[] mMasterRowHandleValues

mHashCode

int mHashCode

Class oracle.jbo.common.MessageBundleDef extends GenericResourceBundleDef implements Serializable

serialVersionUID: -7748107179793842528L

Serialization Methods

readObject

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

Class oracle.jbo.common.PiggybackClsCheckWrapper extends java.lang.Object implements Serializable

serialVersionUID: 2490607987755373002L

Serialization Methods

readObject

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

writeObject

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

mToWrap

java.lang.Object mToWrap

mClassName

java.lang.String mClassName

mContent

byte[] mContent

mException

JboException mException

Class oracle.jbo.common.PropertiesBundleDef extends GenericResourceBundleDef implements Serializable

serialVersionUID: 3934693231401944781L

Class oracle.jbo.common.PropertiesHelper extends java.lang.Object implements Serializable

serialVersionUID: -8184632577788078608L

Serialized Fields

mProperties

java.util.Hashtable<K,V> mProperties

Class oracle.jbo.common.ROTEntry extends java.lang.Object implements Serializable

serialVersionUID: 5889479533835909877L

Serialized Fields

mRemoteObjectId

int mRemoteObjectId

mObjectType

byte mObjectType

mFullObjectName

java.lang.String mFullObjectName

mRowFilterValues

java.lang.Object[] mRowFilterValues

mCliIteratorState

SvcMsgIteratorState mCliIteratorState

Class oracle.jbo.common.RowSetHelper extends PropertiesHelper implements Serializable

Serialized Fields

mName

java.lang.String mName

listeners

java.util.ArrayList<E> listeners

mMgmtListeners

java.util.ArrayList<E> mMgmtListeners

Class oracle.jbo.common.RowSetIteratorHelper extends RowSetHelper implements Serializable

Serialized Fields

mCurrentRow

Row mCurrentRow

Class oracle.jbo.common.SvcMethodRequest extends SvcMsgRequest implements Serializable

serialVersionUID: 6217409377705598405L

Serialization Methods

readObject

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

writeObject

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

mTarget

java.lang.Object mTarget

mArgTypeNames

java.lang.String[] mArgTypeNames

mArgs

java.lang.Object[] mArgs

mSerializedArgs

byte[] mSerializedArgs

mCustomSerialized

boolean mCustomSerialized

Class oracle.jbo.common.SvcMethodResponse extends SvcMsgResponse implements Serializable

serialVersionUID: 6217409345205598405L

Serialization Methods

readObject

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

writeObject

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

mResponse

java.lang.Object mResponse

mSerializedResponse

byte[] mSerializedResponse

mCustomSerialized

boolean mCustomSerialized

Class oracle.jbo.common.SvcMsgDataRow extends java.lang.Object implements Serializable

serialVersionUID: 1942183121873446262L

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Implementations for Serializable interface

Throws:
java.io.IOException
Serialized Fields

mMarshaller

ObjectMarshaller mMarshaller

mRowType

int mRowType

mViewDefId

int mViewDefId

mRSIId

int mRSIId

mRangeStart

int mRangeStart

mRowIndex

int mRowIndex

mAttrVals

java.lang.Object[] mAttrVals

mAttrIndices

int[] mAttrIndices

mAttrFlags

java.util.BitSet mAttrFlags

mRowRSIId

int mRowRSIId

mHandle

java.lang.Object mHandle

mOldHandle

java.lang.Object mOldHandle

mRowFilterValues

java.lang.Object mRowFilterValues

mServerRowKey

Key mServerRowKey

mNewRowState

byte mNewRowState

mIsRowCurrent

boolean mIsRowCurrent

mIsRowSetExecuted

boolean mIsRowSetExecuted

mIsRangeAtBottom

boolean mIsRangeAtBottom

mIsRangeAtTop

boolean mIsRangeAtTop

mHintsChanged

boolean mHintsChanged

Class oracle.jbo.common.SvcMsgIteratorState extends java.lang.Object implements Serializable

serialVersionUID: -7310120216291393715L

Serialized Fields

mIsExecuted

boolean mIsExecuted

mRangeStart

int mRangeStart

mRangeSize

int mRangeSize

mCurrentRowIndex

int mCurrentRowIndex

mCurrentRowSlot

int mCurrentRowSlot

mIsRangeAtBottom

int mIsRangeAtBottom

mIsRangeAtTop

int mIsRangeAtTop

mRowsRemoved

int mRowsRemoved

Class oracle.jbo.common.SvcMsgNoData extends java.lang.Object implements Serializable

serialVersionUID: 2810645510282515531L

Class oracle.jbo.common.SvcMsgRequest extends java.lang.Object implements Serializable

serialVersionUID: 2642758844354578413L

Serialized Fields

mSourceId

java.lang.Object mSourceId

mOper

int mOper

mName

java.lang.String mName

Class oracle.jbo.common.SvcMsgRequestParams extends SvcMsgRequest implements Serializable

serialVersionUID: -7310120216291193715L

Serialized Fields

mIntParams

int[] mIntParams

mLongParams

long[] mLongParams

mBooleanParams

boolean[] mBooleanParams

mObjectParams

java.lang.Object[] mObjectParams

Class oracle.jbo.common.SvcMsgResponse extends java.lang.Object implements Serializable

serialVersionUID: 4889689643297071948L

Serialized Fields

mOperation

int mOperation

mName

java.lang.String mName

Class oracle.jbo.common.SvcMsgResponseByValueRowSet extends SvcMsgResponse implements Serializable

serialVersionUID: -895574434111903383L

Serialized Fields

mRSIRef

ResponseRef mRSIRef

mRowSetData

SvcMsgResponseRowEvent mRowSetData

mIsForRowSet

boolean mIsForRowSet

Class oracle.jbo.common.SvcMsgResponseEvent extends SvcMsgResponseValues implements Serializable

serialVersionUID: 6503444420753042248L

Serialized Fields

mSourceId

int mSourceId

mSeqId

int mSeqId

Class oracle.jbo.common.SvcMsgResponseException extends SvcMsgResponse implements Serializable

serialVersionUID: 494258653277703791L

Serialization Methods

readObject

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

writeObject

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

Throws:
java.io.IOException
Serialized Fields

mDetail

java.lang.Object mDetail

mSourceId

int mSourceId

mIsForWorkingSet

boolean mIsForWorkingSet

mHasImplObject

boolean mHasImplObject

Class oracle.jbo.common.SvcMsgResponseFullRef extends SvcMsgResponseValues implements Serializable

serialVersionUID: 4536254113917331317L

Class oracle.jbo.common.SvcMsgResponseNavig extends SvcMsgResponse implements Serializable

serialVersionUID: 6460152157942060909L

Serialization Methods

readObject

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

writeObject

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

Throws:
java.io.IOException
Serialized Fields

mSourceId

int mSourceId

mAbsRowIndex

int mAbsRowIndex

mRangeRowIndex

int mRangeRowIndex

mCurrentRowSlot

int mCurrentRowSlot

mRowFilterValues

java.lang.Object[] mRowFilterValues

Class oracle.jbo.common.SvcMsgResponseRef extends SvcMsgResponse implements Serializable

serialVersionUID: 5723228674481806093L

Serialized Fields

mRefId

int mRefId

Class oracle.jbo.common.SvcMsgResponseRowEvent extends SvcMsgResponse implements Serializable

serialVersionUID: 6578687308944520011L

Serialized Fields

mSourceId

int mSourceId

mRowCountInRange

int mRowCountInRange

mRangeStartBefore

int mRangeStartBefore

mRangeStart

int mRangeStart

mSeqId

int mSeqId

mIsNewCollection

boolean mIsNewCollection

mIsRangeRefreshed

boolean mIsRangeRefreshed

mIsRangeReset

boolean mIsRangeReset

mIsRangeAtBottom

boolean mIsRangeAtBottom

mIsRangeAtTop

boolean mIsRangeAtTop

mRowFilterValues

java.lang.Object[] mRowFilterValues

mRows

java.util.ArrayList<E> mRows

mMasterRowHandles

int[] mMasterRowHandles

mRangeSize

int mRangeSize

Class oracle.jbo.common.SvcMsgResponseValues extends SvcMsgResponse implements Serializable

serialVersionUID: -8316762600913461073L

Serialization Methods

readObject

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

writeObject

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

mIntValues

int[] mIntValues

mLongValues

long[] mLongValues

mBooleanValues

boolean[] mBooleanValues

mObjectValues

java.lang.Object[] mObjectValues

Class oracle.jbo.common.SvcMsgVariable extends java.lang.Object implements Serializable

Serialized Fields

mOper

int mOper

mRemoteId

int mRemoteId

mVariable

Variable mVariable

mName

java.lang.String mName

mValue

java.lang.Object mValue

Class oracle.jbo.common.UnknownSQLTypeException extends JboException implements Serializable

serialVersionUID: -5619860948548953117L

Class oracle.jbo.common.UsageInfo extends java.lang.Object implements Serializable

serialVersionUID: -5860820063449492907L

Serialized Fields

mIsEntity

boolean mIsEntity

mName

java.lang.String mName

mDefName

java.lang.String mDefName

mReferenceOnly

boolean mReferenceOnly

mReadOnly

boolean mReadOnly

mAssocName

java.lang.String mAssocName

mAssocEndName

java.lang.String mAssocEndName

mSrcUsageName

java.lang.String mSrcUsageName

mJoinType

int mJoinType

Class oracle.jbo.common.UUID extends java.lang.Object implements Serializable

serialVersionUID: 9008807960891297392L

Serialized Fields

mMSB

long mMSB

mLSB

long mLSB

Class oracle.jbo.common.VariableImpl extends NamedObjectImpl implements Serializable

serialVersionUID: -9072335479779259293L

Serialization Methods

readObject

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

writeObject

public void writeObject(DefWriter jos)

writeObject

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

mNotNull

boolean mNotNull
Value determines whether the attribute is null.


mPrecision

int mPrecision
Precision Value for the attribute, defaulted to zero.


mScale

int mScale
Scale value for attribute, set by default to 0. This is the number of decimal points before/after the decimal based on whether on whether the scale if positive or negative.


mUpdateable

byte mUpdateable
Value determines whether the attribute is updatable.


mDefaultValue

java.lang.Object mDefaultValue
The default value of the attribute.


mKind

java.lang.String mKind

mExtendedData

java.lang.Object mExtendedData

FORMAT_INFO_UNINITIALIZED

byte FORMAT_INFO_UNINITIALIZED

FORMAT_INFO_NOT_AVAILABLE

byte FORMAT_INFO_NOT_AVAILABLE

FORMAT_INFO_AVAILABLE

byte FORMAT_INFO_AVAILABLE

mHasFormatInfo

byte mHasFormatInfo

mPassivationNeeded

boolean mPassivationNeeded
The point is to only include meta-data for this variable in the passivation if it's dirty. Dirty means: created by code (not from XML meta-data), or touched by code since. It defaults to true and initFromXML is the only place that cleans it. This is not transient because 3-tier cloning uses serialization and we want the client to have exactly what the MT has, because when the client triggers an update and it's pushed to MT we want to be able to just replace it in the MT with the one from the client.


mIsDefinedDefaultValue

boolean mIsDefinedDefaultValue
Carry this as a non-transient boolean to make it trivial to serialize but still be able to tell if we can depend on the current default value. Another alternative is to carry the definedDefaultValue independent of the default value, but that would make the passivation image larger.


mTransientExpression

java.lang.String mTransientExpression

mExprEval

ExprEval mExprEval

mDirty

boolean mDirty

mNew

boolean mNew

mOrigObject

DefPersistable mOrigObject

mContextMap

java.util.HashMap<K,V> mContextMap

Class oracle.jbo.common.VariableManagerImpl extends java.lang.Object implements Serializable

Serialized Fields

mVariables

java.util.HashMap<K,V> mVariables

mVariableList

java.util.ArrayList<E> mVariableList

Class oracle.jbo.common.VariableValueManagerImpl extends VariableManagerImpl implements Serializable

Serialized Fields

mValues

java.util.HashMap<K,V> mValues

dw

LoopDiagnostic dw

Class oracle.jbo.common.ViewCriteriaImpl extends ViewCriteria implements Serializable

Serialization Methods

writeObject

public void writeObject(DefWriter jos)
Serialized Fields

mNew

boolean mNew

mOrigObject

DefPersistable mOrigObject

mDefMgr

DefinitionManager mDefMgr

mValidators

java.util.ArrayList<E> mValidators

mVoVariableManager

VariableManager mVoVariableManager

Class oracle.jbo.common.ViewCriteriaItemCompoundImpl extends ViewCriteriaItemCompound implements Serializable

Serialization Methods

writeObject

public void writeObject(DefWriter jos)
Serialized Fields

mNew

boolean mNew

mIsDirty

boolean mIsDirty

mOrigObject

DefPersistable mOrigObject

Class oracle.jbo.common.ViewCriteriaItemImpl extends ViewCriteriaItem implements Serializable

Serialization Methods

writeObject

public void writeObject(DefWriter jos)
Serialized Fields

mNew

boolean mNew

mIsDirty

boolean mIsDirty

mOrigObject

DefPersistable mOrigObject

Class oracle.jbo.common.ViewCriteriaItemValueImpl extends ViewCriteriaItemValue implements Serializable

Serialization Methods

writeObject

public void writeObject(DefWriter jos)

Class oracle.jbo.common.ViewCriteriaUsageImpl extends ViewCriteriaUsage implements Serializable

Serialization Methods

writeObject

public void writeObject(DefWriter jos)

Class oracle.jbo.common.ViewDefInfo extends java.lang.Object implements Serializable

serialVersionUID: 7199701355647931697L

Serialized Fields

mName

java.lang.String mName

mFullName

java.lang.String mFullName

mUsageList

java.util.List<E> mUsageList

mAttrDefList

java.util.List<E> mAttrDefList

mOrderByClause

java.lang.String mOrderByClause

mDefaultBaseDir

java.lang.String mDefaultBaseDir

Class oracle.jbo.common.XliffResourceBundleDef extends GenericResourceBundleDef implements Serializable

serialVersionUID: -3673822995851325814L


Package oracle.jbo.common.ampool

Class oracle.jbo.common.ampool.AMStatistics extends java.lang.Object implements Serializable

serialVersionUID: -3614862695406879642L

Serialized Fields

mNumOfVOs

long mNumOfVOs

mNumOfViewLinks

long mNumOfViewLinks

mNumNestedAppModules

long mNumNestedAppModules

mSessionID

java.lang.String mSessionID

mLockTime

long mLockTime

mCreationTimeMillis

long mCreationTimeMillis

mReleaseTime

long mReleaseTime

mTimeToCreateMillis

long mTimeToCreateMillis

mName

java.lang.String mName

mID

int mID

startTime

long startTime

lastSampleTime

long lastSampleTime

customStats

java.util.Map<K,V> customStats

Class oracle.jbo.common.ampool.AMStatistics.CountStatsInfo extends AMStatistics.StatsInfo implements Serializable

Serialized Fields

_value

long _value

Class oracle.jbo.common.ampool.AMStatistics.StatsInfo extends java.lang.Object implements Serializable

serialVersionUID: 3826360572486478372L

Serialized Fields

_type

java.lang.String _type

_name

java.lang.String _name

_description

java.lang.String _description

_valueAsObject

java.lang.Object _valueAsObject

Class oracle.jbo.common.ampool.AMStatistics.StringStatsInfo extends AMStatistics.StatsInfo implements Serializable

Serialized Fields

_value

java.lang.String _value

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

serialVersionUID: 4199995304429115537L

Serialized Fields

mCookie

SessionCookie mCookie

Class oracle.jbo.common.ampool.ApplicationPoolImpl extends ResourcePool implements Serializable

Serialized Fields

mSignature

long mSignature

mName

java.lang.String mName

mUserData

java.util.Hashtable<K,V> mUserData

mSessionId

int mSessionId

mEnvironment

java.util.Hashtable<K,V> mEnvironment

mConfigEnvInfoProvider

EnvInfoProvider mConfigEnvInfoProvider

mUserName

java.lang.String mUserName

mPassword

java.lang.String mPassword

mConnectString

java.lang.String mConnectString

mAppModuleCreationTimer

oracle.adf.share.perf.Timer mAppModuleCreationTimer

mAppModuleStateTracker

oracle.adf.share.perf.StateTracker mAppModuleStateTracker

mMessageId

int mMessageId

Class oracle.jbo.common.ampool.RemoteCookieImpl extends SessionCookieImpl implements Serializable

Class oracle.jbo.common.ampool.SessionCookieImpl extends java.lang.Object implements Serializable

serialVersionUID: 2910740964920232094L

Serialization Methods

readObject

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

writeObject

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

mApplicationId

java.lang.String mApplicationId

mSessionId

java.lang.String mSessionId

mPassivationId

int mPassivationId

mReservedPassivationId

int mReservedPassivationId

mPrevPassivationId

int mPrevPassivationId

mActivationRequired

boolean mActivationRequired

mSSOSubscriber

java.lang.String mSSOSubscriber

mIsSingleThreaded

boolean mIsSingleThreaded

mIsReferenceCounting

boolean mIsReferenceCounting

mEnvironment

java.util.Hashtable<K,V> mEnvironment

mUserData

java.util.Hashtable<K,V> mUserData

mLastUpdate

long mLastUpdate

Package oracle.jbo.common.colo

Class oracle.jbo.common.colo.ExceptionMarshaller extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1165958319431722884L

Serialized Fields

mStreamData

byte[] mStreamData

Package oracle.jbo.common.ejb

Class oracle.jbo.common.ejb.JboEJBException extends java.lang.Exception implements Serializable

Serialized Fields

mCause

java.lang.RuntimeException mCause

Package oracle.jbo.common.remote

Class oracle.jbo.common.remote.CompoundHandle extends java.lang.Object implements Serializable

serialVersionUID: -2715849711521951278L

Serialization Methods

readObject

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

writeObject

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

piggyback

byte[] piggyback

hObjArray

ObjectHandle[] hObjArray

Class oracle.jbo.common.remote.ObjectHandle extends java.lang.Object implements Serializable

serialVersionUID: 409309295124787456L

Serialized Fields

typ

int typ

name

java.lang.String name

fullName

java.lang.String fullName

id

int id

cliId

int cliId

piggyback

byte[] piggyback

intArray

int[] intArray

strArray

java.lang.String[] strArray

boolArray

boolean[] boolArray

mSignature

long mSignature

Class oracle.jbo.common.remote.PiggybackBoolean extends java.lang.Object implements Serializable

serialVersionUID: -8487283706541041764L

Serialized Fields

mValue

boolean mValue

mServiceMessage

ServiceMessage mServiceMessage

Class oracle.jbo.common.remote.PiggybackInt extends java.lang.Object implements Serializable

serialVersionUID: 1951659116413826013L

Serialized Fields

mValue

int mValue

mServiceMessage

ServiceMessage mServiceMessage

Class oracle.jbo.common.remote.PiggybackReturn extends java.lang.Object implements Serializable

serialVersionUID: -2440119616818567967L

Serialized Fields

mPiggyback

byte[] mPiggyback

mReturn

byte[] mReturn

mServiceMessage

ServiceMessage mServiceMessage

mIsReturnStreamValid

boolean mIsReturnStreamValid

Class oracle.jbo.common.remote.rAttributeDescription extends java.lang.Object implements Serializable

serialVersionUID: 8411559511898114805L

Serialized Fields

name

java.lang.String name

columnName

java.lang.String columnName

columnNameForQuery

java.lang.String columnNameForQuery

type

java.lang.String type

sqlType

int sqlType

kind

byte kind

isQueriable

boolean isQueriable

isFromReference

boolean isFromReference

updateable

byte updateable

primarykey

boolean primarykey

mandatory

boolean mandatory

precision

int precision

scale

int scale

elemClassName

java.lang.String elemClassName

Class oracle.jbo.common.remote.RowHandle extends java.lang.Object implements Serializable

serialVersionUID: -1984475390255987342L

Serialization Methods

readObject

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

writeObject

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

mType

int mType

mIterId

int mIterId

mRSIHandle

CompoundHandle mRSIHandle

mRowHandle

int mRowHandle

Class oracle.jbo.common.remote.SessionInfo extends java.lang.Object implements Serializable

serialVersionUID: 3545902847566025551L

Serialized Fields

mCtxEnv

byte[] mCtxEnv
Deprecated. 

Package oracle.jbo.common.remote.ejb

Class oracle.jbo.common.remote.ejb.JboMarshalledObject extends java.lang.Object implements Serializable

Serialized Fields

mObj

java.rmi.MarshalledObject<T> mObj

Class oracle.jbo.common.remote.ejb.MarshallingException extends RemoteJboException implements Serializable

Class oracle.jbo.common.remote.ejb.RemoteJboException extends ServiceException implements Serializable

serialVersionUID: -5310011113479537157L

Serialized Fields

mStreamData

byte[] mStreamData

Package oracle.jbo.common.sdo

Class oracle.jbo.common.sdo.SDOValueStore.RowSetList extends org.eclipse.persistence.sdo.helper.ListWrapper implements Serializable

Serialized Fields

rowSet

RowSet rowSet

isComposition

boolean isComposition

property

commonj.sdo.Property property

Package oracle.jbo.common.service.types

Class oracle.jbo.common.service.types.AttrCtrlHintsImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.BigDecimalResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.BigIntegerResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.BooleanResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.ByteResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.BytesResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.ChildFindCriteriaImpl extends FindCriteriaImpl implements Serializable

Class oracle.jbo.common.service.types.CtrlHintImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.DataHandlerResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.DataObjectResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.DateResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.DoubleResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.FindControlImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.FindCriteriaImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.FloatResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.IntegerResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.LongResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.MethodResultImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.ProcessControlImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.ProcessDataImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.ShortResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.SortAttributeImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.SortOrderImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.StringResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.TimeResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.TimestampResultImpl extends MethodResultImpl implements Serializable

Class oracle.jbo.common.service.types.ViewCriteriaImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.ViewCriteriaItemImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.common.service.types.ViewCriteriaRowImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable


Package oracle.jbo.common.ws

Class oracle.jbo.common.ws.WSAMComponent extends WSObject implements Serializable

Serialized Fields

mChangeFlags

java.util.BitSet mChangeFlags

Class oracle.jbo.common.ws.WSApplicationModuleImpl extends WSObject implements Serializable

Serialized Fields

mName

java.lang.String mName

mDefFullName

java.lang.String mDefFullName

mApplicationModules

java.util.ArrayList<E> mApplicationModules

mViewObjects

java.util.ArrayList<E> mViewObjects

mViewLinks

java.util.ArrayList<E> mViewLinks

mComponentObjects

java.util.ArrayList<E> mComponentObjects

mSyncMode

int mSyncMode

mAMFullName

java.lang.String mAMFullName

mIsSyncIteratorState

boolean mIsSyncIteratorState

mFetchAttrsMap

java.util.HashMap<K,V> mFetchAttrsMap

mFetchAttrLocale

java.util.Locale mFetchAttrLocale

mSortCriteriaMap

java.util.HashMap<K,V> mSortCriteriaMap

mLocale

java.util.Locale mLocale

mIsClient

int mIsClient

mResetStateInProg

boolean mResetStateInProg

Class oracle.jbo.common.ws.WSAttributeDefImpl extends java.lang.Object implements Serializable

Serialized Fields

mName

java.lang.String mName

Class oracle.jbo.common.ws.WSComponentObjectImpl extends WSAMComponent implements Serializable

Serialized Fields

mName

java.lang.String mName

mDefFullName

java.lang.String mDefFullName

mIsNew

boolean mIsNew

Class oracle.jbo.common.ws.WSObject extends JboAbstractMap implements Serializable

Serialized Fields

mId

int mId

mObjStat

int mObjStat

mVariableOpers

java.util.ArrayList<E> mVariableOpers

Class oracle.jbo.common.ws.WSRowSetImpl extends WSRowSetIteratorBase implements Serializable

Serialized Fields

mRowSetIterators

java.util.ArrayList<E> mRowSetIterators

mIsDefault

boolean mIsDefault

mWhereClauseParams

java.util.ArrayList<E> mWhereClauseParams

mIsForwardOnly

boolean mIsForwardOnly

mAccessMode

byte mAccessMode

mRangePagingCacheFactor

int mRangePagingCacheFactor

mIsAssociationConsistent

boolean mIsAssociationConsistent

mExecuteQuery

boolean mExecuteQuery

mExecuteQueryResetCurr

boolean mExecuteQueryResetCurr

mExecuteQueryForce

boolean mExecuteQueryForce

mRefreshDataModel

boolean mRefreshDataModel

mEmptyRowSet

boolean mEmptyRowSet

mRequestEstimatedRowCount

boolean mRequestEstimatedRowCount

mAttributeAccessorPath

java.lang.String[] mAttributeAccessorPath

mAccTravDef

AccTravDef mAccTravDef

mIsRangeSizeChanged

boolean mIsRangeSizeChanged

Class oracle.jbo.common.ws.WSRowSetIteratorBase extends WSAMComponent implements Serializable

Serialized Fields

mName

java.lang.String mName

Class oracle.jbo.common.ws.WSRowSetIteratorImpl extends WSRowSetIteratorBase implements Serializable

Serialized Fields

mIsDefault

boolean mIsDefault

mRowFilterValues

java.lang.Object[] mRowFilterValues

mIteratorState

SvcMsgIteratorState mIteratorState

mCurrentRowKey

Key mCurrentRowKey

mDetailRowSets

java.util.ArrayList<E> mDetailRowSets

mDetailLinkDefNames

java.util.ArrayList<E> mDetailLinkDefNames

mRangeSize

int mRangeSize

mRangeStart

int mRangeStart

mRowValidation

boolean mRowValidation

mIterMode

int mIterMode

Class oracle.jbo.common.ws.WSViewLinkImpl extends WSAMComponent implements Serializable

Serialized Fields

mName

java.lang.String mName

mDefFullName

java.lang.String mDefFullName

mEntityAssocName

java.lang.String mEntityAssocName

mAccessorName

java.lang.String mAccessorName

mIsNew

boolean mIsNew

mAssocClause

java.lang.String mAssocClause

mSourceName

java.lang.String mSourceName

mDestinationName

java.lang.String mDestinationName

Class oracle.jbo.common.ws.WSViewObjectImpl extends WSRowSetIteratorBase implements Serializable

Serialized Fields

mDefFullName

java.lang.String mDefFullName

mRowSets

java.util.ArrayList<E> mRowSets

mEOName

java.lang.String mEOName

mVOSelectClause

java.lang.String mVOSelectClause

mVOFromClause

java.lang.String mVOFromClause

mVOWhereClause

java.lang.String mVOWhereClause

mVOOrderByClause

java.lang.String mVOOrderByClause

mVOSQLStatement

java.lang.String mVOSQLStatement

mWhereClause

java.lang.String mWhereClause

mOrderByClause

java.lang.String mOrderByClause

mDynAttrs

java.util.ArrayList<E> mDynAttrs

mMaxFetchSize

int mMaxFetchSize

mQueryOptimizerHint

java.lang.String mQueryOptimizerHint

mQueryMode

int mQueryMode

mQueryTimeOut

int mQueryTimeOut

mSvcMsgViewCriteria

RequestParams mSvcMsgViewCriteria

mRowMatch

RowMatch mRowMatch

mSortBy

java.lang.String mSortBy

mVOImplClassName

java.lang.String mVOImplClassName

mDBSortCriteria

SortCriteria[] mDBSortCriteria

Package oracle.jbo.domain

Class oracle.jbo.domain.Array extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

mElemData

java.lang.Object[] mElemData

mFetchedElemData

boolean mFetchedElemData

mElemType

java.lang.Class<T> mElemType

mOwnerAttrIndex

int mOwnerAttrIndex
Index of the attribute in the domain owner's container.


mElemXMLFactory

XMLDomainFactory mElemXMLFactory

mTrans

Transaction mTrans

mOwner

DomainOwnerInterface mOwner

mSqlTypeName

java.lang.String mSqlTypeName

Class oracle.jbo.domain.BaseLobDomain extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class oracle.jbo.domain.BFileDomain extends java.lang.Object implements Serializable

serialVersionUID: -4600794293346504285L

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class oracle.jbo.domain.BlobDomain extends BaseLobDomain implements Serializable

serialVersionUID: 3776103424947309941L

Class oracle.jbo.domain.Char extends CHAR implements Serializable

serialVersionUID: -5720324827729458337L

Serialization Methods

readObject

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

writeObject

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

mHashCode

int mHashCode

Class oracle.jbo.domain.ClobDomain extends BaseLobDomain implements Serializable

serialVersionUID: 4019326676362184304L

Serialization Methods

readObject

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

writeObject

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

mFreeTempCLOB

boolean mFreeTempCLOB

mIsBindVar

boolean mIsBindVar

Class oracle.jbo.domain.DataCreationException extends AttrValException implements Serializable

serialVersionUID: -6379105704477707979L

Class oracle.jbo.domain.Date extends DATE implements Serializable

serialVersionUID: 5600076615126868258L

Serialization Methods

readObject

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

writeObject

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

mHashCode

int mHashCode

Class oracle.jbo.domain.DateDomain extends java.lang.Object implements Serializable

serialVersionUID: -8090406157415712829L

Serialized Fields

mData

java.lang.Object mData
Deprecated. 

Class oracle.jbo.domain.DBSequence extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

mVal

java.lang.Long mVal

mValString

java.lang.String mValString

mSeed

boolean mSeed

Class oracle.jbo.domain.DomainValidationException extends JboException implements Serializable

serialVersionUID: -142780779143945782L

Class oracle.jbo.domain.GenericDomainException extends JboException implements Serializable

serialVersionUID: -3138195987151128797L

Class oracle.jbo.domain.NClobDomain extends ClobDomain implements Serializable

serialVersionUID: -2760452899363952018L

Class oracle.jbo.domain.NoMasterRowMarker extends NullValue implements Serializable

serialVersionUID: 6384345001003884269L

Class oracle.jbo.domain.NullValue extends java.lang.Object implements Serializable

serialVersionUID: 6384347001003884267L

Serialized Fields

mSQLTypeId

int mSQLTypeId

Class oracle.jbo.domain.Number extends NUMBER implements Serializable

serialVersionUID: -6507359405709672486L

Serialized Fields

mHashCode

int mHashCode

Class oracle.jbo.domain.Raw extends RAW implements Serializable

serialVersionUID: -2170531656806664663L

Serialization Methods

readObject

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

writeObject

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

mHashCode

int mHashCode

Class oracle.jbo.domain.Ref extends java.lang.Object implements Serializable

serialVersionUID: -4710224942623842135L

Serialization Methods

readObject

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

writeObject

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

mStructName

java.lang.String mStructName

mData

byte[] mData

mTrans

Transaction mTrans

Class oracle.jbo.domain.RowID extends ROWID implements Serializable

serialVersionUID: -1471694256812793030L

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class oracle.jbo.domain.Sequence extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

mVal

java.lang.Long mVal

Class oracle.jbo.domain.SQLValue extends java.lang.Object implements Serializable

serialVersionUID: 3218652266170712346L

Serialization Methods

readObject

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

writeObject

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

mVal

java.lang.Object mVal

Class oracle.jbo.domain.Struct extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

mData

java.lang.Object mData
Internal: Applications should not use this field.


mHashCode

int mHashCode

mIsHashGood

boolean mIsHashGood

mIndexString

java.lang.String mIndexString

mOwner

DomainOwnerInterface mOwner

mConnection

java.lang.Object mConnection
Internal: Applications should not use this field.


mTxn

Transaction mTxn
Internal: Applications should not use this field.


mContext

java.util.HashMap<K,V> mContext
Internal: Applications should not use this field.


mOwnerAttrIndex

int mOwnerAttrIndex
Index of the attribute in the domain owner's container.


mXmlFac

XMLDomainFactory mXmlFac
The factory object that creates an instance of this STRUCT given an XML element.


mAttrXmlFac

XMLDomainFactory[] mAttrXmlFac
Factories for each of the attibutes if they have one.

Class oracle.jbo.domain.Timestamp extends TIMESTAMP implements Serializable

serialVersionUID: 5600076615126868258L

Serialization Methods

readObject

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

writeObject

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

mHashCode

int mHashCode

Class oracle.jbo.domain.TimestampLTZ extends TimestampTZ implements Serializable

serialVersionUID: -4945201390233819417L

Class oracle.jbo.domain.TimestampTZ extends Timestamp implements Serializable

serialVersionUID: -3369444459412987890L

Class oracle.jbo.domain.WhereClauseParamNoValue extends NullValue implements Serializable


Package oracle.jbo.domain.generic

Class oracle.jbo.domain.generic.GenericBlob extends BaseLobDomain implements Serializable

serialVersionUID: 3776103424947309941L

Class oracle.jbo.domain.generic.GenericClob extends BaseLobDomain implements Serializable

serialVersionUID: 4019326676362184304L

Serialization Methods

readObject

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

writeObject

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

mIsBindVar

boolean mIsBindVar

Package oracle.jbo.expr

Class oracle.jbo.expr.JIEvalException extends JIException implements Serializable

Class oracle.jbo.expr.JIEvaluationError extends JIException implements Serializable

Class oracle.jbo.expr.JIException extends JboException implements Serializable

Class oracle.jbo.expr.JISyntaxError extends JIException implements Serializable

Serialized Fields

mToken

JIToken mToken

Package oracle.jbo.format

Class oracle.jbo.format.DefaultCurrencyFormatter extends Formatter implements Serializable

Serialized Fields

_theLocale

LocaleContext _theLocale
The locale we are currently using


_theCurrencyFormatHelper

java.text.NumberFormat _theCurrencyFormatHelper
Heleper object to which we delegate all our work

Class oracle.jbo.format.DefaultDateFormatter extends Formatter implements Serializable

Serialized Fields

_theLocale

LocaleContext _theLocale
The locale we are currently using


_theSimpleDateFormatHelper

java.text.SimpleDateFormat _theSimpleDateFormatHelper
Heleper object to which we delegate all our work


_defaultFormatString

java.lang.String _defaultFormatString
Default format string

Class oracle.jbo.format.DefaultMessageFormatter extends Formatter implements Serializable

Serialized Fields

_theLocale

LocaleContext _theLocale
The locale we are currently using


_defaultFormatString

java.lang.String _defaultFormatString
Default format string


_theMessageFormatHelper

java.text.MessageFormat _theMessageFormatHelper
Helper object to which we delegate all our work

Class oracle.jbo.format.DefaultNumberFormatter extends Formatter implements Serializable

Serialized Fields

_theLocale

LocaleContext _theLocale
the Locale we are currently using


mSymbols

java.text.DecimalFormatSymbols mSymbols

Class oracle.jbo.format.DefaultPercentageFormatter extends Formatter implements Serializable

Serialized Fields

_theLocale

LocaleContext _theLocale
The locale we are currrently using


_thePercentageFormatHelper

java.text.NumberFormat _thePercentageFormatHelper
Heleper object to which we delegate all our work

Class oracle.jbo.format.FormatErrorException extends java.lang.Exception implements Serializable

Class oracle.jbo.format.Formatter extends java.text.Format implements Serializable

Class oracle.jbo.format.UnknownFormatterException extends java.lang.Exception implements Serializable

Class oracle.jbo.format.UnknownLocaleException extends java.lang.Exception implements Serializable


Package oracle.jbo.mom

Class oracle.jbo.mom.PropertyNameValueDef extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

mName

java.lang.String mName

mType

java.lang.String mType

mValue

java.lang.Object mValue

mDoNotConvert

boolean mDoNotConvert

NULL_VALUE

java.lang.String NULL_VALUE

Package oracle.jbo.mom.xml

Class oracle.jbo.mom.xml.DefDocumentImpl extends XMLDocument implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.jbo.mom.xml.DefElementImpl extends XMLElement implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.jbo.mom.xml.DefNodeFactory extends NodeFactory implements Serializable

Serialized Fields

_mdsKey

java.lang.Object _mdsKey

_mdsReference

java.lang.Object _mdsReference

Class oracle.jbo.mom.xml.DefPersistenceException extends JboException implements Serializable


Package oracle.jbo.pcoll

Class oracle.jbo.pcoll.PCollKeyInfo extends java.lang.Object implements Serializable

Serialized Fields

mKeyId

int mKeyId

mKey

java.lang.Object mKey

Class oracle.jbo.pcoll.PCollNode extends java.lang.Object implements Serializable

serialVersionUID: -1725543709925887570L

Serialization Methods

readObject

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

writeObject

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

mNodeId

long mNodeId

mLeftSib

PCollNode mLeftSib

mLeftSibId

long mLeftSibId

mRightSib

PCollNode mRightSib

mRightSibId

long mRightSibId

mColl

PCollection mColl

mParent

PCollNode mParent

mParentId

long mParentId

mPrevRUNode

PCollNode mPrevRUNode

mNextRUNode

PCollNode mNextRUNode

mIsLeaf

boolean mIsLeaf

mNumOfObjs

long mNumOfObjs

mElems

java.util.Vector<E> mElems

mPCollChanged

boolean mPCollChanged

mHasBeenPersisted

boolean mHasBeenPersisted

mNumPassivatedElems

int mNumPassivatedElems

mLockCount

int mLockCount

Class oracle.jbo.pcoll.PersistentMarker extends java.lang.Object implements Serializable

serialVersionUID: -8129162479180696429L

Serialized Fields

mPersistentId

long mPersistentId

mNumOfObjs

long mNumOfObjs

Package oracle.jbo.pool

Class oracle.jbo.pool.ResourcePoolException extends JboException implements Serializable

serialVersionUID: 8114106111085424322L


Package oracle.jbo.rules

Class oracle.jbo.rules.JboGenericValidator extends java.lang.Object implements Serializable

Serialized Fields

mMin

java.lang.Object mMin

mMax

java.lang.Object mMax

mList

java.util.Vector<E> mList

mVariantList

java.util.Vector<E> mVariantList

mPrec

java.lang.String mPrec

mScale

java.lang.String mScale

mPrecision

int mPrecision

mScaleInt

int mScaleInt

mUpdateable

boolean mUpdateable

mType

java.lang.Class<T> mType

mbSetup

boolean mbSetup

mbInSetup

boolean mbInSetup

mLValue

java.lang.Object mLValue

mDescription

java.lang.String mDescription

Package oracle.jbo.server

Class oracle.jbo.server.ContainerObjectEvent extends java.util.EventObject implements Serializable

Serialized Fields

mComponent

ComponentObject mComponent

Class oracle.jbo.server.Debug extends java.lang.RuntimeException implements Serializable

Class oracle.jbo.server.DeclarativeWhereClauseDef extends java.lang.Object implements Serializable

Class oracle.jbo.server.EntityEvent extends java.util.EventObject implements Serializable

Serialized Fields

mEventType

int mEventType

mOldState

int mOldState

mChangedColumns

int[] mChangedColumns

mOldValues

java.lang.Object[] mOldValues

mNewKey

Key mNewKey

mIsMarkQCDirty

boolean mIsMarkQCDirty

mBlgChanged

boolean mBlgChanged

Class oracle.jbo.server.EntityRowSetImpl extends ViewRowSetImpl implements Serializable

Serialized Fields

mEntityRowSetMode

byte mEntityRowSetMode

Class oracle.jbo.server.JboEventObject extends java.util.EventObject implements Serializable

Serialized Fields

mData

java.util.Hashtable<K,V> 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 extends JboEventObject implements Serializable

Class oracle.jbo.server.OperationDefinitionsImpl extends java.lang.Object implements Serializable

Serialized Fields

operationDefs

java.util.HashMap<K,V> operationDefs

Class oracle.jbo.server.RowQualifier extends RowMatch implements Serializable

Class oracle.jbo.server.SequenceImpl extends java.lang.Object implements Serializable

serialVersionUID: 1018145360143358684L

Serialized Fields

mSeqName

java.lang.String mSeqName

mTrans

DBTransaction mTrans

mVal

java.lang.Long mVal

Class oracle.jbo.server.SQLValueImpl extends java.lang.Object implements Serializable

serialVersionUID: -1121390361522561885L

Serialized Fields

mStmt

java.lang.String mStmt

mTrans

DBTransaction mTrans

mVal

java.lang.Object mVal

Class oracle.jbo.server.TransactionEvent extends java.util.EventObject implements Serializable

Serialized Fields

mTransaction

DBTransaction mTransaction

mFromTxn

boolean mFromTxn

mSource

java.lang.Object mSource

Class oracle.jbo.server.ViewRowSetImpl extends oracle.jbo.server.RowSetImpl implements Serializable

Serialized Fields

mQRef

ViewObjectImpl mQRef

mViews

java.util.ArrayList<E> mViews

mViewMap

java.util.HashMap<K,V> mViewMap

mVCFinderVOs

java.util.Map<K,V> mVCFinderVOs

mRowSetIteratorId

int mRowSetIteratorId

mDefaultView

ViewRowSetIteratorImpl mDefaultView

mMasterViews

java.util.ArrayList<E> mMasterViews

mUserParams

java.util.ArrayList<E> mUserParams

mParamValues

java.lang.Object[] mParamValues

mWhereParams

java.util.ArrayList<E> mWhereParams

mExecuteUserParams

java.util.ArrayList<E> mExecuteUserParams

mExecuteParamValues

java.lang.Object[] mExecuteParamValues

mExecuteWhereClause

java.lang.String mExecuteWhereClause

mPassivate

boolean mPassivate

mQC

QueryCollection mQC

mExecuted

oracle.jbo.server.ViewRowSetImpl.ExecuteState mExecuted

mNotifiedRefresh

boolean mNotifiedRefresh

mIsDefaultRS

boolean mIsDefaultRS

mIsNameGenerated

boolean mIsNameGenerated

mAccessMode

byte mAccessMode

mAccessModeFlags

short mAccessModeFlags

mRangePagingCacheFactor

int mRangePagingCacheFactor

mExecuteMaster

boolean mExecuteMaster

mIsOwnedByQC

boolean mIsOwnedByQC

mViewLinkMode

byte mViewLinkMode

mReceiveAllInsertEvents

boolean mReceiveAllInsertEvents

mMaxFetchSize

int mMaxFetchSize

mHasStateToPassivate

boolean mHasStateToPassivate

mParamsChanged

boolean mParamsChanged

mRowSetState

oracle.jbo.server.RowSetStateHolder mRowSetState

mVariableManager

VariableValueManager mVariableManager

mAssocDef

AssociationDefImpl mAssocDef

mAssocOwnerEntity

EntityImpl mAssocOwnerEntity

Class oracle.jbo.server.ViewRowSetIteratorImpl extends RowSetIteratorHelper implements Serializable

Serialized Fields

mViewRowSet

ViewRowSetImpl mViewRowSet

mViewSize

int mViewSize

mIsNameGenerated

boolean mIsNameGenerated

mIsDefaultRSI

boolean mIsDefaultRSI

mRefreshNeeded

boolean mRefreshNeeded

mSuppressEvents

int mSuppressEvents

mDetailRowSets

java.util.ArrayList<E> mDetailRowSets

mTopRowIndex

int mTopRowIndex

mSize

int mSize

mCurrentRowIndex

int mCurrentRowIndex

mPreviousCurrentRow

Row mPreviousCurrentRow

mPreviousCurrentRowIndex

int mPreviousCurrentRowIndex

mRowValidation

boolean mRowValidation

mBeyondAbsIndex

int mBeyondAbsIndex

mCurrentRowSlot

int mCurrentRowSlot

mIterMode

int mIterMode

mRowEvents

java.util.HashMap<K,V> mRowEvents

mVariableManager

VariableValueManager mVariableManager

mIteratorState

oracle.jbo.server.IteratorStateHolder mIteratorState

Package oracle.jbo.server.ejb

Class oracle.jbo.server.ejb.DefaultAppModuleSessionBeanEJB3Impl extends StatefulSessionBeanImpl implements Serializable

Class oracle.jbo.server.ejb.DefaultAppModuleSessionBeanImpl extends StatefulSessionBeanImpl implements Serializable

Class oracle.jbo.server.ejb.LocalApplicationModuleImpl extends SessionBeanImpl implements Serializable

Serialized Fields

serverVendor

int serverVendor

mTransactionTimeout

int mTransactionTimeout

Class oracle.jbo.server.ejb.SessionBeanImpl extends java.lang.Object implements Serializable

Serialized Fields

mCtx

javax.ejb.SessionContext mCtx

mConfigProperties

java.util.Hashtable<K,V> mConfigProperties

mDataSourceName

java.lang.String mDataSourceName

mApplicationModuleDefName

java.lang.String mApplicationModuleDefName

mConfigurationName

java.lang.String mConfigurationName

mClientEnv

java.util.Hashtable<K,V> mClientEnv

mRootAMCreated

boolean mRootAMCreated

mTransactionType

int mTransactionType

originalADFContext

oracle.adf.share.ADFContext originalADFContext

mPassivationId

int mPassivationId

mPoolCookie

SessionCookie mPoolCookie

Class oracle.jbo.server.ejb.StatefulSessionBeanImpl extends SessionBeanImpl implements Serializable

Class oracle.jbo.server.ejb.StatelessSessionBeanImpl extends SessionBeanImpl implements Serializable


Package oracle.jbo.server.ejb.facade

Class oracle.jbo.server.ejb.facade.CmrAccessorEntRowSet extends EntityRowSetImpl implements Serializable

Serialized Fields

mMasterRow

Row mMasterRow

Class oracle.jbo.server.ejb.facade.CmrAccessorViewRowSet extends ViewRowSetImpl implements Serializable

Serialized Fields

mMasterRow

Row mMasterRow

Package oracle.jbo.server.ejb.sb

Class oracle.jbo.server.ejb.sb.BeanManagedServiceBean extends ServiceBean implements Serializable

Class oracle.jbo.server.ejb.sb.ContainerManagedServiceBean extends ContainerManagedServiceBeanBase implements Serializable

Class oracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase extends ServiceBean implements Serializable

Class oracle.jbo.server.ejb.sb.ServiceBean extends SessionBeanImpl implements Serializable

Class oracle.jbo.server.ejb.sb.StatelessContainerManagedServiceBean extends ContainerManagedServiceBeanBase implements Serializable


Package oracle.jbo.server.remote.ejb

Class oracle.jbo.server.remote.ejb.CMEJBApplicationModuleImpl extends EJBApplicationModuleImpl implements Serializable

Class oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl extends ServerApplicationModuleImpl implements Serializable

Serialized Fields

mCtx

javax.ejb.SessionContext mCtx

serverVendor

int serverVendor

mTransactionTimeout

int mTransactionTimeout

Package oracle.jbo.server.rules

Class oracle.jbo.server.rules.JboGenericValidator extends java.lang.Object implements Serializable

Serialized Fields

mOwner

java.lang.Object mOwner

mMin

java.lang.Object mMin

mMax

java.lang.Object mMax

mList

java.util.Vector<E> mList

mVariantList

java.util.Vector<E> mVariantList

mPrec

java.lang.String mPrec

mScale

java.lang.String mScale

mPrecision

int mPrecision

mScaleInt

int mScaleInt

mUpdateable

boolean mUpdateable

mType

java.lang.Class<T> mType

mbSetup

boolean mbSetup

mbInSetup

boolean mbInSetup

mLValue

java.lang.Object mLValue

mDescription

java.lang.String mDescription

Package oracle.jbo.server.svc

Class oracle.jbo.server.svc.ServiceImpl extends SessionBeanImpl implements Serializable

Serialized Fields

appModuleStack

java.util.Stack<E> appModuleStack
stack to trace the appModule nested structure


exceptionHandlerStack

java.util.Stack<E> exceptionHandlerStack
stack to track the JboExceptionHandler

Class oracle.jbo.server.svc.ServiceJboWarning extends JboWarning implements Serializable

Serialized Fields

mServiceMessage

ServiceMessage mServiceMessage

Package oracle.jbo.server.uniqueid

Class oracle.jbo.server.uniqueid.RowIdGenerationException extends JboException implements Serializable

serialVersionUID: 8238958201445040180L


Package oracle.jbo.server.util

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

Serialization Methods

writeObject

public void writeObject(DefWriter jos)
                 throws DefPersistenceException
Objects should write their persistence output in this method

Throws:
DefPersistenceException
Serialized Fields

mIsDirty

boolean mIsDirty

mIsNew

boolean mIsNew

mSaveNullValue

boolean mSaveNullValue

mParamOption

int mParamOption

Class oracle.jbo.server.util.PropertyChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

newValue

java.lang.Object newValue

oldValue

java.lang.Object oldValue

mValCtx

JboValidatorContext mValCtx

Class oracle.jbo.server.util.Variant extends java.lang.Object implements Serializable

serialVersionUID: 200L

Serialization Methods

readObject

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

writeObject

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

setType

int setType

type

int type

booleanVal

boolean booleanVal

intVal

int intVal

longVal

long longVal

floatVal

float floatVal

doubleVal

double doubleVal

stringVal

java.lang.String stringVal

byteArrayVal

byte[] byteArrayVal

bigDecimalVal

java.math.BigDecimal bigDecimalVal

dateVal

java.sql.Date dateVal

timeVal

java.sql.Time timeVal

timestampVal

java.sql.Timestamp timestampVal

Package oracle.jbo.server.xml

Class oracle.jbo.server.xml.VersionProcessException extends java.lang.Exception implements Serializable


Package oracle.jbo.service.errors

Class oracle.jbo.service.errors.ServiceAttrValErrorMessageImpl extends ServiceErrorMessageImpl implements Serializable

Class oracle.jbo.service.errors.ServiceDMLErrorMessageImpl extends ServiceErrorMessageImpl implements Serializable

Class oracle.jbo.service.errors.ServiceErrorMessageImpl extends ServiceMessageImpl implements Serializable

Class oracle.jbo.service.errors.ServiceException extends java.lang.RuntimeException implements Serializable

Serialized Fields

faultInfo

ServiceErrorMessage faultInfo

Class oracle.jbo.service.errors.ServiceMessageImpl extends org.eclipse.persistence.sdo.SDODataObject implements Serializable

Class oracle.jbo.service.errors.ServiceRowValErrorMessageImpl extends ServiceErrorMessageImpl implements Serializable


Package oracle.jbo.uicli.binding

Class oracle.jbo.uicli.binding.JUCtrlActionBindingEvent extends java.util.EventObject implements Serializable

Class oracle.jbo.uicli.binding.JUCtrlListBindingChangeEvent extends java.util.EventObject implements Serializable

Serialized Fields

value

java.lang.Object value

Package oracle.jbo.uicli.controls

Class oracle.jbo.uicli.controls.dataPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

panelBinding

JUPanelBinding panelBinding

Class oracle.jbo.uicli.controls.JUArrayComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

mBinding

JUDefaultControlBinding mBinding

mMaxCount

int mMaxCount

mNullArray

boolean mNullArray

mFocusAdapter

java.awt.event.FocusAdapter mFocusAdapter

mElemType

java.lang.Class<T> mElemType

modified

boolean modified

mElemEditor

JUArrayElementEditorInterface mElemEditor

Class oracle.jbo.uicli.controls.JUComboBox extends javax.swing.JPanel implements Serializable

Serialized Fields

combo

javax.swing.JComboBox combo

extraLengthAdded

boolean extraLengthAdded

Class oracle.jbo.uicli.controls.JUComboBoxLovEditButton extends JUComboBox implements Serializable

Serialized Fields

button

oracle.jbo.uicli.controls.JUComboBoxLovEditButton.Button button

lovBinding

JUComboBoxLovEditBinding lovBinding

instance

JUComboBoxLovEditButton instance

extraLengthAdded

boolean extraLengthAdded

Class oracle.jbo.uicli.controls.JUComboLovDialog extends JULovDialog implements Serializable

Serialized Fields

mComboLovBinding

JUComboBoxLovEditBinding mComboLovBinding

Class oracle.jbo.uicli.controls.JULabel extends javax.swing.JLabel implements Serializable

Serialized Fields

mBinding

JULabelBinding mBinding

Class oracle.jbo.uicli.controls.JULoginDlg extends javax.swing.JDialog implements Serializable

Serialized Fields

mTopPanel

javax.swing.JPanel mTopPanel

mBottomPanel

javax.swing.JPanel mBottomPanel

mUserName

java.lang.String mUserName

mPassword

java.lang.String mPassword

mIsCancelled

boolean mIsCancelled

mUserNameLabel

javax.swing.JLabel mUserNameLabel

mPasswordLabel

javax.swing.JLabel mPasswordLabel

mUserNameEdit

javax.swing.JTextField mUserNameEdit

mPasswordEdit

javax.swing.JPasswordField mPasswordEdit

mOKButton

javax.swing.JButton mOKButton

mCancelButton

javax.swing.JButton mCancelButton

mLoginTitleStr

java.lang.String mLoginTitleStr

mUserNameStr

java.lang.String mUserNameStr

mPasswordStr

java.lang.String mPasswordStr

Class oracle.jbo.uicli.controls.JULovDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

lovContainerPanel

javax.swing.JPanel lovContainerPanel

buttonPanel

javax.swing.JPanel buttonPanel

btnOK

javax.swing.JButton btnOK

btnCancel

javax.swing.JButton btnCancel

btnHelp

javax.swing.JButton btnHelp

borderLayout

java.awt.BorderLayout borderLayout

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

mLovBinding

JULovButtonBinding mLovBinding

mTableBinding

JUTableBinding mTableBinding

mOK

boolean mOK

Class oracle.jbo.uicli.controls.JULovEditButton extends javax.swing.JPanel implements Serializable

Serialized Fields

button

oracle.jbo.uicli.controls.JULovEditButton.Button button

textField

oracle.jbo.uicli.controls.JULovEditButton.TextField textField

lovBinding

JULovButtonBinding lovBinding

Class oracle.jbo.uicli.controls.JULovPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mLocation

java.awt.Point mLocation

mTitle

java.lang.String mTitle

mAddSearch

boolean mAddSearch

mDoInit

boolean mDoInit

mNavBar

JUNavigationBar mNavBar

mIterBind

JUIteratorBinding mIterBind

mListBinding

JUCtrlListBinding mListBinding

mModalTestFlag

boolean mModalTestFlag

mListIterName

java.lang.String mListIterName

mHelpActionListener

java.awt.event.ActionListener mHelpActionListener

mTable

javax.swing.JTable mTable

Class oracle.jbo.uicli.controls.JUNavigationBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

buttonChangeListener

javax.swing.event.ChangeListener buttonChangeListener

mFocusAdapter

java.awt.event.FocusAdapter mFocusAdapter

_buttons

javax.swing.JButton[] _buttons

_navButtons

oracle.jbo.uicli.controls.JUNavigationBar.NavButton[] _navButtons

_buttonCancelIcon

javax.swing.ImageIcon _buttonCancelIcon

_buttonIcons

javax.swing.ImageIcon[] _buttonIcons

_onButtonIcons

javax.swing.ImageIcon[] _onButtonIcons

_disButtonIcons

javax.swing.ImageIcon[] _disButtonIcons

_rollButtonIcons

javax.swing.ImageIcon[] _rollButtonIcons

noRSIEvents

boolean noRSIEvents

_hasFindButton

boolean _hasFindButton

_hasExecuteButton

boolean _hasExecuteButton

mNeedTxnButtons

boolean mNeedTxnButtons

mViewBound

boolean mViewBound

mTxnBound

boolean mTxnBound

mDirty

boolean mDirty

mFindMode

boolean mFindMode

mIgnoreIteratorChange

boolean mIgnoreIteratorChange

_busyCursor

java.awt.Cursor _busyCursor

_defaultCursor

java.awt.Cursor _defaultCursor

_isShowingBusyCursor

boolean _isShowingBusyCursor

_iterBinding

JUIteratorBinding _iterBinding

_bindings

JUActionBinding[] _bindings

buttonStatesRunnableInstance

java.lang.Runnable buttonStatesRunnableInstance

buttonStatesRunnable

java.lang.Runnable buttonStatesRunnable

Class oracle.jbo.uicli.controls.JURadioButtonGroupPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mBinding

JUButtonGroupBinding mBinding

mRows

int mRows

mCols

int mCols

mVGap

int mVGap

mHGap

int mHGap

DISPLAY_DELIMITER

java.lang.String DISPLAY_DELIMITER

Class oracle.jbo.uicli.controls.JUShuttlePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

panelBinding

JUPanelBinding panelBinding

scrollAvailable

javax.swing.JScrollPane scrollAvailable

scrollSelected

javax.swing.JScrollPane scrollSelected

listAvailable

javax.swing.JList listAvailable

listSelected

javax.swing.JList listSelected

labelAvailable

javax.swing.JLabel labelAvailable

labelSelected

javax.swing.JLabel labelSelected

movePanel

javax.swing.JPanel movePanel

sortPanel

javax.swing.JPanel sortPanel

actionPanel

javax.swing.JPanel actionPanel

buttons

java.util.HashMap<K,V> buttons

listeners

java.util.ArrayList<E> listeners

listener

JUCtrlActionBindingListener listener

def

JUShuttlePanelDef def

regionName

java.lang.String regionName

Class oracle.jbo.uicli.controls.JUStatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

_foreGround

java.awt.Color _foreGround

_backGround

java.awt.Color _backGround

_font

java.awt.Font _font

_progressBarSize

java.awt.Dimension _progressBarSize

_hasModeIcon

boolean _hasModeIcon

_hasMessageArea

boolean _hasMessageArea

_hasCurrentRow

boolean _hasCurrentRow

_hasRowCount

boolean _hasRowCount

_hasModifiedFlag

boolean _hasModifiedFlag

_hasPercentDone

boolean _hasPercentDone

_modeIconShown

boolean _modeIconShown

_messageAreaShown

boolean _messageAreaShown

_currentRowShown

boolean _currentRowShown

_rowCountShown

boolean _rowCountShown

_modifiedFlagShown

boolean _modifiedFlagShown

_percentDoneShown

boolean _percentDoneShown

_modeIcon

javax.swing.JLabel _modeIcon

_currentRow

JUStatusBar.StatusBarLabelControl _currentRow

_rowCount

JUStatusBar.StatusBarLabelControl _rowCount

_modifiedFlag

JUStatusBar.StatusBarLabelControl _modifiedFlag

_messageArea

JUStatusBar.StatusBarLabelControl _messageArea

_percentDone

JUStatusBar.StatusBarProgressControl _percentDone

_currentRowFormatString

java.lang.String _currentRowFormatString

_rowCountFormatString

java.lang.String _rowCountFormatString

_modifiedFlagFormatString

java.lang.String _modifiedFlagFormatString

_messageAreaFormatString

java.lang.String _messageAreaFormatString

_percentDoneFormatString

java.lang.String _percentDoneFormatString

_currentRowFormatter

Formatter _currentRowFormatter

_rowCountFormatter

Formatter _rowCountFormatter

_modifiedFlagFormatter

Formatter _modifiedFlagFormatter

_messageAreaFormatter

Formatter _messageAreaFormatter

_percentDoneFormatter

Formatter _percentDoneFormatter

_labelBorder

javax.swing.border.Border _labelBorder

_barBorder

javax.swing.border.Border _barBorder

_barLayout

java.awt.GridBagLayout _barLayout

_preferredHeight

int _preferredHeight

mMsgStr

java.lang.String mMsgStr

mCurrentRSI

NavigatableRowIterator mCurrentRSI

mIterBinding

DCIteratorBinding mIterBinding

mDirty

boolean mDirty

_dirtyStr

java.lang.String _dirtyStr

_cleanStr

java.lang.String _cleanStr

_imgData

javax.swing.Icon _imgData

_imgFind

javax.swing.Icon _imgFind

mNotInited

boolean mNotInited

mFormBinding

JUPanelBinding mFormBinding

mUpdateIndicatorsRunnable

java.lang.Runnable mUpdateIndicatorsRunnable

mUpdateIndicatorValuesRunnable

java.lang.Runnable mUpdateIndicatorValuesRunnable

Class oracle.jbo.uicli.controls.JUStatusBar.StatusBarLabelControl extends javax.swing.JLabel implements Serializable

Serialized Fields

_formatString

java.lang.String _formatString

_formatter

Formatter _formatter

mUpdateValueRunnableStringVal

java.lang.String mUpdateValueRunnableStringVal

mUpdateValueRunnable

java.lang.Runnable mUpdateValueRunnable

Class oracle.jbo.uicli.controls.JUStatusBar.StatusBarProgressControl extends javax.swing.JProgressBar implements Serializable

Serialized Fields

_formatString

java.lang.String _formatString

_formatter

Formatter _formatter

mUpdateAllValuesRunnable

java.lang.Runnable mUpdateAllValuesRunnable

Class oracle.jbo.uicli.controls.JUTableRegion extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

table

javax.swing.JTable table

tableBinding

JUTableBinding tableBinding

column

int column

columnName

java.lang.String columnName

iterBinding

DCIteratorBinding iterBinding

panelBinding

JUPanelBinding panelBinding

Class oracle.jbo.uicli.controls.JUTestFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

panelBinding

JUPanelBinding panelBinding

dataControl

DCDataControl dataControl

mCtx

BindingContext mCtx

menubarFrame

javax.swing.JMenuBar menubarFrame

menuFile

javax.swing.JMenu menuFile

itemFileExit

javax.swing.JMenuItem itemFileExit

menuDatabase

javax.swing.JMenu menuDatabase

itemDatabaseFirst

javax.swing.JMenuItem itemDatabaseFirst

itemDatabasePrevious

javax.swing.JMenuItem itemDatabasePrevious

itemDatabaseNext

javax.swing.JMenuItem itemDatabaseNext

itemDatabaseLast

javax.swing.JMenuItem itemDatabaseLast

itemDatabaseInsert

javax.swing.JMenuItem itemDatabaseInsert

itemDatabaseDelete

javax.swing.JMenuItem itemDatabaseDelete

itemDatabaseCommit

javax.swing.JMenuItem itemDatabaseCommit

itemDatabaseRollback

javax.swing.JMenuItem itemDatabaseRollback

itemFindMode

javax.swing.JMenuItem itemFindMode

itemExecute

javax.swing.JMenuItem itemExecute

menuNavBar

JUNavigationBar menuNavBar

Class oracle.jbo.uicli.controls.JUTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable


Package oracle.jbo.uicli.jui

Class oracle.jbo.uicli.jui.JUActionBindingEvent extends JUCtrlActionBindingEvent implements Serializable

Class oracle.jbo.uicli.jui.JUCtrlListBindingChangeEvent extends JUCtrlListBindingChangeEvent implements Serializable

Class oracle.jbo.uicli.jui.JULoginDialog extends JULoginDlg implements Serializable

Class oracle.jbo.uicli.jui.JUPanelValidationEvent extends DCBindingContainerValidationEvent implements Serializable

Class oracle.jbo.uicli.jui.JUSpinnerBinding.JUSpinnerEditor extends javax.swing.JTextField implements Serializable

Serialized Fields

displayAttrNames

java.lang.String[] displayAttrNames

Class oracle.jbo.uicli.jui.JUTableBinding.JUTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

mSelRowInProg

boolean mSelRowInProg

mBatchMode

boolean mBatchMode

mDataAccessible

boolean mDataAccessible

mRunnableUpdateNavigated

oracle.jbo.uicli.jui.JUTableBinding.JUTableModel.UpdateNavigatedRunnableImpl mRunnableUpdateNavigated

mRunnableRefreshLaterSelectRow

boolean mRunnableRefreshLaterSelectRow

mRunnableRefeshLater

java.lang.Runnable mRunnableRefeshLater

mRunnableReportException

java.lang.Runnable mRunnableReportException

Class oracle.jbo.uicli.jui.JUTableComboBoxRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

mBindingContainer

DCBindingContainer mBindingContainer

mTableBinding

JUTableBinding mTableBinding

listBinding

JUCtrlListBinding listBinding

mBindingName

java.lang.String mBindingName

mDisplayAttrDefs

AttributeDef[] mDisplayAttrDefs

mAttrCount

int mAttrCount

mAttrIndices

int[] mAttrIndices

mAttrSizes

java.awt.Dimension[] mAttrSizes

mLabels

javax.swing.JLabel[] mLabels

mLabelPane

javax.swing.JPanel mLabelPane

Class oracle.jbo.uicli.jui.JUTableFormatEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

mJFormattedTextField

javax.swing.JFormattedTextField mJFormattedTextField

mConvertor

oracle.jbo.uicli.jui.JUFormattedTextFieldBinding.Convertor mConvertor

Class oracle.jbo.uicli.jui.JUTableFormatRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

mJFormattedTextField

javax.swing.JFormattedTextField mJFormattedTextField

mConvertor

oracle.jbo.uicli.jui.JUFormattedTextFieldBinding.Convertor mConvertor

Class oracle.jbo.uicli.jui.JUTableLOVEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

mBindingName

java.lang.String mBindingName

mAttrName

java.lang.String mAttrName

mBindingContainer

DCBindingContainer mBindingContainer

mTableBinding

JUTableBinding mTableBinding

mComponent

java.awt.Component mComponent

mValue

java.lang.Object mValue

Class oracle.jbo.uicli.jui.JUTableSortModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

DOMAIN_NUMBER

byte DOMAIN_NUMBER

DOMAIN_DATE

byte DOMAIN_DATE

TYPE_STRING

byte TYPE_STRING

TYPE_DATE

byte TYPE_DATE

TYPE_NUMBER

byte TYPE_NUMBER

TYPE_BOOLEAN

byte TYPE_BOOLEAN

TYPE_OBJECT

byte TYPE_OBJECT

mAscending

boolean mAscending

mSortColIndex

int mSortColIndex

mSortColType

byte mSortColType

mRangeStart

int mRangeStart

mIndices

int[] mIndices

mModel

JUTableBinding mModel

Class oracle.jbo.uicli.jui.JUTreeTableBinding.JUTreeTableModel extends JUTableBinding.JUTableModel implements Serializable

Serialized Fields

table

javax.swing.JTable table

mShowCollapsedData

boolean mShowCollapsedData

rootBinding

JUTreeNodeBinding rootBinding

bSync

boolean bSync

Class oracle.jbo.uicli.jui.RegExpFormatter extends javax.swing.text.DefaultFormatter implements Serializable

Serialized Fields

pattern

java.util.regex.Pattern pattern

matcher

java.util.regex.Matcher matcher

Package oracle.svcmsg

Class oracle.svcmsg.ServiceException extends java.lang.Exception implements Serializable

Class oracle.svcmsg.ServiceMessage extends java.lang.Object implements Serializable

serialVersionUID: -7817747342547340633L

Serialized Fields

mRequests

java.util.ArrayList<E> mRequests
An array that holds requests. Requests must implement java.io.Serializable.


mRequestKeys

java.util.HashMap<K,V> mRequestKeys
A hash map that manages requests by their keys.


mResponses

java.util.ArrayList<E> mResponses
An array that holds responses. Responses must implement java.io.Serializable.


mResponseKeys

java.util.HashMap<K,V> mResponseKeys
A hash map that manages responses by their keys.


mName

java.lang.String mName
The service message name.


Package oracle.xml.parser.v2

Class oracle.xml.parser.v2.AttrDecl extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.DTD extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.ElementDecl extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.NodeFactory extends java.lang.Object implements Serializable

Serialized Fields

defaultDoc

XMLDocument defaultDoc

Class oracle.xml.parser.v2.XMLAttr extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLCDATA extends XMLText implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLComment extends oracle.xml.parser.v2.CharData implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLDeclPI extends XMLPI implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLDocument extends XMLElement implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLDocumentFragment extends XMLElement implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLDOMException extends DOMException implements Serializable

Class oracle.xml.parser.v2.XMLDOMImplementation extends java.lang.Object implements Serializable

Serialized Fields

conn

java.sql.Connection conn

kind

java.lang.String kind

flags

int flags

scalable

boolean scalable

accessMode

java.lang.String accessMode

Class oracle.xml.parser.v2.XMLElement extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLEntity extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException,
                         java.io.EOFException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.io.EOFException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLEntityReference extends XMLNSNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLLSDocumentBuilder.LSNodeFactorySkip extends NodeFactory implements Serializable

Class oracle.xml.parser.v2.XMLLSParser extends java.lang.Object implements Serializable

Serialized Fields

config

DOMConfiguration config

builderFilter

org.w3c.dom.ls.LSParserFilter builderFilter

busy

boolean busy

loadEventListener

EventListener loadEventListener

errorEventListener

EventListener errorEventListener

progressEventListener

EventListener progressEventListener

rm

oracle.xml.async.ResourceManager rm

doc

XMLDocument doc

inputSource

org.w3c.dom.ls.LSInput inputSource

parseErrorFlag

boolean parseErrorFlag

parser

oracle.xml.async.SAXBuilder parser

mode

short mode

DTD

java.lang.String DTD

SCHEMA

java.lang.String SCHEMA

Class oracle.xml.parser.v2.XMLNode extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLNodeList extends java.lang.Object implements Serializable

Serialized Fields

parent

XMLNode parent

nodeArray

XMLNode[] nodeArray

nodeCount

int nodeCount

flags

int flags

cstate

long cstate

Class oracle.xml.parser.v2.XMLNotation extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLNSNode extends XMLNode implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLParseException extends SAXParseException implements Serializable

Serialized Fields

mesg

java.lang.String mesg

sysId

java.lang.String sysId

pubId

java.lang.String pubId

type

int type

Class oracle.xml.parser.v2.XMLPI extends oracle.xml.parser.v2.CharData implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XMLRangeException extends org.w3c.dom.ranges.RangeException implements Serializable

Class oracle.xml.parser.v2.XMLText extends oracle.xml.parser.v2.CharData implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class oracle.xml.parser.v2.XSLException extends oracle.xml.util.XMLException implements Serializable


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

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