Class SerializableObjectRefAddr

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializableObjectRefAddr
    extends SerializableObjectRefAddr
    Done for back compatibility with the package/class move. Should be removed on next major version change.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.naming.RefAddr

        addrType
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializableObjectRefAddr​(java.lang.String type, java.lang.Object content)  
    • Method Summary

      • Methods inherited from class javax.naming.RefAddr

        equals, getType, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • SerializableObjectRefAddr

        public SerializableObjectRefAddr​(java.lang.String type,
                                         java.lang.Object content)
                                  throws javax.naming.NamingException
        Throws:
        javax.naming.NamingException