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 java.util.AbstractList
modCountFields inherited from interface com.sun.corba.ee.spi.transport.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 com.sun.corba.ee.impl.ior.iiop.IIOPProfileTemplateImpl
equals, getGIOPVersion, getHost, getId, getPort, getPrimaryAddress, getPrimarySocketInfo, getTaggedComponents, getType, hashCode, isEquivalent, toString, write, writeContentsMethods inherited from class com.sun.corba.ee.spi.ior.TaggedProfileTemplateBase
getIOPComponents, iteratorById, writeMethods inherited from class com.sun.corba.ee.spi.ior.IdentifiableContainerBase
iteratorByIdMethods inherited from class com.sun.corba.ee.impl.ior.FreezableList
add, get, 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, toArrayMethods 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 java.util.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 com.sun.corba.ee.spi.ior.MakeImmutable
makeImmutableMethods inherited from interface com.sun.corba.ee.spi.ior.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
-