Business Components

Package oracle.jbo.common

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

See:
          Description

Interface Summary
IDiagnostic Defines methods for logging diagnostic messages.
JBOClassLoader  
JboMessage Defines methods for localizing exception messages for various target languages, and for message formatting.
MetaObjectBase Internal: Applications should not use this class.
ObjectMarshaller Defines methods for piggybacking.
PiggybackEntry The common interface for classes that implement piggybacking.
PropertyConstants Defines constants used by various BC4J properties.
TransPostControl Internal: Applications should not use this class.
 

Class Summary
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.
AttributeDefHelper Internal: Applications should not use this class.
BaseObject The base class of all component classes.
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  
Configuration Class to manage 'Configuration' file created during the design time.
ConsoleDiagnosticImpl The superclass for classes that display diagnostics in a console.
DebugDiagnostic Provides tracing and logging methods for use during application development.
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.
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.
JBOSessionFactoryHelper Internal: Applications should not use this class.
JboTypeMap Internal: Applications should not use this class.
JboXMLUtil Internal: Applications should not use this class.
MOMProperties This static class exists purely to keep the properties out of the way of MetaObjectManager's static initializer
ObjectTypeHelper Internal: Applications should not use this class.
PiggybackClsCheckWrapper  
PiggybackEventEntry This class is a helper class for Client Service to do piggybacking.
PiggybackExceptionEntry This class is a helper class for serializing array of objects
PiggybackHandleEntry This class is a helper class for Client Service to do piggybacking.
PiggybackInput This is a helper class for piggybacking input.
PiggybackInputStream This class is a helper class for Client Service to do piggybacking.
PiggybackKeyEntry This class is a helper class for Client Service to do piggybacking on keys.
PiggybackNavigEntry 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.
PiggybackObjRemovedEntry This class is a helper class for Client Service to do piggybacking.
PiggybackOutput This is a helper class for piggybacking output.
PiggybackRowEntry This class is a helper class for Client Service to do piggybacking.
PiggybackValueEntry This class is a helper class for serializing array of objects
PiggybackViewEntry This class is a helper class for Client Service to do piggybacking.
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.
PropertyManager Internal: Applications should not use this class.
PropertyMetadata Internal: Applications should not use this class.
RepConversion Numbers' representation conversion/manipulation routines.
RowSetHelper Internal: Applications should not use this class.
RowSetIteratorHelper Internal: Applications should not use this class.
SilentDiagnosticImpl The superclass for classes that act as null output devices.
StringManager Provides methods for managing localizable messages.
StructureDefHelper Internal: Applications should not use this class.
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.
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.
 

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.


Business Components