Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Package
oracle.jbo.server

Packages that use oracle.jbo.server
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb   
oracle.jbo.server.ejb.facade   
oracle.jbo.server.ejb.sb   
oracle.jbo.server.remote   
oracle.jbo.server.remote.colo   
oracle.jbo.server.remote.corba   
oracle.jbo.server.remote.ejb   
oracle.jbo.server.rules Contains sample validation beans. 

 

Classes in oracle.jbo.server used by oracle.jbo.server
ApplicationModuleDefImpl
          The base class for all generated ApplicationModule classes.
ApplicationModuleImpl
          The base class of Application Modules.
ApplicationModuleRemoteAdapter
          Remote Adapter that adapts the 2-tier implementation of application module to remote application module.
AssociationDefBase
           
AssociationDefImpl
           
AssociationEnd
           NAME AssociationEnd.java - DESCRIPTION NOTES VERSION MODIFIED (MM/DD/YY)
AttributeDefImpl
          AttributeDefImpl is an implementation class for the AttributeDef interface in the middle tier server.
BaseSQLBuilderImpl
          Internal: Applications should not use this interface.
ComponentObjectImpl
          Abstract class for ComponentObjectImpl.
ConnectionCredentials
          Internal: Applications should not use this class.
ConnectionPoolManager
          Declares ConnectionPoolManager operations.
ContainerObject
          Implemented by classes that provide server-side containers for components.
ContainerObjectEvent
          The events generated when a component is added to or removed from a ContainerObject.
ContainerObjectImpl
          The implementation of the ContainerObject interface.
ContainerObjectListener
          Implemented by subscribers to container object events.
DatabaseTransactionFactory
          The factory for creating DBTransaction instances.
DBTransaction
          Interface representing the server side of database connections and transactions.
DBTransactionImpl
          The superclass of classes representing connections of middle-tier objects to databases.
DBTransactionImpl2
           Implementation of DBTransaction interface for representing both "connected" and "not connected" state.
Debug
          Internal: Applications should not use this class.
DefaultJTATxnHandlerImpl
           
DefaultTxnHandlerImpl
          The default implementation of the TransactionHandler interface.
EJBEntityDefImpl
           
EJBEntityImpl
           
EJBPersistable
           
Entity
          This interface is for BC4J Entity Objects.
EntityAssociation
          Describes the relationship between two Entity Objects.
EntityCache
          The EntityCache caches queried rows for a particular EntityImpl.
EntityDefImpl
          Defines metadata for Entity Object classes.
EntityEvent
          An event delivered to an EventListener to notify of changes to data at the Entity Object level.
EntityImpl
          This class implements the middle-tier representations of database rows.
EntityListener
          Implemented by classes that receive events generated by operations on Entity Object rows.
EntityReference
           NAME EntityReference.java - Base class for BO reference information.
EntityRowSetImpl
          EntityRowSetImpl represents the ResultSet of an association.
JboEventListener
          Implemented by classes that subscribe to JboEvents.
JboEventObject
          The event transmitter for JboEvent instances.
JboMessageListener
          Internal: Applications should not use this interface.
JboMessageObject
          Internal: Applications should not use this class.
JTATransactionHandler
           
MetaObjectManager
          A static class used for accessing meta-objects.
NamedObjectImpl
           
NullDBTransactionImpl
          Deprecated. Since Jdeveloper 9.0.3. No replacement.
OLiteSQLBuilderImpl
          OracleLite-specific implementation of the SQLBuilder interface.
QueryCollection
          The QueryCollection represents the result of executing a ViewRow.
RowDef
          Default implementation of DefInterface implemented by all of JBO Definition classes.
RowFilter
           
RowFilterKey
           
RowImpl
          Base class for Entity Rows and View Object Rows.
RowQualifier
           
Serializer
           
SessionImpl
          The default server-side implementation of the Session interface.
SparseArray
          The SparseArray represents Data from the datastore along with a flag whether data exists in a particular index into the array or not.
SQL92SQLBuilderImpl
          SQL92-specific implementation of the SQLBuilder interface.
SQLBuilder
          Internal: Applications should not use this interface.
StmtWithBindVars
           
TransactionEvent
          The events generated by DBTransaction during post and commit transactions.
TransactionHandler
          Implemented by classes that customize transaction operations.
TransactionHandlerFactory
          Factory to create TransactionHandlers.
TransactionListener
          Implemented by subscribers to transaction events, generated during the commit and rollback operations.
TransactionPostListener
          Implemented by subscribers to transactions events generated during a transaction post operation.
ValidationListener
          Implemented by Entity Objects and other Business Objects that need to provide validation logic to be performed during various validation events generated by the framework.
ValidationManager
          Implemented by DBTransaction and Entity to maintain a list of validation listeners.
ViewAttributeDefImpl
          The ViewAttributeDefImpl is an alias to an AttributeDefImpl.
