Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Uses of Class
oracle.apps.fnd.applcore.common.ApplSessionNamespace

Packages that use ApplSessionNamespace
oracle.apps.fnd.applcore.common   
 

Uses of ApplSessionNamespace in oracle.apps.fnd.applcore.common
 

Methods in oracle.apps.fnd.applcore.common that return ApplSessionNamespace
static ApplSessionNamespace ApplSessionNamespace.createNamespace(ApplSession session, java.lang.String namespaceName)
          This associates a brand new namespace with the specified session, and returns it.
static ApplSessionNamespace NonOracleDatabaseUtil.createNamespace(ApplSession session, java.lang.String namespaceName, ApplSessionAMImpl sessAM)
           
static ApplSessionNamespace ApplSessionNamespace.getNamespace(ApplSession session, java.lang.String namespaceName)
          Return the ApplSessionNamespace representation of the specified namespace belonging to the passed in session.
static ApplSessionNamespace ApplSessionNamespace.getNamespace(ApplSession session, java.lang.String namespaceName, java.sql.Connection conn)
          Return the ApplSessionNamespace representation of the specified namespace belonging to the passed in session.
 ApplSessionNamespace ApplSession.getSessionNamespace(java.lang.String namespaceName)
          Returns the specified namespace.
 ApplSessionNamespace ApplSession.getSessionNamespace(java.lang.String namespaceName, boolean refetch)
          Returns the specified namespace.
 ApplSessionNamespace ApplSession.getSessionNamespace(java.lang.String namespaceName, java.sql.Connection conn, boolean refetch)
          Returns the specified namespace.
static ApplSessionNamespace ApplSessionNamespace.getSparseNamespace(ApplSession session, java.lang.String namespaceName)
          Deprecated. - for performance reasons, we are moving away from the use of sparse namespaces.
 ApplSessionNamespace ApplSession.initializeNamespace(java.lang.String namespaceName)
          Initialize a namespace for this session.
 

Constructors in oracle.apps.fnd.applcore.common with parameters of type ApplSessionNamespace
ApplSessionAttribute(java.lang.String attrName, java.lang.String attrValue, ApplSessionNamespace parentNamespace)
          Construct the specified attribute
ApplSessionAttribute(java.lang.String attrName, java.lang.String attrValue, ApplSessionNamespace parentNamespace, boolean isTransient)
          Construct the specified attribute
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.