org.apache.openejb.tomcat.naming
Class SystemComponentFactory

java.lang.Object
  extended by org.apache.openejb.tomcat.naming.SystemComponentFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

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


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

Constructor Detail

SystemComponentFactory

public SystemComponentFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object object,
                                          javax.naming.Name name,
                                          javax.naming.Context context,
                                          java.util.Hashtable environment)
                                   throws java.lang.Exception
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory
Throws:
java.lang.Exception


Copyright © 1999-2008 The Apache OpenEJB development community. All Rights Reserved.