Class TaggedProfileTemplateBase
java.lang.Object
java.util.AbstractCollection<TaggedComponent>
java.util.AbstractList<TaggedComponent>
com.sun.corba.ee.impl.ior.FreezableList<TaggedComponent>
com.sun.corba.ee.spi.ior.IdentifiableContainerBase<TaggedComponent>
com.sun.corba.ee.spi.ior.TaggedProfileTemplateBase
- All Implemented Interfaces:
Identifiable, MakeImmutable, TaggedProfileTemplate, Writeable, WriteContents, Iterable<TaggedComponent>, Collection<TaggedComponent>, List<TaggedComponent>
- Direct Known Subclasses:
IIOPProfileTemplateImpl
public abstract class TaggedProfileTemplateBase
extends IdentifiableContainerBase<TaggedComponent>
implements TaggedProfileTemplate
-
Field Summary
Fields inherited from class AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIOPComponents(ORB orb, int id) Return the tagged components in this profile (if any) in the GIOP marshalled form, which is required for Portable Interceptors.<T extends TaggedComponent>
Iterator<T> iteratorById(int id, Class<T> cls) voidwrite(OutputStream os) Write this object directly to the output stream.Methods inherited from class IdentifiableContainerBase
iteratorByIdMethods inherited from class FreezableList
add, equals, get, hashCode, isImmutable, makeElementsImmutable, makeImmutable, remove, set, size, subListMethods inherited from class AbstractList
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface Identifiable
getIdMethods inherited from interface 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, toArrayMethods inherited from interface MakeImmutable
makeImmutableMethods inherited from interface TaggedProfileTemplate
create, getTaggedComponents, isEquivalent, iteratorById, writeMethods inherited from interface WriteContents
writeContents
-
Constructor Details
-
TaggedProfileTemplateBase
public TaggedProfileTemplateBase()
-
-
Method Details
-
write
Description copied from interface:WriteableWrite this object directly to the output stream. -
getIOPComponents
Description copied from interface:TaggedProfileTemplateReturn the tagged components in this profile (if any) in the GIOP marshalled form, which is required for Portable Interceptors. Returns null if either the profile has no components, or if this type of profile can never contain components.- Specified by:
getIOPComponentsin interfaceTaggedProfileTemplate- Parameters:
orb- ORB to get components fromid- ID of components to look up- Returns:
- tagged components in this profile
-
iteratorById
- Specified by:
iteratorByIdin interfaceTaggedProfileTemplate
-