Business Components
A B C D E F G H I J K L M N O P Q R S T U V W X

J

JAVA - Static variable in interface oracle.jbo.common.PropertyConstants
 
JavaTypeMapEntries - class oracle.jbo.server.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.
JavaTypeMapEntries() - Constructor for class oracle.jbo.server.JavaTypeMapEntries
 
javaTypeToAttrType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
JbiValidator - interface oracle.jbo.server.rules.JbiValidator.
The principal interface for validator classes.
JBO_CONTEXT_FACTORY - Static variable in interface oracle.jbo.JboContext
 
JBO_POOL_MANAGER - Static variable in interface oracle.jbo.common.PropertyConstants
 
JBO_PROJECT - Static variable in interface oracle.jbo.JboContext
Used to pass the Project substitution name for Oracle8i.
JBO_PROJECT - Static variable in class oracle.jbo.common.PropertyMetadata
 
JBO_PROJECT - Static variable in interface oracle.jbo.common.PropertyConstants
global substitution project name
JboAssert - exception oracle.jbo.common.JboAssert.
Indicates that an ASSERT() statement has failed.
JboAssert(String) - Constructor for class oracle.jbo.common.JboAssert
Creates an exception message.
JboAssert(String, Object[]) - Constructor for class oracle.jbo.common.JboAssert
Creates an exception with a formatable message.
JboBaseValidator - class oracle.jbo.server.rules.JboBaseValidator.
The superclass for all pre-defined validators.
JboBaseValidator() - Constructor for class oracle.jbo.server.rules.JboBaseValidator
 
JBOClass - class oracle.jbo.common.JBOClass.
 
JBOClassLoader - interface oracle.jbo.common.JBOClassLoader.
 
JboCompareValidator - class oracle.jbo.server.rules.JboCompareValidator.
A validator that tests literal values by comparing them to a pre-defined value, using a pre-defined relation.
JboCompareValidator() - Constructor for class oracle.jbo.server.rules.JboCompareValidator
Creates an uninitialized compare validator.
JboCompareValidator(boolean, int) - Constructor for class oracle.jbo.server.rules.JboCompareValidator
Creates an partially-initialized compare validator.
JboCompareValidator(boolean, int, Object) - Constructor for class oracle.jbo.server.rules.JboCompareValidator
Creates an initialized compare validator.
JboCompareValidatorBeanInfo - class oracle.jbo.server.rules.JboCompareValidatorBeanInfo.
The external interface for JboCompareValidator.
JboCompareValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboCompareValidatorBeanInfo
 
JboContext - interface oracle.jbo.JboContext.
Defines additional properties (or environment variables) for the initial context.
JboDTUtils - class oracle.jbo.server.util.JboDTUtils.
This class is a subset of various db related string manipulations needed by DesignTime.
JboEnvUtil - class oracle.jbo.common.JboEnvUtil.
Internal: Applications should not use this class.
JboEnvUtil() - Constructor for class oracle.jbo.common.JboEnvUtil
 
JboEvent - class oracle.jbo.JboEvent.
The superclass of events in the Business Components for Java framework.
JboEvent(JboEventObject) - Method in interface oracle.jbo.server.JboEventListener
Creates a generic JBO event.
JboEvent(JboEventObject) - Method in class oracle.jbo.server.JboMultiCaster
Transmits an event to all the listeners in this list.
JboEvent(Object) - Constructor for class oracle.jbo.JboEvent
Creates an event.
JboEventListener - interface oracle.jbo.server.JboEventListener.
Implemented by classes that subscribe to JboEvents.
JboEventObject - class oracle.jbo.server.JboEventObject.
The event transmitter for JboEvent instances.
JboEventObject(Object) - Constructor for class oracle.jbo.server.JboEventObject
Creates an event object.
JboEventObject(Object, String) - Constructor for class oracle.jbo.server.JboEventObject
Creates an event object.
JboException - exception oracle.jbo.JboException.
Top level exception for the JBO package.
JboException(Class, String, Object[]) - Constructor for class oracle.jbo.JboException
Creates a translatable exception.
JboException(String) - Constructor for class oracle.jbo.JboException
Create a non-formattable exception.
JboException(String, String, Object[]) - Constructor for class oracle.jbo.JboException
Creates a formattable but non-localizable exception.
JboException(Throwable) - Constructor for class oracle.jbo.JboException
Converts an exception into a non-formattable JboException.
JboExceptionHandler - interface oracle.jbo.JboExceptionHandler.
Defines methods for handling exceptions in the client that are thrown by the middle tier.
JboExceptionHelper - class oracle.jbo.common.JboExceptionHelper.
The top-level class for Business Component exceptions.
JboExceptionHelper(JboMessage, String, String, Object[]) - Constructor for class oracle.jbo.common.JboExceptionHelper
Creates a translatable exception.
JboExHelperLocalized - class oracle.jbo.common.JboExHelperLocalized.
The superclass for localized exceptions for Business Components.
JboExHelperLocalized(JboMessage, Class, String, Object[]) - Constructor for class oracle.jbo.common.JboExHelperLocalized
Creates a translatable exception.
JboExMsgCarrier - exception oracle.jbo.common.JboExMsgCarrier.
 
