Business Components

Uses of Class
oracle.jbo.common.PropertyMetadata

Packages that use PropertyMetadata
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of PropertyMetadata in oracle.jbo.common
 

Fields in oracle.jbo.common declared as PropertyMetadata
static PropertyMetadata PropertyMetadata.ENV_DEFAULT_LANGUAGE
           
static PropertyMetadata PropertyMetadata.ENV_DEFAULT_COUNTRY
           
static PropertyMetadata PropertyMetadata.DEPLOY_PLATFORM
           
static PropertyMetadata PropertyMetadata.CONNECTION_MODE
           
static PropertyMetadata PropertyMetadata.HOST_NAME
           
static PropertyMetadata PropertyMetadata.CONNECTION_PORT
           
static PropertyMetadata PropertyMetadata.APPLICATION_PATH
           
static PropertyMetadata PropertyMetadata.SECURITY_PRINCIPAL
           
static PropertyMetadata PropertyMetadata.SECURITY_CREDENTIALS
           
static PropertyMetadata PropertyMetadata.ENV_USE_PERS_COLL
           
static PropertyMetadata PropertyMetadata.ENV_PERS_MAX_ROWS_PER_NODE
           
static PropertyMetadata PropertyMetadata.ENV_PERS_MAX_ACTIVE_NODES
           
static PropertyMetadata PropertyMetadata.ENV_PCOLL_MGR
           
static PropertyMetadata PropertyMetadata.ENV_FETCH_MODE
           
static PropertyMetadata PropertyMetadata.DYNAMIC_PACKAGE_NAME
           
static PropertyMetadata PropertyMetadata.MOM_CONTEXT_FACTORY
           
static PropertyMetadata PropertyMetadata.MOM_INITIAL_CONTEXT
           
static PropertyMetadata PropertyMetadata.INITIAL_CONTEXT_FACTORY
           
static PropertyMetadata PropertyMetadata.IS_LAZY_LOADING_TRUE
           
static PropertyMetadata PropertyMetadata.SHARED_DATA_HANDLE
           
static PropertyMetadata PropertyMetadata.HANDLE_NAME
           
static PropertyMetadata PropertyMetadata.GLOBAL_SUBSTITUTION
           
static PropertyMetadata PropertyMetadata.JBO_PROJECT
           
static PropertyMetadata PropertyMetadata.ENV_MAX_CURSORS
           
static PropertyMetadata PropertyMetadata.ENV_DO_FAILOVER
           
static PropertyMetadata PropertyMetadata.ENV_DO_CONNECTION_POOLING
           
static PropertyMetadata PropertyMetadata.ENV_POOL_RECYCLE_THRESHOLD
           
static PropertyMetadata PropertyMetadata.ENV_PASSIVATION_STORE
           
static PropertyMetadata PropertyMetadata.AM_RELEASE_MODE
           
static PropertyMetadata PropertyMetadata.ENV_MAX_POOL_COOKIE_AGE
           
static PropertyMetadata PropertyMetadata.ENV_POOL_CLASS_NAME
           
static PropertyMetadata PropertyMetadata.ENV_MAX_JDBC_POOL_SIZE
           
static PropertyMetadata PropertyMetadata.ENV_INIT_JDBC_POOL_SIZE
           
static PropertyMetadata PropertyMetadata.ENV_JDBC_POOL_REQUEST_TIMEOUT
           
static PropertyMetadata PropertyMetadata.ENV_ENTITYROWSET_MODE
           
static PropertyMetadata PropertyMetadata.PN_SQLBUILDERIMPL
           
static PropertyMetadata PropertyMetadata.PN_POOL_MANAGER
           
static PropertyMetadata PropertyMetadata.PN_SQLTYPEMAP
           
static PropertyMetadata PropertyMetadata.PN_JBO_JDBC_TRACE
           
static PropertyMetadata PropertyMetadata.USE_DEFINE_COLUMN_LENGTH
           
static PropertyMetadata PropertyMetadata.TEMPORARY_FILES_HOME
           
static PropertyMetadata PropertyMetadata.INTERNAL_CONNECTION_PARAMS
           
static PropertyMetadata PropertyMetadata.ENV_SESSION_CLASS
           
static PropertyMetadata PropertyMetadata.ENV_DBTRANSACTION_FACTORY_CLASS
           
static PropertyMetadata PropertyMetadata.PN_DEBUG_TYPE
           
static PropertyMetadata PropertyMetadata.PN_DEBUG_PREFIX
           
static PropertyMetadata PropertyMetadata.PN_SHOW_TIMING
           
static PropertyMetadata PropertyMetadata.PN_SHOW_FUNCTION
           
static PropertyMetadata PropertyMetadata.PN_SHOW_LEVEL
           
static PropertyMetadata PropertyMetadata.PN_SHOW_LINECOUNT
           
static PropertyMetadata PropertyMetadata.PN_TRACE_THRESHOLD
           
static PropertyMetadata PropertyMetadata.PN_JDBC_DRIVER_VERBOSE
           
static PropertyMetadata PropertyMetadata.ENV_EJB_TRANSACTION_TIMEOUT
           
static PropertyMetadata PropertyMetadata.ENV_EJB_TXN_TYPE
           
static PropertyMetadata PropertyMetadata.ENV_JBO_SCHEMA
           
 

Methods in oracle.jbo.common that return PropertyMetadata
 PropertyMetadata PropertyMetadata.prev()
           
 PropertyMetadata PropertyMetadata.next()
           
static PropertyMetadata PropertyMetadata.first()
           
 PropertyMetadata PropertyMetadata.last()
           
static PropertyMetadata PropertyMetadata.findProperty(java.lang.String key)
           
 

Methods in oracle.jbo.common with parameters of type PropertyMetadata
static void PropertyManager.setProperty(java.lang.Object owner, PropertyMetadata meta, java.lang.Object value)
           
static void PropertyManager.loadProperty(PropertyMetadata propdesc, java.util.Hashtable sessionenv, java.util.Hashtable clientenv, java.applet.Applet applet, java.util.Properties systemProperties, java.util.Properties bc4jFile, java.util.Properties bc4jResource, java.util.Properties jboserverResource, java.util.Properties diagnosticResource)
          load an invididual property, using the published sources in order, when found, put it into the correct published place.
 


Business Components