|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.share.jndi.AdfJndiHelper
public final class AdfJndiHelper
Field Summary | |
---|---|
static java.lang.String |
CONN_INIT_REQUIRED
|
static java.lang.String |
CONN_MBEAN_EXECUTING
|
static java.lang.String |
CREATE_SESSION_BACKING_STORE
|
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 |
createDefaultNonCachedConnectionsContext()
This method creates the ADF Connection Architecture's based InitialContext with using the default DocumentBackingStore (MDSBackingStore) such that the returned context is writable if possible, and non-cached. |
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 |
---|
public static final java.lang.String READ_ONLY_FILESYSTEM_BACKING_STORE
public static final java.lang.String READ_ONLY_BACKING_STORE
public static final java.lang.String CREATE_SESSION_BACKING_STORE
public static final java.lang.String NAMED_CONTEXT_ENV
public static final java.lang.String CONN_INIT_REQUIRED
public static final java.lang.String CONN_MBEAN_EXECUTING
Constructor Detail |
---|
public AdfJndiHelper()
Method Detail |
---|
public static final javax.naming.Context createReadOnlyFileSystemContext(java.lang.String connectionsFile)
connectionsFile
- is the absolute path to the file in which connections
are stored.
public static final javax.naming.Context createReadOnlyFileSystemContext(java.lang.String connectionsFile, java.lang.String namedContext)
connectionsFile
- is the absolute path to the file in which connections
are stored.
public static final javax.naming.Context createDefaultNonCachedConnectionsContext() throws javax.naming.NamingException
connectionsFile
- is the absolute path to the file in which connections
are stored.
javax.naming.NamingException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |