org.objectweb.carol.jndi.spi
Class JRMPContextWrapperFactory

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

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

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

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

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

JRMPContextWrapperFactory

public JRMPContextWrapperFactory()
Method Detail

getWrapperClass

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