Business Components

Uses of Package
oracle.jbo

Packages that use oracle.jbo
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.html.databeans Contains implementation classes for predefined Web-enabled JavaBeans which can access and display data from the data source. 
oracle.jbo.html.jsp Contains utitlity classes used by the Data Web Bean runtime. 
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.rules Contains sample validation beans. 
oracle.jbo.server.util   
oracle.jdeveloper.html Contains classes for generating HTML code. 
 

Classes in oracle.jbo used by oracle.jbo
ApplicationModule
          Defines containers for coordinated objects related to a particular task.
ApplicationModuleCreateException
          Indicates that an Application Module could not be created.
AttributeDef
          Defines access to named attribute definitions.
AttributeList
          Provides access to a list of attributes.
AttrValException
          Indicates a attribute validation error.
ComponentObject
          Provides access to component objects by name.
CSMessageBundle
          Defines the error codes and default error messages for operations on business objects.
DeleteEvent
          An event class used by RowSetIterator to inform its listeners when a row has been deleted.
InsertDeleteEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified, added, or deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
JboEvent
          The superclass of events in the Business Components for Java framework.
JboException
          Top level exception for the JBO package.
JboExceptionHandler
          Defines methods for handling exceptions in the client that are thrown by the middle tier.
JboWarning
          The facility for reporting non-fatal errors for the JBO package.
Key
          A primary, foreign, or composite row identifier.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
PersistenceException
          Indicates an error while loading XML files at Runtime.
Properties
          Provides access to custom name-value pairs stored in an object's metadata definition.
RangeEvent
          Generated by RowSetIterator to inform its listeners when rows in a range are updated or scrolled.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
ReadXMLException
          Thrown when reading an xml document fails for a RowSet or a Row.
Row
          Defines middle-tier access to table rows.
RowEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified, added, or deleted.
RowIterator
          Defines simple access to a set of rows.
RowSet
          Defines the middle-tier representation of a set of table rows.
RowSetIterator
          Provides simple access to a set of rows.
ScrollEvent
          Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
Session
          Defines a container for the packages that contain the definitions of objects that comprise a session.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
Transaction
          Provides the base methods for defining database transactions.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.
ValidationException
          Indicates a validation failure.
ViewCriteria
          A list of row criteria for a View Object's WHERE clause.
ViewCriteriaRow
          An array containing criteria for the individual attributes of a View Object's WHERE clause.
ViewLink
          Implemented by View Link classes.
ViewObject
          Defines the presentation of the Entity Objects selected by an SQL statement.
XMLInterface
           
 

Classes in oracle.jbo used by oracle.jbo.common
ApplicationModule
          Defines containers for coordinated objects related to a particular task.
AttributeDef
          Defines access to named attribute definitions.
AttributeList
          Provides access to a list of attributes.
DeleteEvent
          An event class used by RowSetIterator to inform its listeners when a row has been deleted.
InsertEvent
          An event class used by RowSetIterator to inform its listeners when a row has been inserted.
JboContext
          Defines additional properties for the initial context.
JboException
          Top level exception for the JBO package.
JboWarning
          The facility for reporting non-fatal errors for the JBO package.
Key
          A primary, foreign, or composite row identifier.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
Properties
          Provides access to custom name-value pairs stored in an object's metadata definition.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
Row
          Defines middle-tier access to table rows.
ScrollEvent
          Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.
XMLInterface
           
 

Classes in oracle.jbo used by oracle.jbo.common.ampool
ApplicationModule
          Defines containers for coordinated objects related to a particular task.
JboException
          Top level exception for the JBO package.
 

Classes in oracle.jbo used by oracle.jbo.domain
ApplicationModule
          Defines containers for coordinated objects related to a particular task.
AttributeDef
          Defines access to named attribute definitions.
AttributeList
          Provides access to a list of attributes.
JboException
          Top level exception for the JBO package.
Properties
          Provides access to custom name-value pairs stored in an object's metadata definition.
Row
          Defines middle-tier access to table rows.
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
Transaction
          Provides the base methods for defining database transactions.
 

Classes in oracle.jbo used by oracle.jbo.html.databeans
AttributeDef
          Defines access to named attribute definitions.
Row
          Defines middle-tier access to table rows.
RowSet
          Defines the middle-tier representation of a set of table rows.
 

Classes in oracle.jbo used by oracle.jbo.html.jsp
ApplicationModule
          Defines containers for coordinated objects related to a particular task.
 

Classes in oracle.jbo used by oracle.jbo.server
ApplicationModule
          Defines containers for coordinated objects related to a particular task.
AttributeDef
          Defines access to named attribute definitions.
AttributeList
          Provides access to a list of attributes.
ComponentObject
          Provides access to component objects by name.
ComponentObjectListener
           
DeleteEvent
          An event class used by RowSetIterator to inform its listeners when a row has been deleted.
JboContext
          Defines additional properties for the initial context.
JboException
          Top level exception for the JBO package.
JboExceptionHandler
          Defines methods for handling exceptions in the client that are thrown by the middle tier.
JboWarning
          The facility for reporting non-fatal errors for the JBO package.
Key
          A primary, foreign, or composite row identifier.
NavigationEvent
          An event generated by RowSet to inform its listeners when the iterator position in a View Object changes.
PersistenceException
          Indicates an error while loading XML files at Runtime.
Properties
          Provides access to custom name-value pairs stored in an object's metadata definition.
RangeRefreshEvent
          Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
Row
          Defines middle-tier access to table rows.
RowIterator
          Defines simple access to a set of rows.
RowSet
          Defines the middle-tier representation of a set of table rows.
RowSetIterator
          Provides simple access to a set of rows.
Session
          Defines a container for the packages that contain the definitions of objects that comprise a session.
SharedHandle
          Defines interface for Shared Data Handle
StructureDef
          Imlemented by classes that access a View Object's or Entity Object's metadata.
Transaction
          Provides the base methods for defining database transactions.
UpdateEvent
          An event class used by RowSetIterator to inform its listeners when a row is modified.
ViewCriteria
          A list of row criteria for a View Object's WHERE clause.
ViewLink
          Implemented by View Link classes.
ViewObject
          Defines the presentation of the Entity Objects selected by an SQL statement.
XMLInterface
           
 

Classes in oracle.jbo used by oracle.jbo.server.rules
JboException
          Top level exception for the JBO package.
 

Classes in oracle.jbo used by oracle.jbo.server.util
JboException
          Top level exception for the JBO package.
 

Classes in oracle.jbo used by oracle.jdeveloper.html
ApplicationModule
          Defines containers for coordinated objects related to a particular task.
AttributeDef
          Defines access to named attribute definitions.
Row
          Defines middle-tier access to table rows.
RowSet
          Defines the middle-tier representation of a set of table rows.
 


Business Components