Package com.sun.corba.ee.spi.ior
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 java.util.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 com.sun.corba.ee.spi.ior.IdentifiableContainerBase
iteratorByIdMethods inherited from class com.sun.corba.ee.impl.ior.FreezableList
add, equals, get, hashCode, isImmutable, makeElementsImmutable, makeImmutable, remove, set, size, subListMethods inherited from class java.util.AbstractList
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface com.sun.corba.ee.spi.ior.Identifiable
getIdMethods 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, toArrayMethods inherited from interface com.sun.corba.ee.spi.ior.MakeImmutable
makeImmutableMethods inherited from interface com.sun.corba.ee.spi.ior.TaggedProfileTemplate
create, getTaggedComponents, isEquivalent, iteratorById, writeMethods inherited from interface com.sun.corba.ee.spi.ior.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
-