JboExMsgCarrier(String, String) - Constructor for class oracle.jbo.common.JboExMsgCarrier
 
JBOField - class oracle.jbo.jbotester.JBOField.
 
JBOField(AttributeDef) - Constructor for class oracle.jbo.jbotester.JBOField
 
JboGenericValidator - class oracle.jbo.server.rules.JboGenericValidator.
A validator for domain attributes.
JboGenericValidator() - Constructor for class oracle.jbo.server.rules.JboGenericValidator
Creates an uninitialized validator.
JboGenericValidatorBeanInfo - class oracle.jbo.server.rules.JboGenericValidatorBeanInfo.
The external interface for JboGenericValidator.
JboGenericValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboGenericValidatorBeanInfo
 
JboHome - class oracle.jbo.common.JboHome.
Internal: Applications should not use this class.
JboHome(JboContext) - Constructor for class oracle.jbo.common.JboHome
 
JboInitialContext - class oracle.jbo.common.JboInitialContext.
Internal: Applications should not use this class.
JboInitialContext(Hashtable) - Constructor for class oracle.jbo.common.JboInitialContext
 
JboInitialContextFactory - class oracle.jbo.common.JboInitialContextFactory.
Internal: Applications should not use this class.
JboInitialContextFactory() - Constructor for class oracle.jbo.common.JboInitialContextFactory
 
JboListValidator - class oracle.jbo.server.rules.JboListValidator.
A validator that tests for the presence of a literal value in a list of pre-defined values.
JboListValidator() - Constructor for class oracle.jbo.server.rules.JboListValidator
Creates an uninitialized list validator.
JboListValidator(boolean, Vector) - Constructor for class oracle.jbo.server.rules.JboListValidator
Creates a list validator.
JboListValidatorBeanInfo - class oracle.jbo.server.rules.JboListValidatorBeanInfo.
The external interface for JboListValidator.
JboListValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboListValidatorBeanInfo
 
JboMandatoryAttributesValidator - class oracle.jbo.server.JboMandatoryAttributesValidator.
Implements non-null validation for mandatory attributes.
JboMandatoryAttributesValidator() - Constructor for class oracle.jbo.server.JboMandatoryAttributesValidator
Creates a default validator.
JboMessage - interface oracle.jbo.common.JboMessage.
Defines methods for localizing exception messages for various target languages, and for message formatting.
JboMessageListener - interface oracle.jbo.server.JboMessageListener.
Internal: Applications should not use this interface.
JboMessageManager - interface oracle.jbo.server.JboMessageManager.
Internal: Applications should not use this interface.
JboMessageObject - class oracle.jbo.server.JboMessageObject.
Internal: Applications should not use this class.
JboMessageObject(String, Object) - Constructor for class oracle.jbo.server.JboMessageObject
 
JboMethodValidator - class oracle.jbo.server.rules.JboMethodValidator.
A validator that tests values by passing them to a validation method.
JboMethodValidator() - Constructor for class oracle.jbo.server.rules.JboMethodValidator
Creates a validator without assigning its validation method.
JboMethodValidator(String) - Constructor for class oracle.jbo.server.rules.JboMethodValidator
Creates a validator given the name of the validation method.
JboMethodValidatorBeanInfo - class oracle.jbo.server.rules.JboMethodValidatorBeanInfo.
The external interface for JboMethodValidator.
JboMethodValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboMethodValidatorBeanInfo
 
