Package com.sun.corba.ee.spi.ior
Interface IORTemplateList
- All Superinterfaces:
Collection<IORTemplate>
,IORFactory
,Iterable<IORTemplate>
,List<IORTemplate>
,MakeImmutable
,Writeable
- All Known Implementing Classes:
IORTemplateListImpl
An IORTemplateList is a list of IORTemplate instances. It can be used to create IORs.
This is useful for representing IORs made of profiles from different object
adapters.
Note that any IORFactory can be added to an IORTemplateList, but it is flattened
so that the result is just a list of IORTemplate instances.
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods inherited from interface com.sun.corba.ee.spi.ior.IORFactory
isEquivalent, makeIOR
Methods inherited from interface java.util.List
add, 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, toArray
Methods inherited from interface com.sun.corba.ee.spi.ior.MakeImmutable
makeImmutable