public class IORTemplateListImpl extends FreezableList<IORTemplate> implements IORTemplateList
modCount| Constructor and Description |
|---|
IORTemplateListImpl() |
IORTemplateListImpl(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
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() |
IOR |
makeIOR(ORB orb,
String typeid,
ObjectId oid)
Construct an IOR containing the given ORB, typeid, and ObjectId.
|
void |
write(OutputStream os)
Write this object directly to the output stream.
|
add, equals, get, hashCode, isImmutable, makeElementsImmutable, remove, set, size, subListadd, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic IORTemplateListImpl()
public IORTemplateListImpl(InputStream is)
public void makeImmutable()
makeImmutable in interface MakeImmutablemakeImmutable in class FreezableList<IORTemplate>public void write(OutputStream os)
Writeablepublic IOR makeIOR(ORB orb, String typeid, ObjectId oid)
IORFactorymakeIOR in interface IORFactorypublic boolean isEquivalent(IORFactory other)
IORFactoryisEquivalent in interface IORFactoryCopyright © 2017–2019 Eclipse Foundation. All rights reserved.