JboMultiCaster - class oracle.jbo.server.JboMultiCaster.
Implements the chaining of event listeners in the event system.
JboMultiCaster(JboEventListener, JboEventListener) - Constructor for class oracle.jbo.server.JboMultiCaster
A new instance of this class can only be constructed by this class itself.
JboNamedData - class oracle.jbo.server.util.JboNamedData.
This class implements a persistable name-value-type holder It can be used to store name-type-value triplets e.g., to persist Bean Properties.
JboNamedData() - Constructor for class oracle.jbo.server.util.JboNamedData
 
JboNamedData(JboNamedData) - Constructor for class oracle.jbo.server.util.JboNamedData
 
JboNamedData(String, String, Object) - Constructor for class oracle.jbo.server.util.JboNamedData
 
JboNameUtil - class oracle.jbo.common.JboNameUtil.
Internal: Applications should not use this class.
JboNameUtil() - Constructor for class oracle.jbo.common.JboNameUtil
 
JboPrecisionScaleValidator - class oracle.jbo.server.JboPrecisionScaleValidator.
Implements precision and scale validation for numeric attributes and length validation for string and character attributes.
JboPrecisionScaleValidator() - Constructor for class oracle.jbo.server.JboPrecisionScaleValidator
Creates a default validator.
JboRangeValidator - class oracle.jbo.server.rules.JboRangeValidator.
A validator that tests if a literal value lies within a pre-defined range.
JboRangeValidator() - Constructor for class oracle.jbo.server.rules.JboRangeValidator
Creates an uninitialized range validator.
JboRangeValidator(boolean, Object, Object) - Constructor for class oracle.jbo.server.rules.JboRangeValidator
Creates a range validator.
JboRangeValidatorBeanInfo - class oracle.jbo.server.rules.JboRangeValidatorBeanInfo.
The external interface for JboRangeValidator.
JboRangeValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboRangeValidatorBeanInfo
 
JboSerializationException - exception oracle.jbo.JboSerializationException.
Thrown when an attempt to create a row fails.
JboSerializationException(boolean, int, String, Exception) - Constructor for class oracle.jbo.JboSerializationException
 
JBOSERVER_PROPERTIES_RESOURCE - Static variable in class oracle.jbo.common.PropertyManager
The pathname of the server properties file used to load various runtime properties.
JBOSessionFactoryHelper - class oracle.jbo.common.JBOSessionFactoryHelper.
Internal: Applications should not use this class.
JBOSessionFactoryHelper() - Constructor for class oracle.jbo.common.JBOSessionFactoryHelper
 
JboSQLCompareValidator - class oracle.jbo.server.rules.JboSQLCompareValidator.
A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
JboSQLCompareValidator() - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidator
Creates an uninitialized compare validator.
JboSQLCompareValidator(boolean, int) - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidator
Creates an partially-initialized compare validator.
JboSQLCompareValidator(boolean, int, Object, Object) - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidator
Creates an initialized compare validator.
JboSQLCompareValidatorBeanInfo - class oracle.jbo.server.rules.JboSQLCompareValidatorBeanInfo.
The external interface for JboSQLCompareValidator.
JboSQLCompareValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboSQLCompareValidatorBeanInfo
 
JboSQLListValidator - class oracle.jbo.server.rules.JboSQLListValidator.
A validator that tests for the presence of a literal value in a list of database values.
JboSQLListValidator() - Constructor for class oracle.jbo.server.rules.JboSQLListValidator
Creates an uninitialized list validator.
JboSQLListValidator(boolean, Object, String) - Constructor for class oracle.jbo.server.rules.JboSQLListValidator
Creates a list validator.
JboSQLListValidatorBeanInfo - class oracle.jbo.server.rules.JboSQLListValidatorBeanInfo.
The external interface for JboSQLListValidator.
JboSQLListValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboSQLListValidatorBeanInfo
 
JboSQLUtil - class oracle.jbo.server.util.JboSQLUtil.
 
JboSQLUtil() - Constructor for class oracle.jbo.server.util.JboSQLUtil
 
