org.apache.jackrabbit.core.jndi
Class BindableRepositoryFactory

java.lang.Object
  extended byorg.apache.jackrabbit.core.jndi.BindableRepositoryFactory
All Implemented Interfaces:
ObjectFactory

public class BindableRepositoryFactory
extends Object
implements 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()
          empty default constructor
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context nameCtx, 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()
empty default constructor

Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable environment)
                         throws Exception

Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.