Class VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- com.sun.corba.ee.impl.ior.FreezableList<E>
-
- 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
,java.lang.Iterable<TaggedComponent>
,java.util.Collection<TaggedComponent>
,java.util.List<TaggedComponent>
- Enclosing class:
- VirtualAddressAgentImpl
private class VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl extends IIOPProfileTemplateImpl
-
-
Field Summary
Fields Modifier and Type Field Description private ORB
orb
-
Fields inherited from interface com.sun.corba.ee.spi.transport.SocketInfo
IIOP_CLEAR_TEXT, SSL_PREFIX
-
-
Constructor Summary
Constructors Constructor Description SpecialIIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaggedProfile
create(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.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 Detail
-
orb
private ORB orb
-
-
Constructor Detail
-
SpecialIIOPProfileTemplateImpl
public SpecialIIOPProfileTemplateImpl(ORB orb, GIOPVersion version, IIOPAddress primary)
-
-
Method Detail
-
create
public TaggedProfile create(ObjectKeyTemplate oktemp, ObjectId id)
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
-
-