JboTesterUtil - class oracle.jbo.jbotester.JboTesterUtil.
 
JboTesterUtil() - Constructor for class oracle.jbo.jbotester.JboTesterUtil
 
JboToken - class oracle.jbo.server.util.JboToken.
 
JBOTreeNode - class oracle.jbo.jbotester.JBOTreeNode.
Use the RowSet storage to implement the MutableTreeNode
JboTypeMap - class oracle.jbo.common.JboTypeMap.
Internal: Applications should not use this class.
JboTypeMap(String, String, String, int, String) - Constructor for class oracle.jbo.common.JboTypeMap
 
JboTypeMap(String, String, String, int, String, boolean) - Constructor for class oracle.jbo.common.JboTypeMap
 
JboTypeMap(String, String, String, String, int, String) - Constructor for class oracle.jbo.common.JboTypeMap
 
JboUnexpectedException - exception oracle.jbo.common.JboUnexpectedException.
Indicates an unspecified fatal error.
JboUnexpectedException(String, Exception) - Constructor for class oracle.jbo.common.JboUnexpectedException
Creates an exception message.
JboVOCompareValidator - class oracle.jbo.server.rules.JboVOCompareValidator.
A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
JboVOCompareValidator() - Constructor for class oracle.jbo.server.rules.JboVOCompareValidator
Creates an uninitialized compare validator.
JboVOCompareValidator(boolean, int) - Constructor for class oracle.jbo.server.rules.JboVOCompareValidator
Creates an partially-initialized compare validator.
JboVOCompareValidator(boolean, int, Object, Object) - Constructor for class oracle.jbo.server.rules.JboVOCompareValidator
Creates an initialized compare validator.
JboVOCompareValidatorBeanInfo - class oracle.jbo.server.rules.JboVOCompareValidatorBeanInfo.
The external interface for JboVOCompareValidator.
JboVOCompareValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboVOCompareValidatorBeanInfo
 
JboVOListValidator - class oracle.jbo.server.rules.JboVOListValidator.
A validator that tests for the presence of a literal value in a list of database values.
JboVOListValidator() - Constructor for class oracle.jbo.server.rules.JboVOListValidator
Creates an uninitialized list validator.
JboVOListValidator(boolean, Object, String) - Constructor for class oracle.jbo.server.rules.JboVOListValidator
Creates a list validator.
JboVOListValidatorBeanInfo - class oracle.jbo.server.rules.JboVOListValidatorBeanInfo.
The external interface for JboVOListValidator.
JboVOListValidatorBeanInfo() - Constructor for class oracle.jbo.server.rules.JboVOListValidatorBeanInfo
 
JboWarning - class oracle.jbo.JboWarning.
The facility for reporting non-fatal errors for the JBO package.
JboWarning(Class, String, Object[]) - Constructor for class oracle.jbo.JboWarning
Creates a translatable warning.
JboWarning(String) - Constructor for class oracle.jbo.JboWarning
Creates a non-formattable warning.
JboWarning(String, String, Object[]) - Constructor for class oracle.jbo.JboWarning
Creates a formattable but non-localizable warning.
JboXMLUtil - class oracle.jbo.common.JboXMLUtil.
Internal: Applications should not use this class.
JboXMLUtil() - Constructor for class oracle.jbo.common.JboXMLUtil
 
JDBC_CONNECTION_NAME - Static variable in class oracle.jbo.common.Configuration
name of the property in the Config, which identifies the connect string.
JDBC_MARKER - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_POOL_REQUEST_TIMEOUT_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
JDBC_TIMESTAMP - Static variable in class oracle.jbo.server.util.Canonizer
 
jdbcConnectionStr - Static variable in class oracle.jbo.jbotester.Res
 
JDBCInteract - class oracle.jbo.server.JDBCInteract.
Internal: Applications should not use this class.
JDBCInteract() - Constructor for class oracle.jbo.server.JDBCInteract
 
jndiPathEJB - Static variable in class oracle.jbo.jbotester.ConnectionDialog
 
jndiPathTest - Static variable in class oracle.jbo.jbotester.ConnectionDialog
 
JS_LIBRARIES - Static variable in interface oracle.jdeveloper.html.WebBean
 
