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
modCount
Fields 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, writeContents
Methods inherited from class com.sun.corba.ee.spi.ior.TaggedProfileTemplateBase
getIOPComponents, iteratorById, write
Methods inherited from class com.sun.corba.ee.spi.ior.IdentifiableContainerBase
iteratorById
Methods inherited from class com.sun.corba.ee.impl.ior.FreezableList
add, get, isImmutable, makeElementsImmutable, makeImmutable, remove, set, size, subList
Methods inherited from class java.util.AbstractList
add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
Methods 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, toArray
Methods inherited from interface com.sun.corba.ee.spi.ior.MakeImmutable
makeImmutable
Methods 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:TaggedProfileTemplate
Create a TaggedProfile from this template.- Specified by:
create
in interfaceTaggedProfileTemplate
- Overrides:
create
in classIIOPProfileTemplateImpl
- Parameters:
oktemp
- template to create fromid
- id of object- Returns:
- created TaggedProfile
-