Skip navigation links

Oracle® Fusion Middleware JCR Adapter Java API Reference
11g Release 1 (11.1)

E17351-01


oracle.stellent.jcr
Class IdcRepositoryConfigurationFactory

java.lang.Object
  extended by oracle.stellent.jcr.IdcRepositoryConfigurationFactory

All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class IdcRepositoryConfigurationFactory
extends java.lang.Object
implements javax.naming.spi.ObjectFactory

IdcRepositoryConfigurationFactory is a JNDI ObjectFactory for IdcRepositoryConfigurationFactory objects.


Constructor Summary
IdcRepositoryConfigurationFactory()
           

 

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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdcRepositoryConfigurationFactory

public IdcRepositoryConfigurationFactory()

Method Detail

getObjectInstance

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
JNDI factory method to create an object using the location or reference information specified.
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Parameters:
obj - an object containing location or reference information that can be used in creating the object
name - the name of the object relative to nameCtx, or null if no name is specified
nameCtx - the context relative to which name is specified, or null if name is relative to the default initial context
environment - the environment used in creating the object, or null
Returns:
the created object
Throws:
java.lang.Exception - if the operation fails

Skip navigation links

Oracle® Fusion Middleware JCR Adapter Java API Reference
11g Release 1 (11.1)

E17351-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.