JS_NAMEID - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSButton - class oracle.jdeveloper.jsp.wb.JSButton.
 
JSButton() - Constructor for class oracle.jdeveloper.jsp.wb.JSButton
 
JSButton(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSButton
 
JSButtonBar - class oracle.jdeveloper.jsp.wb.JSButtonBar.
 
JSButtonBar() - Constructor for class oracle.jdeveloper.jsp.wb.JSButtonBar
 
JSButtonBar(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSButtonBar
 
JSButtonConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSCalendarConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSContainer - class oracle.jdeveloper.jsp.wb.JSContainer.
 
JSContainer() - Constructor for class oracle.jdeveloper.jsp.wb.JSContainer
 
JSContainer(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSContainer
 
JSContainerConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSDataConstructLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSlibNeeded - Variable in class oracle.jbo.html.databeans.EditCurrentRecord
Determines whether the bean has already generated the required JavaScript libraries.
JSLOV - class oracle.jbo.html.databeans.JSLOV.
 
JSLOV() - Constructor for class oracle.jbo.html.databeans.JSLOV
 
JSModalPageConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSNavigatorBar - class oracle.jbo.html.databeans.JSNavigatorBar.
 
JSNavigatorBar() - Constructor for class oracle.jbo.html.databeans.JSNavigatorBar
 
JSPApplicationRegistry - class oracle.jbo.html.jsp.JSPApplicationRegistry.
This class provides the main interface for DataWebBeans to use the Application Module Pool.
JSPApplicationRegistry() - Constructor for class oracle.jbo.html.jsp.JSPApplicationRegistry
Constructor, this should not be called directly
JSRowSetBrowser - class oracle.jbo.html.databeans.JSRowSetBrowser.
 
JSRowSetBrowser() - Constructor for class oracle.jbo.html.databeans.JSRowSetBrowser
 
JSTabContainer - class oracle.jdeveloper.jsp.wb.JSTabContainer.
 
JSTabContainer() - Constructor for class oracle.jdeveloper.jsp.wb.JSTabContainer
 
JSTabContainer(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTabContainer
 
JSTable - class oracle.jdeveloper.jsp.wb.JSTable.
 
JSTable() - Constructor for class oracle.jdeveloper.jsp.wb.JSTable
 
JSTable(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTable
 
JSTableConstructLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSTableData - class oracle.jdeveloper.jsp.wb.JSTableData.
 
JSTableData() - Constructor for class oracle.jdeveloper.jsp.wb.JSTableData
 
JSTableData(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTableData
 
JSToolbar - class oracle.jdeveloper.jsp.wb.JSToolbar.
 
JSToolbar() - Constructor for class oracle.jdeveloper.jsp.wb.JSToolbar
 
JSToolbar(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSToolbar
 
JSToolbarConstructorLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSTree - class oracle.jdeveloper.jsp.wb.JSTree.
 
JSTree() - Constructor for class oracle.jdeveloper.jsp.wb.JSTree
 
JSTree(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTree
 
JSTreeBrowser - class oracle.jbo.html.databeans.JSTreeBrowser.
 
JSTreeBrowser() - Method in class oracle.jbo.html.databeans.JSTreeBrowser
 
JSTreeBrowser() - Constructor for class oracle.jbo.html.databeans.JSTreeBrowser
 
JSTreeConstructLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSTreeData - class oracle.jdeveloper.jsp.wb.JSTreeData.
 
JSTreeData() - Constructor for class oracle.jdeveloper.jsp.wb.JSTreeData
 
JSTreeData(String) - Constructor for class oracle.jdeveloper.jsp.wb.JSTreeData
 
JSUtilitiesLib - Static variable in interface oracle.jdeveloper.html.WebBean
 
JSViewCurrentRecord - class oracle.jbo.html.databeans.JSViewCurrentRecord.
 
JSViewCurrentRecord() - Method in class oracle.jbo.html.databeans.JSViewCurrentRecord
 
JSViewCurrentRecord() - Constructor for class oracle.jbo.html.databeans.JSViewCurrentRecord
 
JVM_ID - Static variable in class oracle.jbo.common.JboEnvUtil
 

Business Components
A B C D E F G H I J K L M N O P Q R S T U V W X