FileDocCategorySizeDatePackage
IORTemplateList.javaAPI DocJava SE 5 API653Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.ior

IORTemplateList

public interface IORTemplateList implements List, 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.

Fields Summary
Constructors Summary
Methods Summary