org.objectweb.carol.jndi.spi
Class IRMIContextWrapperFactory

java.lang.Object
  extended by org.objectweb.carol.jndi.spi.AbsInitialContextFactory
      extended by org.objectweb.carol.jndi.spi.IRMIContextWrapperFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

public class IRMIContextWrapperFactory
extends AbsInitialContextFactory
implements javax.naming.spi.InitialContextFactory

Class IRMIContextWrapperFactory is the CAROL JNDI Context factory. This context factory build the irmi context for reference wrapping to/from a remote object

Author:
Guillaume Riviere, Florent Benoit (refactoring)
See Also:
InitialContextFactory

Constructor Summary
IRMIContextWrapperFactory()
           
 
Method Summary
protected  java.lang.Class getWrapperClass()
           
 
Methods inherited from class org.objectweb.carol.jndi.spi.AbsInitialContextFactory
addExtraConfInEnvironment, getClassArgs, getClassConstructor, getInitialContext, getKey, getReferencingFactory, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.naming.spi.InitialContextFactory
getInitialContext
 

Constructor Detail

IRMIContextWrapperFactory

public IRMIContextWrapperFactory()
Method Detail

getWrapperClass

protected java.lang.Class getWrapperClass()
Specified by:
getWrapperClass in class AbsInitialContextFactory
Returns:
class of the wrapper (to be instantiated + pool).