Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Package oracle.jbo

Contains interfaces for client-side applications.

See:
          Description

Interface Summary
AttributeDef Defines access to named attribute definitions.
LocaleContext This class represents the LocalContext used as part of the formatting and UI hints support.
NavigatableRowIterator Provides simple access to a set of rows.
Row This interface provides access to rows.
RowIterator The interface for Row Iterator.
RowSetIterator The interface for Row Set Iterator.
RowSetListener Implemented by subscribers to events generated by row sets.
StructureDef Imlemented by classes that access a View Object's or Entity Object's metadata.

 

Class Summary
DeleteEvent An event generated by RowSetIterator to inform its listeners when a row is deleted.
InsertEvent An event class used by RowSetIterator to inform its listeners when a row has been inserted.
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.
RangeRefreshEvent Generated by RowSetIterator to inform its listeners when a range of rows need to be redrawn.
ScrollEvent Generated by RowSetIterator to inform its listeners when a range of rows is scrolled.
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.

 

Exception Summary
InvalidObjNameException Indicates that an attempt has been made to associate an object with a type for which it is not valid.
InvalidOperException Indicates an operation failure.
JboException Top level exception for the JBO package.
NameClashException Indicates that an attempt has been made to use a name that is already defined.
NoObjException Indicates that a named object does not exist.

 

Package oracle.jbo Description

Contains interfaces for client-side applications.

This package contains client-side interfaces and classes that are used within them. This package together with jbo.domain are required when compiling clients. Classes in this package do not import other packages.


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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