Class VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
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
com.sun.corba.ee.impl.ior.iiop.IIOPProfileTemplateImpl
com.sun.corba.ee.impl.plugin.hwlb.VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
- All Implemented Interfaces:
Identifiable, IIOPProfileTemplate, MakeImmutable, TaggedProfileTemplate, Writeable, WriteContents, SocketInfo, Iterable<TaggedComponent>, Collection<TaggedComponent>, List<TaggedComponent>
- Enclosing class:
VirtualAddressAgentImpl
private class VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
extends IIOPProfileTemplateImpl
-
Field Summary
FieldsFields inherited from class AbstractList
modCountFields inherited from interface SocketInfo
IIOP_CLEAR_TEXT, SSL_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionSpecialIIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ObjectKeyTemplate oktemp, ObjectId id) Create a TaggedProfile from this template.Methods inherited from class IIOPProfileTemplateImpl
equals, getGIOPVersion, getHost, getId, getPort, getPrimaryAddress, getPrimarySocketInfo, getTaggedComponents, getType, hashCode, isEquivalent, toString, write, writeContentsMethods inherited from class TaggedProfileTemplateBase
getIOPComponents, iteratorById, writeMethods inherited from class IdentifiableContainerBase
iteratorByIdMethods inherited from class FreezableList
add, get, 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, toArrayMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface List
add, add, addAll, addAll, clear, contains, containsAll, get, 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
getIOPComponents, iteratorById, iteratorById
-
Field Details
-
orb
-
-
Constructor Details
-
SpecialIIOPProfileTemplateImpl
-
-
Method Details
-
create
Description copied from interface:TaggedProfileTemplateCreate a TaggedProfile from this template.- Specified by:
createin interfaceTaggedProfileTemplate- Overrides:
createin classIIOPProfileTemplateImpl- Parameters:
oktemp- template to create fromid- id of object- Returns:
- created TaggedProfile
-