org.glite.data.common.helpers
Class ImplicitContextConfigurationBeanFactory

java.lang.Object
  extended byorg.glite.data.common.helpers.ImplicitContextConfigurationBeanFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

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

Bean factory for the ImplicitContextConfigurationBean, creates the bean and fills in its internal properties object from the attributes of the factory.


Constructor Summary
ImplicitContextConfigurationBeanFactory()
           
 
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

ImplicitContextConfigurationBeanFactory

public ImplicitContextConfigurationBeanFactory()
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.naming.NamingException
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Throws:
javax.naming.NamingException