Class IORTemplateImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ObjectKeyTemplate oktemp  
      • Fields inherited from class java.util.AbstractList

        modCount
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      ObjectKeyTemplate getObjectKeyTemplate()  
      int hashCode()  
      boolean isEquivalent​(IORFactory other)
      Return true iff this.makeIOR(orb,typeid,oid).isEquivalent( other.makeIOR(orb,typeid,oid) for all orb, typeid, and oid.
      void makeImmutable()
      Ensure that this IORTemplate and all of its profiles can not be modified.
      IOR makeIOR​(ORB orb, java.lang.String typeid, ObjectId oid)
      Construct an IOR containing the given ORB, typeid, and ObjectId.
      java.lang.String toString()  
      void write​(OutputStream os)
      Write this object directly to the output stream.
      • Methods inherited from class java.util.AbstractList

        add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange
      • Methods inherited from class java.util.AbstractCollection

        addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.List

        add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray