|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MetaObjectBase | |
| oracle.jbo | Contains interfaces for client-side applications. |
| oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
| oracle.jbo.common.ampool | |
| oracle.jbo.domain | |
| oracle.jbo.mom | |
| oracle.jbo.server | Contains the implementation of middle tier components. |
| oracle.jbo.uicli.mom | Contains classes that implement metadata management for JClient |
| Uses of MetaObjectBase in oracle.jbo |
| Classes in oracle.jbo that implement MetaObjectBase | |
class |
AfterCommitExceptionIndicates failure during the after-commit phase of the transaction cycle. |
class |
AfterPostExceptionIndicates failure during the after-post phase of the transaction cycle. |
class |
AfterRollbackExceptionIndicates failure during the after-rollback phase of the transaction cycle. |
class |
AlreadyConnectedExceptionAn attempt was made to call connect() on a Transaction which is already connected to database. |
class |
AlreadyLockedExceptionIndicates failure while attempting to lock a row because another user locked the row. |
class |
ApplicationModuleCreateExceptionIndicates failure that an Application Module could not be created. |
class |
AttributeLoadExceptionThrown when a value from a JDBC result set cannot be converted into a java type and loaded into an attribute. |
class |
AttributeReadXMLExceptionThrown when reading an xml document fails for a RowSet or a Row. |
class |
AttrSetValExceptionIndicates n failed attempt to set an attribute value. |
class |
AttrValExceptionIndicates a attribute validation error. |
class |
BatchDMLExceptionIndicates a failure to post data to a database. |
class |
CustomClassNotFoundExceptionIndicates a failure to find the named custom component/definition/row class. |
class |
DeadEntityAccessExceptionIndicates that a requested object could not be found. |
class |
DeadViewRowAccessExceptionIndicates that a requested object could not be found. |
class |
DefinitionChangedExceptionThrown when the evaluation of a SQL statement fails. |
class |
DMLExceptionIndicates a failure to post data to a database. |
class |
InvalidAttrKindExceptionIndicates that data access failed because an unknown attribute type was encountered. |
class |
InvalidDefNameExceptionIndicates that an attempt has been made to associate a definition name with a type for which it is not valid. |
class |
InvalidObjAccessExceptionIndicates that an attempt has been made to associate an object with a type for which it is not valid. |
class |
InvalidObjNameExceptionIndicates that an attempt has been made to associate an object with a type for which it is not valid. |
class |
InvalidOperExceptionIndicates an operation failure. |
class |
InvalidOwnerExceptionIndicates that an attempt has been made to associate an object with an entity not its owner. |
class |
InvalidParamExceptionIndicates that an attempt has been made to pass an parameter of an invalid type to a method. |
class |
JboExceptionTop level exception for the JBO package. |
class |
JboSerializationExceptionThrown when an attempt to create a row fails. |
class |
JboWarningThe facility for reporting non-fatal errors for the JBO package. |
class |
KeyNotFoundExceptionThis exception is thrown while initializing the definition of an entity object to indicate that the entity object has no primary key attribute. |
class |
NameClashExceptionIndicates that an attempt has been made to use a name that is already defined. |
class |
NoDefExceptionIndicates that an attempt has been made to use a nonextistant definition. |
class |
NoObjExceptionIndicates that a named object does not exist. |
class |
NotConnectedExceptionIndicates that the Application Module is not connected to a database. |
class |
NoXMLFileExceptionIndicates that an XML file could not be found for a container. |
class |
PCollException |
class |
PersistenceExceptionIndicates an error while loading XML files at Runtime. |
class |
PiggybackExceptionIndicates a failure while reading/writing piggyback. |
class |
ReadOnlyAttrExceptionIndicates an attempt to modify a read-only attribute. |
class |
ReadOnlyViewObjectExceptionThrown when the application attempts to perform a data update operation on a read-only view object. |
class |
ReadXMLExceptionThrown when reading an xml document fails for a RowSet or a Row. |
class |
RemoveWithDetailsExceptionThrown when the application attempts to remove an Entity Object that is a composition association and has detail (children) Entity Objects. |
class |
RowAlreadyDeletedExceptionThrown when the requested row is not found in the the database perhaps it has been already deleted after the row was initially queried. |
class |
RowCreateExceptionThrown when an attempt to create a row fails. |
class |
RowDMLExceptionIndicates a failure to post data to a database. |
class |
RowInconsistentExceptionThrown if inconsist data is detected when locking a row. |
class |
RowNotAvailableExceptionThrown when the requested row is not available. |
class |
RowNotFoundExceptionThrown when the requested row is not found. |
class |
RowReadXMLExceptionThrown when reading an xml document fails for a RowSet or a Row. |
class |
RowValExceptionIndicates that validation of a business object has failed. |
class |
SQLDatumExceptionIndicates a failure to get/set data from SQL datum. |
class |
SQLStmtExceptionThrown when the evaluation of a SQL statement fails. |
class |
TooManyObjectsExceptionThrown when more objects than expected are found. |
class |
TxnValExceptionThrown when reading an xml document fails for a RowSet or a Row. |
class |
ValidationExceptionIndicates a validation failure. |
class |
VariantException |
class |
ViewLinkAlreadyExistsExceptionThrown if a view link already exists between the source and destination view object. |
| Uses of MetaObjectBase in oracle.jbo.common |
| Classes in oracle.jbo.common that implement MetaObjectBase | |
class |
JboAssertIndicates that an ASSERT() statement has failed. |
class |
JboExMsgCarrier |
class |
JboUnexpectedExceptionIndicates an unspecified fatal error. |
class |
ObjectTypeHelperInternal: Applications should not use this class. |
class |
UnknownSQLTypeExceptionIndicates that an attempt has been made to use a unknown or unimplemented SQL data type. |
| Uses of MetaObjectBase in oracle.jbo.common.ampool |
| Classes in oracle.jbo.common.ampool that implement MetaObjectBase | |
class |
ApplicationPoolException |
| Uses of MetaObjectBase in oracle.jbo.domain |
| Classes in oracle.jbo.domain that implement MetaObjectBase | |
class |
DataCreationExceptionIndicates that a Domain object could not be created. |
class |
DomainValidationExceptionIndicates that a Domain object cannot be created because validation has failed. |
class |
GenericDomainExceptionThrown when creation of Domain objects fails. |
| Uses of MetaObjectBase in oracle.jbo.mom |
| Classes in oracle.jbo.mom that implement MetaObjectBase | |
class |
oracle.jbo.mom.DefinitionManager |
| Uses of MetaObjectBase in oracle.jbo.server |
| Classes in oracle.jbo.server that implement MetaObjectBase | |
class |
ContextMetaObjectManager |
class |
MetaObjectManagerA static class used for accessing meta-objects. |
| Uses of MetaObjectBase in oracle.jbo.uicli.mom |
| Classes in oracle.jbo.uicli.mom that implement MetaObjectBase | |
class |
JUMetaObjectManager |
class |
JUObjectTypeHelperInternal: Applications should not use this class. |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.