File
Doc
Category
Size
Date
Package
IORTemplate.java
API Doc
Java SE 5 API
681
Fri Aug 26 14:54:36 BST 2005
com.sun.corba.se.spi.ior
IORTemplate
public interface IORTemplate implements List, IORFactory, MakeImmutable
An IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId. It is a list of TaggedProfileTemplates.
Fields Summary
Constructors Summary
Methods Summary
public
ObjectKeyTemplate
getObjectKeyTemplate
()
public
java.util.Iterator
iteratorById
(
int
id)
Iterate over all TaggedProfileTemplates in this IORTemplate with the given id.
Java Code Source