public abstract class TaggedProfileTemplateBase extends IdentifiableContainerBase<TaggedComponent> implements TaggedProfileTemplate
modCount| Constructor and Description |
|---|
TaggedProfileTemplateBase() |
| Modifier and Type | Method and Description |
|---|---|
TaggedComponent[] |
getIOPComponents(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> |
iteratorById(int id,
Class<T> cls) |
void |
write(OutputStream os)
Write this object directly to the output stream.
|
iteratorByIdadd, equals, get, hashCode, isImmutable, makeElementsImmutable, makeImmutable, remove, set, size, subListadd, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreate, getTaggedComponents, isEquivalent, iteratorById, writeadd, 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, toArrayparallelStream, removeIf, streamgetIdwriteContentsmakeImmutablepublic void write(OutputStream os)
Writeablepublic TaggedComponent[] getIOPComponents(ORB orb, int id)
TaggedProfileTemplategetIOPComponents in interface TaggedProfileTemplatepublic <T extends TaggedComponent> Iterator<T> iteratorById(int id, Class<T> cls)
iteratorById in interface TaggedProfileTemplateCopyright © 2017–2019 Eclipse Foundation. All rights reserved.