ViewCriteriaAdapter
           
ViewDefImpl
          ViewDefImpl is the meta-object for View Object instances.
ViewLinkDefImpl
           NAME ViewLinkDefImpl.java - DESCRIPTION The ViewLinkDefImpl describes relationship between two query objects.
ViewLinkImpl
          Implements the ViewLink interface, the middle-tier class that manages a master-detail relationship between two View Objects.
ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
ViewRowImpl
          A View Object Row.
ViewRowSetImpl
          The middle-tier class that manages collections of view rows that result from executing a query.
ViewRowSetIteratorImpl
          The middle-tier class that enables the user to iterate through row sets.
XmlDataDocumentWriter
           
XmlDocumentReader
           

 

Classes in oracle.jbo.server used by oracle.jbo.server.ejb
ApplicationModuleImpl
          The base class of Application Modules.
DBTransaction
          Interface representing the server side of database connections and transactions.
DefaultJTATxnHandlerImpl
           
DefaultTxnHandlerImpl
          The default implementation of the TransactionHandler interface.
JTATransactionHandler
           
TransactionHandler
          Implemented by classes that customize transaction operations.
TransactionHandlerFactory
          Factory to create TransactionHandlers.

 

Classes in oracle.jbo.server used by oracle.jbo.server.ejb.facade
ApplicationModuleImpl
          The base class of Application Modules.
AssociationDefImpl
           
AttributeDefImpl
          AttributeDefImpl is an implementation class for the AttributeDef interface in the middle tier server.
ComponentObjectImpl
          Abstract class for ComponentObjectImpl.
EJBPersistable
           
Entity
          This interface is for BC4J Entity Objects.
EntityAssociation
          Describes the relationship between two Entity Objects.
EntityCache
          The EntityCache caches queried rows for a particular EntityImpl.
EntityImpl
          This class implements the middle-tier representations of database rows.
EntityListener
          Implemented by classes that receive events generated by operations on Entity Object rows.
EntityRowSetImpl
          EntityRowSetImpl represents the ResultSet of an association.
NamedObjectImpl
           
RowDef
          Default implementation of DefInterface implemented by all of JBO Definition classes.
RowFilter
           
RowImpl
          Base class for Entity Rows and View Object Rows.
TransactionEvent
          The events generated by DBTransaction during post and commit transactions.
TransactionListener
          Implemented by subscribers to transaction events, generated during the commit and rollback operations.
TransactionPostListener
          Implemented by subscribers to transactions events generated during a transaction post operation.
ValidationListener
          Implemented by Entity Objects and other Business Objects that need to provide validation logic to be performed during various validation events generated by the framework.
ValidationManager
          Implemented by DBTransaction and Entity to maintain a list of validation listeners.
ViewDefImpl
          ViewDefImpl is the meta-object for View Object instances.
ViewLinkDefImpl
           NAME ViewLinkDefImpl.java - DESCRIPTION The ViewLinkDefImpl describes relationship between two query objects.
ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
ViewRowImpl
          A View Object Row.
ViewRowSetImpl
          The middle-tier class that manages collections of view rows that result from executing a query.

 

Classes in oracle.jbo.server used by oracle.jbo.server.ejb.sb
TransactionHandlerFactory
          Factory to create TransactionHandlers.

 

Classes in oracle.jbo.server used by oracle.jbo.server.remote
ApplicationModuleImpl
          The base class of Application Modules.
ApplicationModuleRemoteAdapter
          Remote Adapter that adapts the 2-tier implementation of application module to remote application module.
ComponentObjectImpl
          Abstract class for ComponentObjectImpl.
DBTransactionImpl
          The superclass of classes representing connections of middle-tier objects to databases.
SessionImpl
          The default server-side implementation of the Session interface.
ViewDefImpl
          ViewDefImpl is the meta-object for View Object instances.
ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.

 

Classes in oracle.jbo.server used by oracle.jbo.server.remote.colo
ApplicationModuleImpl
          The base class of Application Modules.

 

Classes in oracle.jbo.server used by oracle.jbo.server.remote.corba
ApplicationModuleImpl
          The base class of Application Modules.
ApplicationModuleRemoteAdapter
          Remote Adapter that adapts the 2-tier implementation of application module to remote application module.

 

Classes in oracle.jbo.server used by oracle.jbo.server.remote.ejb
ApplicationModuleImpl
          The base class of Application Modules.
ApplicationModuleRemoteAdapter
          Remote Adapter that adapts the 2-tier implementation of application module to remote application module.
SessionImpl
          The default server-side implementation of the Session interface.
TransactionHandlerFactory
          Factory to create TransactionHandlers.

 

Classes in oracle.jbo.server used by oracle.jbo.server.rules
AttributeDefImpl
          AttributeDefImpl is an implementation class for the AttributeDef interface in the middle tier server.
EntityDefImpl
          Defines metadata for Entity Object classes.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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