org.apache.jackrabbit.core.jndi
Class BindableRepositoryFactory

java.lang.Object
  extended by org.apache.jackrabbit.core.jndi.BindableRepositoryFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

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

BindableRepositoryFactory is an object factory that when given a reference for a BindableRepository object, will create an instance of the corresponding BindableRepository.


Constructor Summary
BindableRepositoryFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable environment)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableRepositoryFactory

public BindableRepositoryFactory()
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 javax.jcr.RepositoryException

Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Throws:
javax.jcr.RepositoryException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.