Package com.sun.corba.ee.spi.ior
Interface IORTemplate
- All Superinterfaces:
Collection<TaggedProfileTemplate>
,IORFactory
,Iterable<TaggedProfileTemplate>
,List<TaggedProfileTemplate>
,MakeImmutable
,Writeable
- All Known Implementing Classes:
IORTemplateImpl
An IORTemplate provides all of the data necessary to create an IOR except
for the typeId and ObjectId.
-
Method Summary
Modifier and TypeMethodDescriptioniteratorById
(int id) Iterate over all TaggedProfileTemplates in this IORTemplate with the given id.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
-
Method Details
-
iteratorById
Iterate over all TaggedProfileTemplates in this IORTemplate with the given id.- Parameters:
id
- id to look up- Returns:
- TaggedProfileTemplates in this IORTemplate
-
getObjectKeyTemplate
ObjectKeyTemplate getObjectKeyTemplate()
-