Package com.sun.corba.se.spi.ior.iiop
Interface IIOPProfileTemplate
- All Superinterfaces:
Collection,Identifiable,Iterable,List,MakeImmutable,TaggedProfileTemplate,Writeable,WriteContents
- All Known Implementing Classes:
IIOPProfileTemplateImpl
IIOPProfileTemplate represents the parts of an IIOPProfile that are independent
of the object identifier. It is a container of tagged components.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the GIOP version of this profile.Return the IIOP address from the IIOP profile.Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface com.sun.corba.se.spi.ior.Identifiable
getIdMethods inherited from interface java.util.List
add, 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, toArrayMethods inherited from interface com.sun.corba.se.spi.ior.MakeImmutable
makeImmutableMethods inherited from interface com.sun.corba.se.spi.ior.TaggedProfileTemplate
create, getIOPComponents, isEquivalent, iteratorById, writeMethods inherited from interface com.sun.corba.se.spi.ior.WriteContents
writeContents
-
Method Details
-
getGIOPVersion
GIOPVersion getGIOPVersion()Return the GIOP version of this profile. -
getPrimaryAddress
IIOPAddress getPrimaryAddress()Return the IIOP address from the IIOP profile. This is called the primary address here since other addresses may be contained in components.
-