Package com.sun.corba.ee.spi.ior
Interface IORTemplateList
-
- All Superinterfaces:
java.util.Collection<IORTemplate>
,IORFactory
,java.lang.Iterable<IORTemplate>
,java.util.List<IORTemplate>
,MakeImmutable
,Writeable
- All Known Implementing Classes:
IORTemplateListImpl
public interface IORTemplateList extends java.util.List<IORTemplate>, IORFactory, MakeImmutable
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 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
-
-