Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mjh.switchrmi.jndi
Class RmiProxyObjectFactory  view RmiProxyObjectFactory download RmiProxyObjectFactory.java

java.lang.Object
  extended bycom.mjh.switchrmi.jndi.RmiObjectFactoryBase
      extended bycom.mjh.switchrmi.jndi.RmiProxyObjectFactory
All Implemented Interfaces:
javax.naming.spi.ObjectFactory

public class RmiProxyObjectFactory
extends RmiObjectFactoryBase
implements javax.naming.spi.ObjectFactory


Field Summary
private static org.apache.log4j.Logger log
           
private  java.lang.String protocol
           
private  java.lang.String url
           
 
Constructor Summary
RmiProxyObjectFactory()
           
 
Method Summary
 java.lang.Object getObjectInstance(java.lang.Object obj, javax.naming.Name name, javax.naming.Context ctx, java.util.Hashtable env)
           
 
Methods inherited from class com.mjh.switchrmi.jndi.RmiObjectFactoryBase
getClassName, getCodebase, getInterfaces, getTypeInfoValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.log4j.Logger log

url

private java.lang.String url

protocol

private java.lang.String protocol
Constructor Detail

RmiProxyObjectFactory

public RmiProxyObjectFactory()
Method Detail

getObjectInstance

public java.lang.Object getObjectInstance(java.lang.Object obj,
                                          javax.naming.Name name,
                                          javax.naming.Context ctx,
                                          java.util.Hashtable env)
                                   throws java.lang.Exception
Specified by:
getObjectInstance in interface javax.naming.spi.ObjectFactory