Class AbstractRef

    • Field Summary

      • Fields inherited from class javax.naming.Reference

        addrs, classFactory, classFactoryLocation, className
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractRef​(java.lang.String className)  
      AbstractRef​(java.lang.String className, java.lang.String factory, java.lang.String factoryLocation)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.lang.String getDefaultFactoryClassName()  
      java.lang.String getFactoryClassName()
      Retrieves the class name of the factory of the object to which this reference refers.
      java.lang.String toString()
      Return a String rendering of this object.
      • Methods inherited from class javax.naming.Reference

        add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AbstractRef

        public AbstractRef​(java.lang.String className)
      • AbstractRef

        public AbstractRef​(java.lang.String className,
                           java.lang.String factory,
                           java.lang.String factoryLocation)
    • Method Detail

      • getFactoryClassName

        public final java.lang.String getFactoryClassName()
        Retrieves the class name of the factory of the object to which this reference refers.
        Overrides:
        getFactoryClassName in class javax.naming.Reference
      • getDefaultFactoryClassName

        protected abstract java.lang.String getDefaultFactoryClassName()
      • toString

        public final java.lang.String toString()
        Return a String rendering of this object.
        Overrides:
        toString in class javax.naming.Reference