|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jcr.xdb.XDBRepositoryConfigurationFactory
public class XDBRepositoryConfigurationFactory
XDBRepositoryConfigurationFactory is a JNDI ObjectFactory for XDBRepositoryConfiguration objects.
| Constructor Summary | |
|---|---|
XDBRepositoryConfigurationFactory()Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)JNDI factory method to create an object using the location or reference information specified. |
static java.lang.Object |
getXDBRepositoryConfigurationState(XDBRepositoryConfiguration repositoryConfiguration)Gets the internal state of the specified XDBRepositoryConfiguration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XDBRepositoryConfigurationFactory()
| Method Detail |
|---|
public java.lang.Object getObjectInstance(java.lang.Object obj,
javax.naming.Name name,
javax.naming.Context nameCtx,
java.util.Hashtable environment)
throws java.lang.Exception
getObjectInstance in interface javax.naming.spi.ObjectFactoryobj - an object containing location or reference information that can be used in creating the objectname - the name of the object relative to nameCtx, or null if no name is specifiednameCtx - the context relative to which name is specified, or null if name is relative to the default initial contextenvironment - the environment used in creating the object, or nulljava.lang.Exception - if the operation failspublic static java.lang.Object getXDBRepositoryConfigurationState(XDBRepositoryConfiguration repositoryConfiguration)
repositoryConfiguration - the repository configuration
|
Oracle® Database XML Java API Reference 11g Release 2 (11.2) E10769-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||