Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-04

oracle.adf.share.jndi
Class AdfJndiHelper

java.lang.Object
  extended by oracle.adf.share.jndi.AdfJndiHelper

public final class AdfJndiHelper
extends java.lang.Object

Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String NAMED_CONTEXT_ENV
           
static java.lang.String READ_ONLY_BACKING_STORE
           
static java.lang.String READ_ONLY_FILESYSTEM_BACKING_STORE
           
 
Constructor Summary
AdfJndiHelper()
           
 
Method Summary
static javax.naming.Context createReadOnlyFileSystemContext(java.lang.String connectionsFile)
          This method creates the ADF Connection Architecture's based InitialContext with a FileSystemBackingStore which is not updateable.
static javax.naming.Context createReadOnlyFileSystemContext(java.lang.String connectionsFile, java.lang.String namedContext)
          This method creates the ADF Connection Architecture's based InitialContext with a FileSystemBackingStore which is not updateable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ_ONLY_FILESYSTEM_BACKING_STORE

public static final java.lang.String READ_ONLY_FILESYSTEM_BACKING_STORE
See Also:
Constant Field Values

READ_ONLY_BACKING_STORE

public static final java.lang.String READ_ONLY_BACKING_STORE
See Also:
Constant Field Values

NAMED_CONTEXT_ENV

public static final java.lang.String NAMED_CONTEXT_ENV
See Also:
Constant Field Values
Constructor Detail

AdfJndiHelper

public AdfJndiHelper()
Method Detail

createReadOnlyFileSystemContext

public static final javax.naming.Context createReadOnlyFileSystemContext(java.lang.String connectionsFile)
This method creates the ADF Connection Architecture's based InitialContext with a FileSystemBackingStore which is not updateable.

Parameters:
connectionsFile - is the absolute path to the file in which connections are stored.
Returns:
The InitialContext

createReadOnlyFileSystemContext

public static final javax.naming.Context createReadOnlyFileSystemContext(java.lang.String connectionsFile,
                                                                         java.lang.String namedContext)
This method creates the ADF Connection Architecture's based InitialContext with a FileSystemBackingStore which is not updateable.

Parameters:
connectionsFile - is the absolute path to the file in which connections are stored.
Returns:
The InitialContext

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1)

E10686-04

Copyright © 1997, 2010, Oracle. All rights reserved.