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


Package oracle.jbo.common

Contains the implementation of components shared by thin clients and the middle tier.

See:
          Description

Interface Summary
AccTravDef This interface is used to describe ViewLink accessor traversal in batch mode.
AccTravInvoke This interface describes the actual ViewLink accessor to invoke.
AccTravQualifier This interface is used to see if a row qualifies for accessor invocation.
AppModuleRequestHandler  
DataCollector  
DataDocumentWriter  
IDiagnostic Defines methods for logging diagnostic messages.
IDiagnostic2 Defines methods for logging diagnostic messages.
JBOClassLoader  
JboMessage Defines methods for localizing exception messages for various target languages, and for message formatting.
Marshallable  
MetaObjectBase Internal: Applications should not use this class.
ObjectMarshaller Defines the interface for marshalling custom objects
PropertyConstants Defines constants used by various BC4J properties.
PropertyContext Defines methods for logging diagnostic messages.
TransactionControl  
TransPostControl Internal: Applications should not use this class.
ViewObjectDynAttr  

 

Class Summary
AccTravDefImpl This class is a base implementation of the AccTravDef interface.
AccTravInvokeImpl This class is a base implementation of the AccTravInvoke interface.
AccTravQualAllImpl This accessor traversal qualifier class matches any row.
AccTravQualBaseImpl This abstract class is a base implementation of the AccTravQualifier interface.
AccTravQualByAttrValuesImpl This accessor traversal qualifier class matches by the row's attribute values.
AccTravQualByDefFullNameImpl This accessor traversal qualifier class matches by the row's definition full name.
ApplicationModuleHelper Internal: Applications should not use this class.
ArrayMarshaller The ArrayMarshaller is a helper class to marshall array of java types into byte streams and vice versa.
ArrayResourceBundle ArrayResourceBundle is an abstract subclass of ResourceBundle that manages locale-dependent resources in an array.
AttributeDefHelper Internal: Applications should not use this class.
AttributeDefValue AttributeDefValue describes the View Object attribute.
CallAnalyzer Provides a method for extracting function-call information from the the current stack.
CharacterEncodingMapping Provides two static conversion functions to translate between IANA names for character set encodings and JDK names.
CheckedListResourceBundle A helper class to aid with keeping our NLSable resources consistent.
ClientDocument Internal: Applications should not use this class.
ClientElement Internal: Applications should not use this class.
CommonMessageBundle  
CommonMessageBundle_en  
CommonMessageBundle_en_US  
Configuration Deprecated. since 5.0 Use Configuration instead.
ConsoleDiagnosticImpl The superclass for classes that display diagnostics in a console.
ContextUtil  
DataDocument  
DebugDiagnostic Provides tracing and logging methods for use during application development.
DefLocaleContext  
Diagnostic The Diagnostic class contains static tracing methods.
DiagnosticFactory Creates instances of implementations of the IDiagnostic interface.
DiagnosticStream This class allows you to pass an instance of itself to code that expects to be using a PrintStream, and to indirect through the Diagnostic facility: hence the output can be controlled using the system properties jbo.diagnostic.logging etcetera.
EventGroup This class provides a typesafe enumeration of instrumented event groups
FileDiagnosticImpl A Diagnostic implementation that routes output to a file.
GraphicsUtils GraphicsUtils defines common user-interface related utility functions.
IASDiagnosticImpl The superclass for classes that display diagnostics in a console.
InstrumentedEvent This class provides the Business Components entry point for InstrumentedEvents It is a wrapper and convenience class, so that the code needn't be concerned with allocating Ids and event groupings.
JavaTypeMapEntries Populates TypeMap Entries for BC4J Designtime and Runtime to map a Database column type to a java-class type and also to jdbc-sqltype and id.
JboAbstractMap  
JboBeanUtils  
JBOClass  
JboEnvUtil Internal: Applications should not use this class.
JboExceptionHelper The top-level class for Business Component exceptions.
JboExHelperLocalized The superclass for localized exceptions for Business Components.
JboHome Internal: Applications should not use this class.
JboInitialContext Internal: Applications should not use this class.
JboInitialContextFactory Internal: Applications should not use this class.
JboNameUtil Internal: Applications should not use this class.
JboObjectInputStream  
JboObjectOutputStream  
JboResourceBundle A helper class to aid with keeping our NLSable resources consistent.
JboServiceMessage  
JBOSessionFactoryHelper Internal: Applications should not use this class.
JboTypeMap Internal: Applications should not use this class.
JboTypeMapEntries  
JboXMLUtil Internal: Applications should not use this class.
MasterRowHandles  
MOMProperties This static class exists purely to keep the properties out of the way of MetaObjectManager's static initializer
NamedObjectImpl The base class for all business objects.
ObjectTypeHelper Internal: Applications should not use this class.
OracleTypeMapEntries Populates Oracle-database specific TypeMap Entries for BC4J Designtime and Runtime to map a Database column type to a java-class type and also to jdbc-sqltype and id.
Owner This is a simple example of a java type-safe constant.
PiggybackClsCheckWrapper  
PiggybackInput This is a helper class for piggybacking input.
PiggybackInputStream This class is a helper class for Client Service to do piggybacking.
PiggybackObjectOutputStream This class is a helper class for Client Service to do piggybacking.
PiggybackOutput This is a helper class for piggybacking output.
PipeDiagnosticImpl The superclass for classes that act as a stream for diagnostic messages.
PrintVersion Prints the current BC4J version number.
PropertiesHelper Internal: Applications should not use this class.
PropertyDefaultContext temporary (Nov02) implementation to hold a default property context.
PropertyGroup This is an example of a java type-safe constant.
PropertyManager Internal: Applications should not use this class.
PropertyMetadata Internal: Applications should not use this class.
RepConversion Numbers' representation conversion/manipulation routines.
ResourceManager Used by the generated implementations of the ArrayResourceBundle which is the ResourceBundle flavor in use by the IDE.
ResourceUtils Utility class to make using resources easier.
ROTEntry  
RowSetHelper Internal: Applications should not use this class.
RowSetIteratorHelper Internal: Applications should not use this class.
SessionContextManagerImpl  
SharedFileDiagnosticImpl A Diagnostic implementation that routes output to a file.
SilentDiagnosticImpl The superclass for classes that act as null output devices.
StringManager Provides methods for managing localizable messages.
StringManagerFactory The factory for creating StringManager instances.
StructureDefHelper Internal: Applications should not use this class.
SvcMethodRequest  
SvcMethodResponse  
SvcMsgDataRow  
SvcMsgIteratorState  
SvcMsgRequest  
SvcMsgRequestParams  
SvcMsgResponse  
SvcMsgResponseByValueRowSet  
SvcMsgResponseEvent  
SvcMsgResponseException  
SvcMsgResponseFullRef  
SvcMsgResponseNavig This class is a helper class for Client Service to do piggybacking.
SvcMsgResponseRef  
SvcMsgResponseRowEvent  
SvcMsgResponseValues  
Timer Internal: Applications should not use this class.
TypeMarshaller Provides methods for passing primitive Java values between the client and middle tier as byte streams.
UserAznUtil  
ViewCriteriaMarshaller  
ViewObjectSubclassDef  
WeakHashtable Internal: Applications should not use this class.
WeakHashtableImpl Internal: Applications should not use this class.
WeakKeyHashtable Internal: Applications should not use this class.
WeakKeyHashtableImpl Internal: Applications should not use this class.
WeakVector Internal: Applications should not use this class.
WeakVectorImpl Internal: Applications should not use this class.
XmlInterfaceCriteria  

 

Exception Summary
JboAssert Indicates that an ASSERT() statement has failed.
JboExMsgCarrier  
JboUnexpectedException Indicates an unspecified fatal error.
UnknownSQLTypeException Indicates that an attempt has been made to use a unknown or unimplemented SQL data type.

 

Package oracle.jbo.common Description

Contains the implementation of components shared by thin clients and the middle tier.


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


 

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