- cacheCleared(ViewClearCacheEvent) - Method in interface oracle.jbo.ViewClearCacheListener
- This event is fired when View Object caches are cleared.
- caches - Variable in class oracle.jbo.common.ApplicationModuleHelper
-
- calculateAverages(boolean) - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- CalendarWB - class oracle.jdeveloper.jsp.wb.CalendarWB.
-
- CalendarWB() - Constructor for class oracle.jdeveloper.jsp.wb.CalendarWB
-
- CallAnalyzer - class oracle.jbo.common.CallAnalyzer.
- Provides a method for extracting function-call information from the the current stack.
- callBeforeRowNavigated(JUIteratorBinding) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Forces the current control to stop its editing mode (if used, like in JTable).
- callBeforeRowNavigated(JUIteratorBinding) - Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked before any iterator binding performs a navigation call on a BC4J iterator.
- callBeforeSaveTransaction(Transaction) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Forces the current control to stop its editing mode (if used, like in JTable).
- callBeforeSaveTransaction(Transaction) - Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked before the ensuing transaction's commit method is invoked by the framework.
- callBeforeSetAttribute(JUControlBinding, Row, AttributeDef, Object) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Calls beforeSetAttribute() method to notify all validation listeners.
- callBeforeSetAttribute(JUControlBinding, Row, AttributeDef, Object) - Method in class oracle.jbo.uicli.binding.JUFormBinding
- Invoked before any control binding performs a setAttribute call on a BC4J row.
- CANDLE_STOCK_HI_LO_OPEN_CLOSE - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
-
- CANDLE_STOCK_HI_LO_OPEN_CLOSE - Static variable in class oracle.jbo.html.databeans.ChartRenderer
-
- CANDLE_STOCK_HI_LO_OPEN_CLOSE_VOLUME - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
-
- CANDLE_STOCK_HI_LO_OPEN_CLOSE_VOLUME - Static variable in class oracle.jbo.html.databeans.ChartRenderer
-
- CANONIZED - Static variable in class oracle.jbo.server.util.Canonizer
-
- canonizeExceptionClassName(Exception) - Static method in class oracle.jbo.server.util.Canonizer
-
- canonizeMessage(String, boolean, boolean) - Static method in class oracle.jbo.server.util.Canonizer
- this method searches through the list of registered messages, and transforms the message if a match is found.
- Canonizer - class oracle.jbo.server.util.Canonizer.
- This class provides functions to help test harnesses coerce Strings into various canonical forms.
- canonizeString(Object) - Static method in class oracle.jbo.server.util.Canonizer
- An attempt to insulate the Kava test from the format vagaries of different JDBC drivers.
- canonizeWhereClause(String) - Static method in class oracle.jbo.server.util.Canonizer
-
- capabilityCanReuseLockStatements() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
-
- capabilityCanReuseLockStatements() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- capacity() - Method in class oracle.jbo.common.WeakVectorImpl
-
- capacity() - Method in class oracle.jbo.common.WeakVector
-
- centerWindowOnComponent(Window, Component) - Static method in class oracle.jbo.common.GraphicsUtils
- Centers the window over a component (usually another window).
- centerWindowOnScreen(Window) - Static method in class oracle.jbo.common.GraphicsUtils
- Sets the location of the specified window so that it is centered on screen.
- CH_IDENT_DELIM - Static variable in class oracle.jbo.server.util.JboSQLUtil
-
- CH_STRING_DELIM - Static variable in class oracle.jbo.server.util.JboSQLUtil
-
- changeCurrentRow - Variable in class oracle.jbo.html.jsp.datatags.RowsetIterateTag
-
- changedUpdate(DocumentEvent) - Method in class oracle.jbo.server.rules.CompareValidatorCustomizer
- Handles a text-change event.
- CHAR - Static variable in class oracle.jbo.common.JboTypeMap
-
- CharacterEncodingMapping - class oracle.jbo.common.CharacterEncodingMapping.
- Provides two static conversion functions to translate between IANA names for character set encodings and JDK names.
- ChartRenderer - class oracle.jbo.html.databeans.ChartRenderer.
- Chart web bean to render chart as GIF files.
- ChartRenderer() - Constructor for class oracle.jbo.html.databeans.ChartRenderer
- Constructor
- checkConnected() - Method in class oracle.jbo.server.DBTransactionImpl
-
- CheckedListResourceBundle - class oracle.jbo.common.CheckedListResourceBundle.
- A helper class to aid with keeping our NLSable resources consistent.
- CheckedListResourceBundle() - Constructor for class oracle.jbo.common.CheckedListResourceBundle
-
- checkEntityLocked(Row) - Static method in class oracle.jbo.server.EntityDefImpl
- Internal: Applications should not use this method. Called by BaseLobDomain to check for entity's locked state in local mode using reflection rather than direct call as Domains need to be "server" independent.
- checkEquals(Object, Object) - Static method in class oracle.jbo.domain.TypeFactory
-
- checkError() - Method in class oracle.jbo.common.DiagnosticStream
-
- checkin(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by:
SessionCookie.releaseApplicationModule(int)
.
Application developers should invoke: SessionCookie.releaseApplicationModule(SessionCookie.SHARED_UNMANAGED_RELEASE_MODE) instead of this method. A session cookie instance may be acquired by invoking: ApplicationPoolImpl.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkin(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. Replaced by:
SessionCookie.releaseApplicationModule(int)
.
Application developers should invoke: SessionCookie.releaseApplicationModule(SessionCookie.SHARED_UNMANAGED_RELEASE_MODE) instead of this method. A session cookie instance may be acquired by invoking: ApplicationPool.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkinWithSessionState(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by:
SessionCookie.releaseApplicationModule(boolean, boolean)
.
Application developers should invoke: SessionCookie.releaseApplicationModule(true, true)
instead of this method. A session cookie instance may be acquired by invoking: ApplicationPoolImpl.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkinWithSessionState(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. Replaced by:
SessionCookie.releaseApplicationModule(int)
.
Application developers should invoke: SessionCookie.releaseApplicationModule(SessionCookie.SHARED_MANAGED_RELEASE_MODE)
instead of this method. A session cookie instance may be acquired by invoking: ApplicationPool.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkJServerPermissions() - Static method in class oracle.jbo.common.JboEnvUtil
- this method checks that getProperties can be executed.
- checkModel() - Method in class oracle.jbo.uicli.jui.JUTableSortModel
- If no sorting is to be done or when the base model has different row count, resets the indices map so that sorting is done again.
- checkout() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by:
ApplicationModuleRef.useApplicationModule()
.
Application developers should invoke: SessionCookie.useApplicationModule()
instead of this method. A session cookie instance may be acquired by invoking: ApplicationPoolImpl.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkout() - Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. Replaced by:
ApplicationModuleRef.useApplicationModule()
.
Application developers should invoke: SessionCookie.useApplicationModule()
instead of this method. A session cookie instance may be acquired by invoking: ApplicationPool.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkout(String) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by:
ApplicationModuleRef.useApplicationModule()
.
Application developers should invoke: SessionCookie.useApplicationModule()
instead of this method. A session cookie instance may be acquired by invoking: ApplicationPoolImpl.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkout(String) - Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. Replaced by:
ApplicationModuleRef.useApplicationModule()
.
Application developers should invoke: SessionCookie.useApplicationModule()
instead of this method. A session cookie instance may be acquired by invoking: ApplicationPool.createSessionCookie(String, String, Properties)
.
This change was necessary to support the SessionCookie interface. Please see: SessionCookie
for more information about using SessionCookies with the application pool.
- checkPassivateViewAttributes() - Method in class oracle.jbo.server.ViewObjectImpl
- Applications should override this method to indicate if all View Attribute (Transient, SQLDerived or Dynamic) needs to be passivated when this ViewObject is passivated.
- CheckPath() - Static method in class oracle.jbo.server.util.ShowPath
- Checks that each element (directory or file) on the path exists, and that it isn't defined twice.
- CheckValidName(String) - Static method in class oracle.jdeveloper.html.DHTMLElement
-
- childCount - Variable in class oracle.jdeveloper.html.DHTMLRow
-
- cleanupRegistered - Static variable in class oracle.jbo.html.databeans.ChartRenderer
- register listener to clean up
- clear() - Method in class oracle.svcmsg.ServiceMessage
-
- clear() - Method in class oracle.jbo.NameValuePairs
-
- clear() - Method in class oracle.jbo.common.WeakKeyHashtable
-
- clear() - Method in class oracle.jbo.common.WeakHashtable
-
- clear() - Method in class oracle.jbo.server.EntityRowSetImpl
-
- clear(Properties) - Method in class oracle.jbo.http.HttpContainer
-
- clearAll(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.struts11.actions.QueryAction
- "clearAll" dispatch method called by LookupDispatchAction
- clearAllExceptions() - Method in class oracle.jbo.server.RowImpl
-
- clearAttributeException(int) - Method in class oracle.jbo.server.ViewRowImpl
- Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
- clearAttributeException(int) - Method in class oracle.jbo.server.RowImpl
- Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
- clearAttributeException(int) - Method in class oracle.jbo.server.EntityImpl
- Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
- clearAttributeException(String) - Method in class oracle.jbo.server.ViewRowImpl
- Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
- clearAttributeException(String) - Method in class oracle.jbo.server.RowImpl
- Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
- clearCache() - Method in interface oracle.jbo.ViewObject
- Clears the View Object cache.
- clearCache() - Method in class oracle.jbo.server.ViewObjectImpl
- Clears the View Object cache.
- clearCache() - Method in class oracle.jbo.server.EntityCache
-
- clearCache() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- clearDisplayAttributes() - Method in class oracle.jdeveloper.html.DataWebBeanImpl
- Clears the list of display attributes specified for the RowSet.
- clearDisplayAttributes() - Method in interface oracle.jdeveloper.html.DataWebBean
- Clears the list of display attributes specified for the RowSet.
- clearEntityCache(String) - Method in interface oracle.jbo.Transaction
- Clears the cache of the specified Entity Object.
- clearEntityCache(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- clearEntityCache(String) - Method in class oracle.jbo.server.DBTransactionImpl
-
- clearIterBindings() - Method in class oracle.jbo.uicli.binding.JUFormBinding
- Clean all iterator bindings registered with this form.
- clearMultiple() - Method in class oracle.jdeveloper.html.HTMLSelect
- Disables multiple selection.
- clearQueryConditions() - Method in class oracle.jbo.html.databeans.FindForm
- Internal: Applications should not use this method.
- clearRowExceptions() - Method in class oracle.jbo.server.RowImpl
-
- clearSimpleMode() - Method in class oracle.jbo.html.databeans.FindForm
- Disables the simple search form UI and enables the advanced search form UI.
- clearVOCaches(String, boolean) - Method in interface oracle.jbo.ApplicationModule
- Clears the View Object cache for all View Objects that use an Entity Object identified by
entityName
.
- clearVOCaches(String, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Clears the caches of all View Objects that use the specified entity.
- clearVOCaches(String, boolean) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- clearVOCaches(String, boolean) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- clickHandler - Variable in class oracle.jdeveloper.html.HTMLTextURL
-
- clickHandler - Variable in class oracle.jdeveloper.html.HTMLImageURL
-
- clickHandler - Variable in class oracle.jdeveloper.html.HTMLDocument
-
- CLIENT_DOMAIN - Static variable in class oracle.jbo.domain.DomainContext
-
- ClientDocument - class oracle.jbo.common.ClientDocument.
- Internal: Applications should not use this class.
- ClientDocument() - Constructor for class oracle.jbo.common.ClientDocument
- Internal: Applications should not use this constructor.
- ClientDocument(ClientElement) - Constructor for class oracle.jbo.common.ClientDocument
- Designates an XML element as the root of an XML hierarchy.
- ClientElement - class oracle.jbo.common.ClientElement.
- Internal: Applications should not use this class.
- ClientElement() - Constructor for class oracle.jbo.common.ClientElement
- Creates an empty
ClientElement
instance.
- ClientElement(String) - Constructor for class oracle.jbo.common.ClientElement
- Creates a named
ClientElement
instance.
- clone() - Method in class oracle.jbo.server.ConnectionCredentials
-
- clone() - Method in class oracle.jbo.server.util.Variant
-
- clone() - Method in class oracle.jbo.server.util.JboNamedData
-
- clone() - Method in class oracle.jbo.common.ampool.Statistics
-
- close() - Method in class oracle.jbo.common.JboInitialContext
-
- close() - Method in class oracle.jbo.common.DiagnosticStream
-
- close() - Method in class oracle.jbo.server.ViewRowSetImpl
- Closes the view row set.
- closeConn() - Static method in class oracle.jbo.server.JDBCInteract
-
- closeFreedStatements() - Method in class oracle.jbo.server.ViewObjectImpl
-
- closeOutputStream() - Method in interface oracle.jbo.domain.LobStreamInterface
- Closes and cleansup internal reference to output stream.
- closeRowSet() - Method in interface oracle.jbo.RowSet
- Closes the row set.
- closeRowSet() - Method in class oracle.jbo.server.ViewRowSetImpl
-
- closeRowSet() - Method in class oracle.jbo.server.ViewObjectImpl
-
- closeRowSet() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- closeRowSet() - Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- closeRowSetIterator() - Method in interface oracle.jbo.RowSetIterator
- Closes this row set iterator.
- closeRowSetIterator() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- closeRowSetIterator() - Method in class oracle.jbo.server.ViewRowSetImpl
-
- closeRowSetIterator() - Method in class oracle.jbo.server.ViewObjectImpl
-
- closeRowSetIterator() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- closeRowSetIterator() - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
-
- closeRowSetIterator() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- closeRowSetIterator() - Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- closeStatements() - Method in class oracle.jbo.server.EntityCache
-
- closeStmt(Statement) - Static method in class oracle.jbo.server.JDBCInteract
-
- closeTransaction() - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- closeTransaction() - Method in class oracle.jbo.server.DBTransactionImpl
- Internal: Applications should not use this method.
- closeTransaction() - Method in interface oracle.jbo.server.DBTransaction
- Closes this transaction's JDBC connection.
- collapse() - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
- Collapses the detail nodes of this node and closes this node.
- colName - Variable in class oracle.jbo.html.databeans.QueryRowDefinition
-
- COLOCATE - Static variable in interface oracle.jbo.ConnectionModeConstants
- Indicates that client and server are executing in the same JVM.
- colPrompt - Variable in class oracle.jbo.html.databeans.QueryRowDefinition
-
- colTitles - Variable in class oracle.jbo.html.databeans.RowSetBrowser
-
- COLUMNNAME_PARAM - Static variable in class oracle.jbo.html.jsp.datatags.ShowDefinitionTag
-
- COLUMNNAMEFORQUERY_PARAM - Static variable in class oracle.jbo.html.jsp.datatags.ShowDefinitionTag
-
- columnTypeToAttrType(String) - Static method in class oracle.jbo.common.JboTypeMap
-
- columnTypeToJavaType(String) - Static method in class oracle.jbo.common.JboTypeMap
-
- columnTypeToSQLType(String) - Static method in class oracle.jbo.common.JboTypeMap
-
- columnTypeToSQLTypeId(String, int) - Static method in class oracle.jbo.common.JboTypeMap
-
- commit() - Method in interface oracle.jbo.Transaction
- Commits all changes in this transaction to the database, making them visible to other users and transactions.
- commit() - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- commit() - Static method in class oracle.jbo.server.JDBCInteract
-
- commit() - Method in class oracle.jbo.server.DefaultJTATxnHandlerImpl
-
- commit() - Method in class oracle.jbo.server.DBTransactionImpl
- Commits all changes in this transaction to the database, making them visible to other users and transactions.
- commit() - Method in class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
-
- commit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.struts11.actions.TransactionAction
- "commit" dispatch method called by DispatchAction
- commit(BC4JContext) - Method in class oracle.jbo.html.struts11.actions.TransactionAction
-
- commitAndSaveChangeSet() - Method in interface oracle.jbo.Transaction
- Commits the transaction and writes updated EntityImpls to the persistent store.
- commitAndSaveChangeSet() - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- commitAndSaveChangeSet() - Method in class oracle.jbo.server.DBTransactionImpl
-
- commitAndSyncCache(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- commitAndSyncCache(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
- Given an intitial Application Module instance, synchronizes the caches of all Application Module instances in the pool.
- CommitTag - class oracle.jbo.html.jsp.datatags.CommitTag.
-
- CommitTag() - Constructor for class oracle.jbo.html.jsp.datatags.CommitTag
-
- commitTransaction() - Method in class oracle.jbo.server.ejb.sb.BeanManagedServiceBean
- Posts the changes in bc4j cache, commits the transaction associated with the bean and then releases the jdbc connection.
- commitTransaction() - Method in class oracle.jbo.uicli.binding.JUApplication
- Helper method that invokes beforeSaveTransaction event on all JUPanelBinding objects and then invokes the BC4J transaction's commit() method to save all changes to the database.
- COMMON - Static variable in class oracle.jbo.client.Configuration
- name of the common package
- CommonMessageBundle - class oracle.jbo.common.CommonMessageBundle.
-
- CommonMessageBundle_en - class oracle.jbo.common.CommonMessageBundle_en.
-
- CommonMessageBundle_en_US - class oracle.jbo.common.CommonMessageBundle_en_US.
-
- CommonMessageBundle_en_US() - Constructor for class oracle.jbo.common.CommonMessageBundle_en_US
-
- CommonMessageBundle_en() - Constructor for class oracle.jbo.common.CommonMessageBundle_en
-
- CommonMessageBundle() - Constructor for class oracle.jbo.common.CommonMessageBundle
-
- commonScriptName - Variable in class oracle.jbo.html.databeans.ChartRenderer
- name of the common jsp file which is shared by all chart objects The common jsp file invokes the render method.
- compareConnectionMetadata(ConnectionMetadata, ConnectionMetadata) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Invoked by the application pool implementation when an application module instance is recycled for use by a session different than the session that had previously used that instance.
- compareObjectTypes(Object, Object) - Method in class oracle.jbo.uicli.jui.JUTableSortModel
- Converts unknown Object types to String and compares the Strings.
- compareRows(int, int) - Method in class oracle.jbo.uicli.jui.JUTableSortModel
- Compares the sort-column values in two rows.
- compareRowsByColumn(int, int, int) - Method in class oracle.jbo.uicli.jui.JUTableSortModel
- Compares the values in two rows at the given column.
- compareTo(Variant) - Method in class oracle.jbo.server.util.Variant
-
- CompareTypeEditor - class oracle.jbo.server.rules.CompareTypeEditor.
- An example validation property editor.
- CompareTypeEditor() - Constructor for class oracle.jbo.server.rules.CompareTypeEditor
-
- CompareValidatorCustomizer - class oracle.jbo.server.rules.CompareValidatorCustomizer.
- An example JavaBean customizer.
- CompareValidatorCustomizer() - Constructor for class oracle.jbo.server.rules.CompareValidatorCustomizer
- Creates and initializes a compare validator customizer.
- component - Static variable in class oracle.jbo.common.GraphicsUtils
-
- componentAdded(ContainerObjectEvent) - Method in interface oracle.jbo.server.ContainerObjectListener
- Called by an event publisher to report that a component has been added to a container.
- ComponentObject - interface oracle.jbo.ComponentObject.
- Provides access to component objects by name.
- ComponentObjectImpl - class oracle.jbo.server.ComponentObjectImpl.
- Abstract class for ComponentObjectImpl.
- ComponentObjectImpl() - Constructor for class oracle.jbo.server.ComponentObjectImpl
-
- ComponentObjectListener - interface oracle.jbo.ComponentObjectListener.
-
- componentRemoved(ContainerObjectEvent) - Method in interface oracle.jbo.server.ContainerObjectListener
- Called by an event publisher to report that a component has been removed from a container.
- ComponentTag - class oracle.jbo.html.jsp.datatags.ComponentTag.
-
- ComponentTag() - Constructor for class oracle.jbo.html.jsp.datatags.ComponentTag
-
- composeName(Name, Name) - Method in class oracle.jbo.common.JboInitialContext
-
- composeName(String, String) - Method in class oracle.jbo.common.JboInitialContext
-
- computeAppModuleAgeHistograms(Statistics) - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- computeResourceAgeHistogram(ResourcePoolStatistics) - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- computeSessionAgeHistogram(Statistics) - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- condition - Variable in class oracle.jbo.html.databeans.QueryRowDefinition
-
- configDocument - Variable in class oracle.jbo.client.Configuration
-
- configName - Variable in class oracle.jbo.html.jsp.datatags.ApplicationModuleTag
-
- Configuration - class oracle.jbo.common.Configuration.
- Deprecated. since 5.0 Use
Configuration
instead.
- Configuration - class oracle.jbo.client.Configuration.
- Class to manage 'Configuration' file created during the design time.
- Configuration - Static variable in class oracle.jbo.uicli.mom.JUTags
-
- CONFIGURATION - Static variable in class oracle.jbo.common.Owner
-
- CONFIGURATION_NAME - Static variable in class oracle.jbo.client.Configuration
- The package qualified configuration name of the configuration.
- Configuration() - Constructor for class oracle.jbo.common.Configuration
- Deprecated.
- Configuration() - Constructor for class oracle.jbo.client.Configuration
-
- connect(ApplicationModule, Hashtable) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by
oracle.jbo.common.ampool.ConnectionStrategy#connect(ApplicationModule, SessionCookie)
. All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy
.
- connect(ApplicationModule, SessionCookie, EnvInfoProvider) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
-
- connect(ApplicationModule, SessionCookie, EnvInfoProvider) - Method in interface oracle.jbo.common.ampool.ConnectionStrategy
- Connect an application module.
- connect(Connection) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connect(Connection) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connect
method.
- connect(Connection) - Method in class oracle.jbo.server.DBTransactionImpl
- Deprecated.
- connect(Connection) - Method in interface oracle.jbo.server.DBTransaction
- Deprecated.
- connect(String) - Method in interface oracle.jbo.Transaction
- Attempts to establish a connection to a database identified by a URL.
- connect(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- connect(String) - Static method in class oracle.jbo.server.JDBCInteract
-
- connect(String) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connect
method.
- connect(String) - Method in class oracle.jbo.server.DBTransactionImpl
- Uses this JDBC Connection object to connect to the database for all operations via this transaction.
- connect(String, Properties) - Method in interface oracle.jbo.Transaction
- Attempts to establish a connection to a database identified by a URL.
- connect(String, Properties) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- connect(String, Properties) - Static method in class oracle.jbo.server.JDBCInteract
-
- connect(String, Properties) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connect
method.
- connect(String, Properties) - Method in class oracle.jbo.server.DBTransactionImpl
- Internal: Applications should not use this method.
- connect(String, String, String) - Method in interface oracle.jbo.Transaction
- Attempts to establish a connection to a database identified by a URL.
- connect(String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- connect(String, String, String) - Static method in class oracle.jbo.server.JDBCInteract
-
- connect(String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connect
method.
- connect(String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
- Internal: Applications should not use this method.
- CONNECTION_DEF_NAME - Static variable in class oracle.jbo.client.Configuration
-
- CONNECTION_MODE - Static variable in interface oracle.jbo.JboContext
- Specifies how to connect to Application Module server.
- CONNECTION_MODE - Static variable in class oracle.jbo.common.PropertyMetadata
-
- CONNECTION_PORT - Static variable in interface oracle.jbo.JboContext
- Port number where the ORB listens for IIOP requests.
- CONNECTION_PORT - Static variable in class oracle.jbo.common.PropertyMetadata
-
- ConnectionCredentials - class oracle.jbo.server.ConnectionCredentials.
- Internal: Applications should not use this class.
- ConnectionCredentials() - Constructor for class oracle.jbo.server.ConnectionCredentials
-
- ConnectionInfo - class oracle.jbo.html.jsp.ConnectionInfo.
- Represents the connection information used by the ApplicationPool class in order to instantiate an ApplicationModule.
- ConnectionInfo() - Constructor for class oracle.jbo.html.jsp.ConnectionInfo
- Constructor
- ConnectionInfo(Hashtable) - Constructor for class oracle.jbo.html.jsp.ConnectionInfo
- This constructor provides a convenient way to initialize the ConnectionInfo's variables by providing a Hashtable with the values for the various properties.
- connectionManager - Static variable in class oracle.jbo.client.Configuration
-
- ConnectionMetadata - class oracle.jbo.ConnectionMetadata.
- A structure that stores JDBC connection metadata.
- ConnectionMetadata(String, String, String) - Constructor for class oracle.jbo.ConnectionMetadata
-
- ConnectionModeConstants - interface oracle.jbo.ConnectionModeConstants.
- Defines connection modes.
- ConnectionPoolManager - interface oracle.jbo.server.ConnectionPoolManager.
- Declares ConnectionPoolManager operations.
- ConnectionPoolManagerFactory - class oracle.jbo.server.ConnectionPoolManagerFactory.
- A factory for creating instances of the designated ConnectionPoolManager implementation.
- ConnectionPoolManagerImpl - class oracle.jbo.server.ConnectionPoolManagerImpl.
- Default BC4J implementation of the connection pool manager.
- ConnectionPoolManagerImpl() - Constructor for class oracle.jbo.server.ConnectionPoolManagerImpl
- Constructor
- ConnectionStrategy - interface oracle.jbo.common.ampool.ConnectionStrategy.
- Declares application module creation and connection operations.
- connectToDataSource() - Method in class oracle.jbo.server.ejb.sb.ServiceBean
- Convenenince method for acquiring the jdbc connection from the dataSource name specified in
useDataSource
.
- connectToDataSource(DataSource, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(DataSource, boolean) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connectToDataSource
method.
- connectToDataSource(DataSource, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(DataSource, boolean) - Method in interface oracle.jbo.server.DBTransaction
-
- connectToDataSource(DataSource, String, String, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(DataSource, String, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connectToDataSource
method.
- connectToDataSource(DataSource, String, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(DataSource, String, String, boolean) - Method in interface oracle.jbo.server.DBTransaction
-
- connectToDataSource(Hashtable, String, boolean) - Method in interface oracle.jbo.Transaction
- Looks up a datasource from a jndi tree and acquires the jdbc connection from the looked up datasource using the javax.sql.Datasource.getConnection(String user, String passwd) method.
- connectToDataSource(Hashtable, String, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(Hashtable, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connectToDataSource
method.
- connectToDataSource(Hashtable, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(Hashtable, String, String, String, boolean) - Method in interface oracle.jbo.Transaction
- Looks up a datasource from a jndi tree and acquires the jdbc connection from the looked up datasource using the javax.sql.Datasource.getConnection(String user, String passwd) method.
- connectToDataSource(Hashtable, String, String, String, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(Hashtable, String, String, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connectToDataSource
method.
- connectToDataSource(Hashtable, String, String, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(String, String, String, String) - Method in interface oracle.jbo.Transaction
- Deprecated. Since Jdeveloper 9.0.2. No replacement
- connectToDataSource(String, String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl2
- Deprecated. Since Jdeveloper 9.0.2
- connectToDataSource(String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(String, String, String, String, String, String) - Method in interface oracle.jbo.Transaction
- Deprecated. Since Jdeveloper 9.0.2. No replacement
- connectToDataSource(String, String, String, String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(String, String, String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl2
- Deprecated. Since Jdeveloper 9.0.2
- connectToDataSource(String, String, String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
-
- ConsoleDiagnosticImpl - class oracle.jbo.common.ConsoleDiagnosticImpl.
- The superclass for classes that display diagnostics in a console.
- ConsoleDiagnosticImpl() - Constructor for class oracle.jbo.common.ConsoleDiagnosticImpl
- Creates an instance.
- Constants - interface oracle.jbo.html.struts11.Constants.
- Constants used by the BC4J model support for Struts.
- container - Variable in class oracle.jbo.html.databeans.ToolBarButton
-
- CONTAINERMANAGED_SERVICE_SB - Static variable in interface oracle.jbo.common.PropertyConstants
-
- CONTAINERMANAGED_SESSIONBEAN - Static variable in interface oracle.jbo.common.PropertyConstants
-
- ContainerManagedServiceBean - class oracle.jbo.server.ejb.sb.ContainerManagedServiceBean.
- BaseClass for deploying an appmodule service methods as session bean with container managed transaction.
- ContainerManagedServiceBean() - Constructor for class oracle.jbo.server.ejb.sb.ContainerManagedServiceBean
-
- ContainerManagedServiceBeanBase - class oracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase.
- BaseClass for deploying an appmodule service methods as session bean with container managed transaction.
- ContainerManagedServiceBeanBase() - Constructor for class oracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase
-
- ContainerManagedTxnHandlerImpl - class oracle.jbo.server.ejb.ContainerManagedTxnHandlerImpl.
- implementation
- ContainerManagedTxnHandlerImpl() - Constructor for class oracle.jbo.server.ejb.ContainerManagedTxnHandlerImpl
-
- ContainerObject - interface oracle.jbo.server.ContainerObject.
- Implemented by classes that provide server-side containers for components.
- ContainerObjectEvent - class oracle.jbo.server.ContainerObjectEvent.
- The events generated when a component is added to or removed from a
ContainerObject
.
- ContainerObjectEvent(ContainerObject, ComponentObject) - Constructor for class oracle.jbo.server.ContainerObjectEvent
- Creates a
ContainerObject
event.
- ContainerObjectImpl - class oracle.jbo.server.ContainerObjectImpl.
- The implementation of the
ContainerObject
interface.
- ContainerObjectImpl() - Constructor for class oracle.jbo.server.ContainerObjectImpl
-
- ContainerObjectListener - interface oracle.jbo.server.ContainerObjectListener.
- Implemented by subscribers to container object events.
- contains(Object) - Method in class oracle.jbo.common.WeakVectorImpl
-
- contains(Object) - Method in class oracle.jbo.common.WeakVector
-
- contains(Object) - Method in class oracle.jbo.server.JboEventObject
- Tests for the presence of an entry having the given value in this event object's hash table.
- contains(Object) - Method in class oracle.jbo.server.EntityRowSetImpl
-
- containsAll(Collection) - Method in class oracle.jbo.server.EntityRowSetImpl
-
- containsKey(String) - Method in class oracle.jbo.server.JboEventObject
- Tests for the presence of an entry having the given key in this event object's hash table.
- contentFrameName - Static variable in interface oracle.jdeveloper.html.WebBean
-
- contents - Variable in class oracle.jbo.common.ArrayResourceBundle
-
- ContextAttrName - Static variable in class oracle.jbo.html.BC4JContext
- The request attributes key under which our
BC4JContext
instance will be stored.
- ContextMetaObjectManager - class oracle.jbo.server.ContextMetaObjectManager.
-
- ContextMetaObjectManager() - Constructor for class oracle.jbo.server.ContextMetaObjectManager
-
- ContextPoolManager - class oracle.jbo.common.ampool.ContextPoolManager.
-
- ContextPoolManager() - Constructor for class oracle.jbo.common.ampool.ContextPoolManager
-
- ContextUtil - class oracle.jbo.common.ContextUtil.
-
- convertArrayListToVector(ArrayList) - Static method in class oracle.jbo.common.JboEnvUtil
-
- convertFlags(boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- convertHashMapToHashTable(HashMap) - Static method in class oracle.jbo.common.JboEnvUtil
-
- convertHashTableToHashMap(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
-
- convertHexStringToByte(String) - Static method in class oracle.jbo.common.RepConversion
-
- convertIanaToJdk(String) - Static method in class oracle.jbo.common.CharacterEncodingMapping
- Wrapper function for the sun.io.CharacterEncoding.alaisName function (undocumented) provided by Sun to translate from IANA encoding names to JDK encoding names.
- convertJdkToIana(String) - Static method in class oracle.jbo.common.CharacterEncodingMapping
- Reverse mapping of IANA to JDK character encoding names.
- convertOperType(String) - Static method in class oracle.jbo.server.rules.JboCompareValidator
- Interprets a string as one of the comparison operator constants defined in this class.
- convertOracleExceptionToSQLException(SQLException) - Static method in class oracle.jbo.server.util.SQLExceptionConverter
- Convert an oracle.jdbc.driver.OracleSQLException to java.sql.SQLException
- convertStringToElement(String) - Static method in class oracle.jbo.common.JboXMLUtil
-
- convertToBoolean(Object) - Static method in class oracle.jbo.uicli.binding.JUDefBase
-
- convertToInt(Object) - Static method in class oracle.jbo.uicli.binding.JUDefBase
-
- convertToIntArray(Object[]) - Static method in class oracle.jbo.uicli.binding.JUDefBase
-
- convertToJava(Object) - Method in class oracle.jbo.server.AttributeDefImpl
- Converts a value from the database type to its corresponding Java type and returns the result.
- convertToStorage(Object, DBTransactionImpl) - Method in class oracle.jbo.server.AttributeDefImpl
- Internal: Application should not use this method.
- convertToText(Vector, String) - Static method in class oracle.jbo.server.util.JboNamedData
-
- convertToVector(String) - Static method in class oracle.jbo.server.rules.JboListValidator
- Converts a string representation of values to a vector.
- convertToVector(String, String) - Static method in class oracle.jbo.server.util.JboNamedData
-
- convertValue(Class, Class, Object[], int) - Method in class oracle.jbo.common.JboTypeMapEntries
-
- convertValue(Class, Class, Object, int) - Static method in class oracle.jbo.common.JboTypeMap
-
- convertValueList() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
- *** For internal framework use only ***
- convertValueToWhereFragment(AttributeDef, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- convertVectorToArrayList(Vector) - Static method in class oracle.jbo.common.JboEnvUtil
-
- cookieUpdated() - Method in interface oracle.jbo.common.ampool.SessionCookieListener
-
- cookieUpdated() - Method in class oracle.jbo.http.HttpContainer
-
- copy(JboNamedData) - Method in class oracle.jbo.server.util.JboNamedData
-
- copyInto(Object[]) - Method in class oracle.jbo.common.WeakVectorImpl
-
- copyInto(Object[]) - Method in class oracle.jbo.common.WeakVector
-
- copyInto(SessionCookie) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
-
- copyInto(SessionCookie) - Method in interface oracle.jbo.common.ampool.SessionCookie
- Copies the state of this cookie into the target cookie.
- copyTo(ServiceMessage) - Method in class oracle.svcmsg.ServiceMessage
-
- copyTo(ServiceMessage) - Method in class oracle.jbo.common.JboServiceMessage
-
- CORE - Static variable in class oracle.jbo.common.PropertyGroup
-
- create() - Method in interface oracle.jbo.ApplicationModuleHome
- Creates an
ApplicationModule
.
- create() - Method in class oracle.jbo.common.StringManagerFactory
- Instantiates a StringManager object.
- create() - Static method in class oracle.jbo.server.SQLBuilderFactory
- Creates instances of a designated implementation of the SQLBuilder interface.
- create() - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Instantiates a DBTransactionImpl2 instance.
- create() - Method in class oracle.jbo.server.ComponentObjectImpl
-
- create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.struts11.actions.EditAction
- "create" dispatch method
- create(AttributeList) - Method in class oracle.jbo.server.ViewRowImpl
- Initialization method to be over-ridden in generated code for custom defaulting.
- create(AttributeList) - Method in class oracle.jbo.server.EntityImpl
- This method should be subclassed to supply programmatic default values to various attributes of a new Entity Object.
- create(Connection) - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- create(DataSource) - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- create(DataSource, String, String) - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- create(String) - Method in interface oracle.jbo.SharedHandle
- Creates a Shared data handle for the HashTable in MetaObject Manager for Def Objects, none of the parameters for create are passed through this interface since it is internal to MOM and not to be called by client
- create(String) - Static method in class oracle.jbo.server.SQLBuilderFactory
-
- create(String) - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- create(String, Properties) - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- create(String, String, int, String, int, int) - Static method in class oracle.jbo.ApplicationModuleFactory
-
- create(String, String, String) - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- create(String, String, String, int, String, int, int) - Static method in class oracle.jbo.ApplicationModuleFactory
-
- create(String, String, String, Properties) - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- createActionBinding(JUPanelBinding, Component, String, String, String, int) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
- Use this method to bind an AbstractButton to a BC4J ViewObject and assign one of the enumerated set of actions to this Button, so that when this button is pressed (on actionPerformed) the desired action(method) is invoked on the associated RowSet.
- createAndInitRow(AttributeList) - Method in class oracle.jbo.ViewCriteria
-
- createAndInitRow(AttributeList) - Method in interface oracle.jbo.RowIterator
-
- createAndInitRow(AttributeList) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- createAndInitRow(AttributeList) - Method in class oracle.jbo.server.ViewRowSetImpl
-
- createAndInitRow(AttributeList) - Method in class oracle.jbo.server.ViewObjectImpl
-
- createAndInitRow(AttributeList) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- createAndLoadFromXML(DefElementImpl) - Static method in class oracle.jbo.uicli.binding.JUDefBase
-
- createAndLoadFromXML(DefElementImpl) - Static method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
-
- createApplicationDefinition(String) - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- createApplicationModule(Hashtable) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
-
- createApplicationModule(Hashtable) - Method in interface oracle.jbo.common.ampool.ConnectionStrategy
- Create an application module.
- createApplicationModule(SessionCookie, EnvInfoProvider) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
-
- createApplicationModule(SessionCookie, EnvInfoProvider) - Method in interface oracle.jbo.common.ampool.ConnectionStrategy
- Create an application module.
- createApplicationModule(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createApplicationModule(String) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an anonymous Application Module.
- createApplicationModule(String) - Method in interface oracle.jbo.server.DBTransaction
- Creates an Application Module.
- createApplicationModule(String) - Method in class oracle.jbo.server.ejb.sb.ServiceBean
- Convenience method for creating the aggregated application module instance.
- createApplicationModule(String, Hashtable) - Method in class oracle.jbo.server.ejb.sb.ServiceBean
- Convenience method for creating the aggregated application module instance using the jndi environment properties.
- createApplicationModule(String, String) - Method in interface oracle.jbo.ApplicationModule
- Creates a nested Application Module in this Application Module from the Application Module definition.
- createApplicationModule(String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createApplicationModule(String, String) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an instance of an nested Application Module within this Transaction For example,
- createApplicationModule(String, String) - Method in interface oracle.jbo.server.DBTransaction
- Creates an instance of an nested Application Module within this Transaction For example,
- createApplicationModule(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates an instance of an Application Module within this Application Module; that is, a nested Application Module.
- createApplicationModule(String, String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createApplicationModule(String, String) - Method in class oracle.jbo.server.ejb.sb.ServiceBean
- Convenience method for creating the aggregated application module instance using a LOCAL mode configuration.
- createApplicationModule(String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createApplicationObject(String) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- createApplicationObject(String, Properties) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- createApplicationObject(String, Properties, EnvInfoProvider) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- createAttributeBinding(JUFormBinding, JLabel, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JULabelBinding
- This method is used by the JDeveloper design time wizards for binding a label with an attribute of rows of a ViewObject/RowIterator.
- createAttributeBinding(JUFormBinding, JScrollBar, String, String, String, String, int, int, int) - Static method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
- Creates a binding for the JScrollBar control.
- createAttributeBinding(JUFormBinding, JSlider, String, String, String, String, int, int, int) - Static method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
- Creates a binding for the JSlider control.
- createAttributeBinding(JUFormBinding, JTextComponent, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUTextFieldBinding
- This method is used by the JDeveloper designtime wizards for binding a text component with an attribute of rows of a ViewObject/RowIterator.
- createAttributeBinding(JUFormBinding, JUArrayComboBox, String, String, String, String, JUArrayElementEditorInterface) - Static method in class oracle.jbo.uicli.controls.JUArrayComboBox
- This method is used by the JDeveloper designtime wizards for binding a JComboBox component with an attribute of type Array in rows of a ViewObject/RowIterator.
- createAttributeBinding(JUFormBinding, JUDefaultControlInterface, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUDefaultControlBinding
- Creates an instance of this binding based on the given binding information.
- createAttributeBinding(JUPanelBinding, JProgressBar, String, String, String, String, int, int) - Static method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
- Creates a binding for the JProgressBar control.
- createAttributeListBinding(JUPanelBinding, JTable, String, String, String, String[]) - Static method in class oracle.jbo.uicli.jui.JUTableBinding
- Creates an instance of JUTableBinding to return.
- createAttributeListBinding(JUPanelBinding, JTable, String, String, String, String[], boolean, JUTableSortModel) - Static method in class oracle.jbo.uicli.jui.JUTableBinding
- Creates an instance of JUTableBinding to return.
- createBean(EntityBean, Object) - Method in class oracle.jbo.server.EJBEntityDefImpl
-
- createBean(EntityFacadeImpl) - Method in class oracle.jbo.server.ejb.facade.EntityFacadeCollImpl
- Creates an Entity Bean instance.
- createBeanInstance() - Method in class oracle.jbo.server.EJBEntityDefImpl
-
- createBlankInstance(DBTransaction) - Method in class oracle.jbo.server.EntityDefImpl
- Internal: Applications should not use this method.
- createBooleanBinding(JUFormBinding, AbstractButton, String, String, String, String, Object[], boolean) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
- Use this method to bind an AbstractButton to a BC4J Attribute when the Application usage determines the attribute values for true and false states to be used to set the attribute values.
- createButtons(Object[]) - Method in interface oracle.jbo.uicli.jui.JUButtonGroupControlInterface
- Creates buttons for each object in the given list and adds it to the control's display.
- createButtons(Object[]) - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
-
- createCallableStatement(String, int) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createCallableStatement(String, int) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createCallableStatement
method.
- createCallableStatement(String, int) - Method in class oracle.jbo.server.DBTransactionImpl
-
- createCallableStatement(String, int) - Method in interface oracle.jbo.server.DBTransaction
- Creates a JDBC CallableStatement instance.
- createComponentObject(String, String) - Method in interface oracle.jbo.ApplicationModule
- Creates a Component Object in this Application Module from the Component Object definition.
- createComponentObject(String, String) - Method in class oracle.jbo.server.ContainerObjectImpl
-
- createComponentObject(String, String) - Method in interface oracle.jbo.server.ContainerObject
- Create a component Object from the container
- createComponentObject(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates a Component object in the context of this Application Module.
- createComponentObject(String, String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createComponentObject(String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createContainerDefObject(boolean) - Method in class oracle.jbo.server.MetaObjectManager
-
- createContainerDefObject(boolean) - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- createContainerType(String) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
-
- createControl() - Method in class oracle.jbo.uicli.jui.JUTreeDef
-
- createControl() - Method in class oracle.jbo.uicli.jui.JUTextFieldDef
-
- createControl() - Method in class oracle.jbo.uicli.jui.JUScrollBarDef
-
- createControl() - Method in class oracle.jbo.uicli.jui.JULabelDef
-
- createControl() - Method in class oracle.jbo.uicli.jui.JUComboBoxDef
-
- createControl() - Method in class oracle.jbo.uicli.jui.JUButtonGroupDef
-
- createControl() - Method in class oracle.jbo.uicli.jui.JUButtonDef
-
- createControl() - Method in class oracle.jbo.uicli.jui.JUActionDef
-
- createControl() - Method in class oracle.jbo.uicli.binding.JUControlDef
-
- createControlBinding(JUFormBinding) - Method in class oracle.jbo.uicli.binding.JUControlDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUTreeDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUTextFieldDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUTableDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUScrollBarDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUListSingleSelDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JULabelDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUDefaultControlDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUComboBoxDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUButtonGroupDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUButtonDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUActionDef
-
- createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.binding.JUControlDef
-
- createControlDef(HashMap) - Method in class oracle.jbo.uicli.binding.JUFormDef
-
- createControlDef(String, HashMap) - Method in class oracle.jbo.uicli.jui.JUPanelDef
-
- createCubeDataDirector() - Method in class oracle.jbo.uicli.jui.JUSingleTableGraphBinding
-
- createCubeDataDirector() - Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding
-
- createDataSource(PageContext, String, String, String, String, boolean) - Static method in class oracle.jbo.html.jsp.datatags.Utils
-
- createDateField() - Method in class oracle.jdeveloper.html.DateField
-
- createDatum(CallableStatement, int) - Method in interface oracle.jbo.domain.DatumFactory
-
- createDatum(ResultSet, int) - Method in interface oracle.jbo.domain.DatumFactory
-
- createDef() - Method in class oracle.jbo.server.EntityDefImpl
- This method should be used to perform custom-metadata initialization in a subclass of EntityDefImpl.
- createDefaultFieldRenderers() - Method in class oracle.jbo.html.databeans.EditCurrentRecord
- Deprecated. Deprecated since 5.0. Field renderer are now created lazily
- createDetailRowSet(String, String) - Method in interface oracle.jbo.RowSetIterator
- Creates a detail Row Set.
- createDetailRowSet(String, String) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
- Creates a detail Row Set.
- createDetailRowSet(String, String) - Method in class oracle.jbo.server.ViewRowSetImpl
- Creates and returns an new detail row set for this row set iterator.
- createDetailRowSet(String, String) - Method in class oracle.jbo.server.ViewObjectImpl
- Creates a detail Row Set.
- createDetailRowSet(String, String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- createDetailRowSet(String, String) - Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
-
- createDetailRowSet(String, String) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- createDetailRowSet(String, String) - Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- createDiagnostic() - Static method in class oracle.jbo.common.DiagnosticFactory
- Creates an instance of an implementation of the
IDiagnostic
interface.
- createDomainFromSerializedXML(Element) - Method in interface oracle.jbo.domain.XMLDomainReaderFactory
-
- createDomainFromXMLElement(Element) - Method in interface oracle.jbo.domain.XMLDomainFactory
-
- createDOMParser(boolean) - Static method in class oracle.jbo.common.JboXMLUtil
-
- createEntities() - Method in class oracle.jbo.server.ViewRowImpl
- Creates blank instances of the Entity Objects that this row is composed of.
- createEntityInstance(EntityDefImpl, AttributeList) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createEntityInstance(EntityDefImpl, AttributeList) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createEntityInstance
method.
- createEntityInstance(EntityDefImpl, AttributeList) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an
EntityImpl
object based on the given defintion, in the context of the root Application Module.
- createEntityInstance(EntityDefImpl, AttributeList) - Method in interface oracle.jbo.server.DBTransaction
- Creates an EntityImpl instance based on the given defintion.
- createEntityInstance(String, AttributeList) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createEntityInstance(String, AttributeList) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createEntityInstance
method.
- createEntityInstance(String, AttributeList) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an
EntityImpl
object based on the given defintion, in the context of the root Application Module.
- createEntityInstance(String, AttributeList) - Method in interface oracle.jbo.server.DBTransaction
- Creates an EntityImpl instance based on the named defintion.
- createEnumerationBinding(JUFormBinding, AbstractButton[], String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
- Given a list of buttons (that display the values for the given valueList) bind to an attribute of a ViewObject, such that on selection of one of the buttons in the list, the value of the selected attribute in the current row of the ViewObject is updated with the equivalent value in the valueList array.
- createEnumerationBinding(JUFormBinding, JComboBox, String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUComboBoxBinding
- Use this method to bind a combobox control to a ViewObject/RowSet identified by voInstanceName when a static list of values are displayed in the combobox, and the combobox is used to display/update the same attribute in the same viewobject.
- createEnumerationBinding(JUFormBinding, JList, String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
- Use this method to bind a list control to a ViewObject/RowSet, identified by voInstanceName, when a static list of values are displayed in the listbox, and the listbox is used to display/update the same attribute in the same viewobject.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, SpinnerDateModel) - Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, SpinnerListModel) - Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, SpinnerNumberModel) - Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createFormBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUFormDef
-
- createFormBinding(RowSetIterator[]) - Method in class oracle.jbo.uicli.binding.JUFormDef
-
- createFormBinding(String, String, boolean) - Method in class oracle.jbo.uicli.binding.JUApplication
- *** For internal framework use only ***
- createGraphDataFromCol(Graph, JUIteratorBinding, String[], int, String) - Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding
-
- createHTMLSelect(boolean) - Method in class oracle.jdeveloper.html.StaticPickList
-
- createIconCell(String, String, String, String, String, String, String, String, String) - Method in class oracle.jdeveloper.html.DHTMLTable
-
- createImageIcon(Image) - Static method in class oracle.jbo.common.GraphicsUtils
-
- createInitialContextEnv() - Method in class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
-
- createInstance(DBTransaction, AttributeList) - Method in class oracle.jbo.server.EntityDefImpl
- Instantiate an instance of the
Entity
.
- createInstance(ViewRowSetImpl, AttributeList) - Method in class oracle.jbo.server.ViewObjectImpl
- Creates a view row instance.
- createInstanceFromResultSet(QueryCollection, ResultSet) - Method in class oracle.jbo.server.ViewObjectImpl
- Internal: Applications should not use this method.
- createInstanceWithAM(String, ApplicationModule) - Static method in class oracle.jbo.server.SQLValueImpl
-
- createInstanceWithAM(String, ApplicationModule) - Static method in class oracle.jbo.server.SequenceImpl
- A class method that may be invoked to retrieve the next value from a database sequence.
- createIterBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUIterRowDef
-
- createIterBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUIterRangeDef
-
- createIterBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUIteratorDef
-
- createIterBinding(RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUIterRowDef
-
- createIterBinding(RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUIterRangeDef
-
- createIterBinding(RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUIteratorDef
-
- createJboHome(String) - Method in class oracle.jbo.common.JboInitialContext
-
- createJboHome(String) - Method in class oracle.jbo.server.InitialContextImpl
- Factory method for creating ApplicationModuleHome pertinent for the local platfrom.
- createJTATransactionHandler() - Method in interface oracle.jbo.server.TransactionHandlerFactory
-
- createJTATransactionHandler() - Method in class oracle.jbo.server.DefaultTxnHandlerFactoryImpl
-
- createJTATransactionHandler() - Method in class oracle.jbo.server.ejb.EJBTxnHandlerFactoryImpl
-
- createKey(AttributeList) - Method in class oracle.jbo.ViewCriteria
- Given a list of name-value pairs, creates a Key object.
- createKey(AttributeList) - Method in interface oracle.jbo.RowIterator
- Given a list of name-value pairs, creates a Key object that matches the key structure for the ViewObject for this RowItertor.
- createKey(AttributeList) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- createKey(AttributeList) - Method in class oracle.jbo.server.ViewRowSetImpl
-
- createKey(AttributeList) - Method in class oracle.jbo.server.ViewObjectImpl
- Given a set of attribute values (name-value pairs), creates a key object for this ViewObject.
- createKey(AttributeList) - Method in class oracle.jbo.server.EntityDefImpl
- Given a set of attribute values (name-value pairs), creates a Primary key object for this Entity.
- createKey(AttributeList) - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- createKey(AttributeList, AttributeDef[]) - Static method in class oracle.jbo.common.RowSetIteratorHelper
-
- createLayout() - Method in class oracle.jbo.uicli.jui.JULayoutDefXY
-
- createLayoutCons() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
-
- createLayoutCons() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXY
-
- createLayoutConsDef(String, HashMap) - Method in class oracle.jbo.uicli.jui.JUPanelDef
-
- createLayoutDef(String, HashMap) - Method in class oracle.jbo.uicli.jui.JUPanelDef
-
- createLinkCell(String, String, String, String, String, String, String) - Method in class oracle.jdeveloper.html.DHTMLTable
-
- createLovBinding(JUFormBinding, AbstractButton, String, String, String, String[], String, String[], String[]) - Static method in class oracle.jbo.uicli.jui.JULovButtonBinding
- This method should be used to create a JULovButtonBinding and bind it to a JButton control.
- createLovBinding(JUFormBinding, AbstractButton, String, String, String, String[], String, String, String, String[], String[], boolean, String, Point) - Static method in class oracle.jbo.uicli.jui.JULovButtonBinding
- This method should be used to create a JULovButtonBinding and bind it to a JButton control.
- createLovBinding(JUFormBinding, AbstractButton, String, String, String, String[], String, String, String, String[], String[], JULovPanelInterface) - Static method in class oracle.jbo.uicli.jui.JULovButtonBinding
- This method should be used to create a JULovButtonBinding and bind it to a JButton control.
- createLovBinding(JUFormBinding, JComboBox, String, String, String, String[], String, String[], String[], ListCellRenderer, ComboBoxEditor) - Static method in class oracle.jbo.uicli.jui.JUComboBoxBinding
- Use this binding when two ViewObjects are to be used in this combobox: one for displaying the list of values and the other ViewObject the rows of which are updated.
- createLovBinding(JUFormBinding, JList, String, String, String, String[], String) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
-
- createLovBinding(JUFormBinding, JList, String, String, String, String[], String, String[], String[], ListCellRenderer) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
- Use this binding when two ViewObjects are to be used in this list control: one for displaying the list of values and the other ViewObject whose rows are updated.
- createLovBinding(JUFormBinding, JSpinner, String, String, String, String[], String) - Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this binding when the JSpinner control is used in LOV mode to update another attribute in a BC4J View Object.
- createLovBinding(JUFormBinding, JSpinner, String, String, String, String[], String, String[], String[]) - Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this binding when two ViewObjects are to be used in this Spinner control: one for displaying of values and the other ViewObject whose rows are updated.
- createLovBinding(JUFormBinding, JUButtonGroupControlInterface, String, String, String, String[], String, String[], String) - Static method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
- This method should be used to create a JUButtonGroupBinding and bind it to a control.
- createLovDialog(JComponent) - Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
- Creates a JDialog and returns a JULovDialogInterface that performs interaction with the JULovButtonBinding for display of LOV data.
- createLOVField() - Method in class oracle.jdeveloper.html.LOVField
-
- createMessage(String) - Method in interface oracle.jbo.server.JboMessageManager
-
- createMultilineTextField() - Method in class oracle.jdeveloper.html.TextArea
-
- createNavigationBinding(JUFormBinding, JComboBox, String, String, String, String[], ListCellRenderer, ComboBoxEditor) - Static method in class oracle.jbo.uicli.jui.JUComboBoxBinding
- Use this binding when the given combobox is used as a navigation control to iterate through a range or rows in a RowSet.
- createNavigationBinding(JUFormBinding, JList, String, String, String, String[], ListCellRenderer) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
- Use this binding when the given list control is used as a navigation control to iterate through a range of rows in a RowSet.
- createNavigationBinding(JUFormBinding, JSpinner, String, String, String, String[]) - Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this binding when the JSpinner control is used as a navigation control to iterate through a range of rows in a RowSet.
- createNewConnectionEntry(String, Properties) - Method in class oracle.jbo.client.Configuration
-
- createNewInstance() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
- Deprecated. Replaced by
ConnectionStrategy.createApplicationModule(SessionCookie, EnvInfoProvider)
. All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends: DefaultConnectionStrategy
.
- createNewInstance() - Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. Replaced by
ConnectionStrategy.createApplicationModule(SessionCookie, EnvInfoProvider)
. All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends: DefaultConnectionStrategy
.
- createNewInstance(String) - Static method in class oracle.jbo.uicli.binding.JUUtil
- *** For internal framework use only ***
- createNewRow() - Method in class oracle.jbo.html.databeans.EditCurrentRecord
- Directs the EditCurrentRecord Web Bean to create a new row in the RowSet and to give focus to this row when generating the edit form.
- createNewRowForCollection(Object) - Method in class oracle.jbo.server.ViewObjectImpl
-
- createNullTransaction() - Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3. This method is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by
create()
, migrates from disconnected to connected state.
- createPanelBinding(JUPanelBinding, JUNavigationBar) - Static method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- createPanelBinding(JUPanelBinding, JUStatusBar) - Static method in class oracle.jbo.uicli.controls.JUStatusBar
-
- createPasswordField() - Method in class oracle.jdeveloper.html.PasswordField
-
- createPool(String) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
- Deprecated. applications should use oracle.jbo.common.ampool.PoolMgr.findPool directly or should rely upon createApplicationObject to create a pool using the fully qualified ApplicationModule definition name.
- createPool(String, Properties) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
- Deprecated. applications should use oracle.jbo.common.ampool.PoolMgr.findPool directly or should rely upon createApplicationObject to create a pool using the fully qualified ApplicationModule definition name.
- createPool(String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.PoolMgr
- Create a new Application Module pool, throws an exception if the pool is already registered.
- createPool(String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.ContextPoolManager
-
- createPool(String, String, String, Properties) - Method in class oracle.jbo.common.ampool.PoolMgr
- Creates a new Application Module pool, throws an exception if the pool is already registered.
- createPool(String, String, String, Properties) - Method in class oracle.jbo.common.ampool.ContextPoolManager
-
- createPool(String, String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.PoolMgr
- Create a new Application Module pool, throws an exception if the pool is already registered.
- createPool(String, String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.ContextPoolManager
-
- createPoolLogger() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- createPosition(int) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
- Delegates to the swing Document object of the associated text component.
- createPreparedStatement(String, boolean, int) - Method in class oracle.jbo.server.EntityCache
-
- createPreparedStatement(String, int) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createPreparedStatement(String, int) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createPreparedStatement
method.
- createPreparedStatement(String, int) - Method in class oracle.jbo.server.DBTransactionImpl
-
- createPreparedStatement(String, int) - Method in interface oracle.jbo.server.DBTransaction
- Creates a JDBC PreparedStatement instance.
- createRef(String, byte[]) - Method in interface oracle.jbo.Transaction
- Internal: Applications should not use this method.
- createRef(String, byte[]) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- createRef(String, byte[]) - Method in class oracle.jbo.server.DBTransactionImpl2
- Checks to see if jdbc connection was acquired.
- createRef(String, byte[]) - Method in class oracle.jbo.server.DBTransactionImpl
- Internal: Applications should not use this method.
- createRef(String, DefObject) - Static method in class oracle.jbo.server.ComponentObjectImpl
-
- createRelationalDataDirector() - Method in class oracle.jbo.uicli.jui.JUSingleTableGraphBinding
-
- createRelationalDataDirector() - Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding
-
- createRequest() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createRootApplication(Hashtable, String, Object, String, Properties) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
-
- createRootApplicationModule() - Method in class oracle.jbo.uicli.binding.JUApplication
- *** Advanced method ***
- createRootApplicationModule(String, Session) - Static method in class oracle.jbo.server.ApplicationModuleImpl
- Internal: Applications should not call this method.
- createRootApplicationModule(String, String) - Static method in class oracle.jbo.client.Configuration
- Creates and connects an application module using the specified configuration.
- createRootApplicationModule(String, String, EnvInfoProvider) - Static method in class oracle.jbo.client.Configuration
- Creates and connects an application module using the specified configuration.
- createRootApplicationModuleFromConfig(String, EnvInfoProvider) - Method in class oracle.jbo.client.Configuration
-
- createRow() - Method in class oracle.jbo.ViewCriteria
- Creates a new Row object, but does not insert it into the row set.
- createRow() - Method in interface oracle.jbo.RowIterator
- Creates a new Row object, but does not insert it into the row set.
- createRow() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
- Creates a new view row.
- createRow() - Method in class oracle.jbo.server.ViewRowSetImpl
- Creates a new view row.
- createRow() - Method in class oracle.jbo.server.ViewObjectImpl
- Creates a new view row.
- createRow() - Method in class oracle.jbo.server.EntityRowSetImpl
-
- createRow() - Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- createRowFromResultSet(Object, ResultSet) - Method in class oracle.jbo.server.ViewObjectImpl
-
- createRowFromResultSet(Object, ResultSet) - Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
- Overrides the base implementation of
createRowFromResultSet(Object, java.sql.ResultSet)
.
- createRowSet(String) - Method in interface oracle.jbo.ViewObject
- Creates and returns a new (secondary) Row Ret for this View Object.
- createRowSet(String) - Method in class oracle.jbo.server.ViewObjectImpl
- Creates and returns a new (secondary) row set for this View Object.
- createRowSet(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- createRowSetIterator(String) - Method in interface oracle.jbo.RowSet
- Creates an iterator for the row set.
- createRowSetIterator(String) - Method in class oracle.jbo.server.ViewRowSetImpl
- Creates and returns a new row set iterator on this row set.
- createRowSetIterator(String) - Method in class oracle.jbo.server.ViewObjectImpl
- Creates and returns a new (secondary) row set iterator for this row set.
- createRowSetIterator(String) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- createRowSetIterator(String) - Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- CreateRowSetTag - class oracle.jbo.html.jsp.datatags.CreateRowSetTag.
-
- CreateRowSetTag() - Constructor for class oracle.jbo.html.jsp.datatags.CreateRowSetTag
-
- CreateRowSetTEI - class oracle.jbo.html.jsp.datatags.CreateRowSetTEI.
-
- CreateRowSetTEI() - Constructor for class oracle.jbo.html.jsp.datatags.CreateRowSetTEI
- Constructor
- createSessionCookie(String, String, ApplicationPool, Properties) - Method in interface oracle.jbo.common.ampool.SessionCookieFactory
- Creates a SessionCookie instance.
- createSessionCookie(String, String, ApplicationPool, Properties) - Method in class oracle.jbo.common.ampool.DefaultSessionCookieFactory
-
- createSessionCookie(String, String, ApplicationPool, Properties) - Method in class oracle.jbo.http.SharedSessionCookieFactory
-
- createSessionCookie(String, String, ApplicationPool, Properties) - Method in class oracle.jbo.http.HttpSessionCookieFactory
- Creates a HttpSessionCookieImpl instance.
- createSessionCookie(String, String, Properties) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- createSessionCookie(String, String, Properties) - Method in interface oracle.jbo.common.ampool.ApplicationPool
- Create a session cookie for access to this pool.
- createSharedDataHandle() - Static method in class oracle.jbo.server.MetaObjectManager
-
- createSharedDataHandle() - Static method in class oracle.jbo.server.ApplicationModuleImpl
- Internal: Applications should not call this method.
- createStatement() - Static method in class oracle.jbo.server.JDBCInteract
-
- createStatement(int) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createStatement(int) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createStatement
method.
- createStatement(int) - Method in class oracle.jbo.server.DBTransactionImpl
-
- createStatement(int) - Method in interface oracle.jbo.server.DBTransaction
- Creates a JDBC Statement instance.
- createStore(Persistent) - Method in class oracle.jbo.server.EntityDefImpl
-
- createStream(boolean) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a Java boolean value.
- createStream(byte) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes an 8-bit Java integer value.
- createStream(char) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a Java character.
- createStream(Class, Object) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a Java object of a specified class.
- createStream(Class, Object[]) - Static method in class oracle.jbo.common.ArrayMarshaller
- NEW Convert an array of objects into byte stream.
- createStream(double) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 64-bit Java floating-point value.
- createStream(float) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 32-bit Java floating-point value.
- createStream(int) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 32-bit Java integer value.
- createStream(int[]) - Static method in class oracle.jbo.common.ArrayMarshaller
- NEW Convert an integer array into byte stream.
- createStream(long) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 64-bit Java integer value.
- createStream(Object) - Static method in class oracle.jbo.common.TypeMarshaller
-
- createStream(short) - Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 16-bit Java integer value.
- createSubcontext(Name) - Method in class oracle.jbo.common.JboInitialContext
-
- createSubcontext(String) - Method in class oracle.jbo.common.JboInitialContext
-
- createTextCell(String, String, String, String) - Method in class oracle.jdeveloper.html.DHTMLTable
-
- createToolBarButtonForCommand(int) - Method in class oracle.jbo.html.databeans.BaseNavigatorBar
-
- createTransactionHandler() - Method in interface oracle.jbo.server.TransactionHandlerFactory
- Uses the current database connection to create a transaction handler.
- createTransactionHandler() - Method in class oracle.jbo.server.DefaultTxnHandlerFactoryImpl
- Uses the current database connection to create a transaction handler for a non-EJB platform.
- createTransactionHandler() - Method in class oracle.jbo.server.ejb.EJBTxnHandlerFactoryImpl
-
- createTransactionHandlerFactory() - Method in class oracle.jbo.server.ejb.sb.ServiceBean
-
- createTransactionHandlerFactory() - Method in class oracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase
-
- createTransactionHandlerFactory() - Method in class oracle.jbo.server.ejb.sb.BeanManagedServiceBean
-
- createTreeNodeTypeBinding(JUFormBinding, JTree, String, String, String, JUCtrlHierTypeBinding[]) - Static method in class oracle.jbo.uicli.jui.JUTreeBinding
- This method is used by the JClient model-binding editors to bind a JTree to this binding.
- createViewBinding(JUFormBinding, JScrollBar, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUScrollBarBinding
- Binds a JScrollBar control to a BC4J ViewObject such that JScrollBar can be used to navigate rows in the ViewObject.
- createViewBinding(JUPanelBinding, JProgressBar, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUProgressBarBinding
- Binds a JProgressBar control to a BC4J ViewObject such that JProgressBar can be used to navigate rows in the ViewObject.
- createViewBinding(JUPanelBinding, JSlider, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUSliderBinding
- Binds a JSlider control to a BC4J ViewObject such that JSlider can be used to navigate rows in the ViewObject.
- createViewBinding(JUPanelBinding, JUNavigationBar, String, String, String) - Static method in class oracle.jbo.uicli.controls.JUNavigationBar
-
- createViewBinding(JUPanelBinding, String, String, String) - Static method in class oracle.jbo.uicli.controls.JUStatusBar
-
- createViewCriteria() - Method in interface oracle.jbo.ViewObject
- Creates a new view criteria (that is, "Query by Example") object for this View Object.
- createViewCriteria() - Method in class oracle.jbo.server.ViewObjectImpl
- Creates a new view criteria object for this View Object.
- createViewCriteria() - Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- createViewCriteriaRow() - Method in class oracle.jbo.ViewCriteria
- Creates a new ViewCriteriaRow for this ViewCriteria.
- createViewLink(String, String, ViewObject, ViewObject) - Method in interface oracle.jbo.ApplicationModule
- Creates a View Link in this Application Module from the View Link definition.
- createViewLink(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates a View Link, given the View Link name, the Def name, and the names of the master and detail View Objects.
- createViewLink(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewLink(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createViewLink(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewLink(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an anonymous View Link.
- createViewLink(String, ViewObject, ViewObject) - Method in interface oracle.jbo.server.DBTransaction
- Creates a View Link.
- createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in interface oracle.jbo.ApplicationModule
- Creates a View Link in this Application Module.
- createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates a View Link given either a View Link Definition or an Entity Association.
- createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createViewLinkBetweenViewObjects(String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewLinkBetweenViewObjects(String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an anonymous View Link.
- createViewLinkBetweenViewObjects(String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in interface oracle.jbo.server.DBTransaction
- Creates a View Link.
- createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) - Method in interface oracle.jbo.ApplicationModule
- Creates a View Link in this Application Module from an Entity Association.
- createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates a View Link, given the View Objects and an Entity Association.
- createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createViewLinkFromEntityAssocName(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewLinkFromEntityAssocName(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates a View Link.
- createViewLinkFromEntityAssocName(String, ViewObject, ViewObject) - Method in interface oracle.jbo.server.DBTransaction
- Creates a View Link.
- createViewObject(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewObject(String) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an anonymous query definition from the name of a
ViewObject
class.
- createViewObject(String) - Method in interface oracle.jbo.server.DBTransaction
- Creates a ViewObject instance based on the named defintion.
- createViewObject(String, String) - Method in interface oracle.jbo.ApplicationModule
- Creates a View Object in this Application Module from the View Object definition.
- createViewObject(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates an updateable View Object.
- createViewObject(String, String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewObject(String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createViewObject(String, ViewDefImpl) - Method in class oracle.jbo.server.ApplicationModuleImpl
-
- createViewObjectFromQueryClauses(String, String, String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewObjectFromQueryClauses(String, String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createViewObjectFromQueryClauses
method.
- createViewObjectFromQueryClauses(String, String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an updatable query definition.
- createViewObjectFromQueryClauses(String, String, String, String, String) - Method in interface oracle.jbo.server.DBTransaction
- Creates an updatable View Object.
- createViewObjectFromQueryClauses(String, String, String, String, String, String) - Method in interface oracle.jbo.ApplicationModule
- Creates an View Object in this Application Module from an Entity Object and additional SQL clauses.
- createViewObjectFromQueryClauses(String, String, String, String, String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates an updateable View Object.
- createViewObjectFromQueryClauses(String, String, String, String, String, String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewObjectFromQueryClauses(String, String, String, String, String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createViewObjectFromQueryStmt(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewObjectFromQueryStmt(String) - Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createViewObjectFromQueryStmt
method.
- createViewObjectFromQueryStmt(String) - Method in class oracle.jbo.server.DBTransactionImpl
- Creates an anonymous query definition from an SQL statement.
- createViewObjectFromQueryStmt(String) - Method in interface oracle.jbo.server.DBTransaction
- Creates a View Object from a SQL statement.
- createViewObjectFromQueryStmt(String, String) - Method in interface oracle.jbo.ApplicationModule
- Creates a View Object in this Application Module based on a SQL statement.
- createViewObjectFromQueryStmt(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates a read-only View Object, given a query statement and a name for the View Object.
- createViewObjectFromQueryStmt(String, String) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewObjectFromQueryStmt(String, String) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- CreateViewObjectTag - class oracle.jbo.html.jsp.datatags.CreateViewObjectTag.
-
- CreateViewObjectTag() - Constructor for class oracle.jbo.html.jsp.datatags.CreateViewObjectTag
-
- createWorkerApplicationModule(Object) - Method in class oracle.jbo.server.ApplicationModuleImpl
-
- createWorkerApplicationModule(Object) - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
-
- createXMLDefinition(int) - Method in class oracle.jbo.server.ViewObjectImpl
- Creates a DTD definition for the View Object and all its contents (including contained RowSets if depthCount is non-zero).
- createXMLDefinition(int) - Method in class oracle.jbo.server.RowImpl
- Creates a StringWriter and calls
printXMLDefinition
to generate proper DTD for this row and all containees (if depthCount > 0)
- createXMLSharedDataHandle() - Static method in class oracle.jbo.server.ApplicationModuleImpl
- Deprecated. This method was to be used in conjunction with Java-in-the-database configuration which is no longer supported.
- CREATION_POLICY_ROUND_ROBIN - Static variable in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- CREATION_POLICY_SERIAL - Static variable in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- CriteriaRowTag - class oracle.jbo.html.jsp.datatags.CriteriaRowTag.
-
- CriteriaRowTag() - Constructor for class oracle.jbo.html.jsp.datatags.CriteriaRowTag
-
- CriteriaRowTagTEI - class oracle.jbo.html.jsp.datatags.CriteriaRowTagTEI.
-
- CriteriaRowTagTEI() - Constructor for class oracle.jbo.html.jsp.datatags.CriteriaRowTagTEI
-
- CriteriaTag - class oracle.jbo.html.jsp.datatags.CriteriaTag.
-
- CriteriaTag() - Constructor for class oracle.jbo.html.jsp.datatags.CriteriaTag
-
- CSMessageBundle - class oracle.jbo.CSMessageBundle.
- Defines the error codes and default error messages for operations on business objects.
- CSMessageBundle_en - class oracle.jbo.CSMessageBundle_en.
-
- CSMessageBundle_en_US - class oracle.jbo.CSMessageBundle_en_US.
-
- CSMessageBundle_en_US() - Constructor for class oracle.jbo.CSMessageBundle_en_US
-
- CSMessageBundle_en() - Constructor for class oracle.jbo.CSMessageBundle_en
-
- CSMessageBundle() - Constructor for class oracle.jbo.CSMessageBundle
-
- CTLTYPE_DATE - Static variable in interface oracle.jbo.AttributeHints
-
- CTLTYPE_DEFAULT - Static variable in interface oracle.jbo.AttributeHints
-
- CTLTYPE_EDIT - Static variable in interface oracle.jbo.AttributeHints
-
- CTLTYPE_IMAGE - Static variable in interface oracle.jbo.AttributeHints
-
- CTLTYPE_LIST - Static variable in interface oracle.jbo.AttributeHints
-
- CTLTYPE_LOV - Static variable in interface oracle.jbo.AttributeHints
-
- CTLTYPE_TOGGLE - Static variable in interface oracle.jbo.AttributeHints
-
- CustomClassNotFoundException - exception oracle.jbo.CustomClassNotFoundException.
- Indicates a failure to find the named custom component/definition/row class.
- CustomClassNotFoundException(Class, String, Object[]) - Constructor for class oracle.jbo.CustomClassNotFoundException
- Creates an exception to be localized using
CSMessageBundle
and error code EXC_DML_POST_ENTITY
.
- CustomClassNotFoundException(String, Exception) - Constructor for class oracle.jbo.CustomClassNotFoundException
- Creates an exception to be localized using
CSMessageBundle
and error code EXC_CUSTOM_CLASS_NOT_FOUND
.