public interface IOR extends List, Writeable, MakeImmutable
Modifier and Type | Method and Description |
---|---|
IOR |
getIOPIOR()
Return a representation of this IOR in the standard GIOP marshalled
form.
|
IORTemplateList |
getIORTemplates()
Return the IORTemplate for this IOR.
|
ORB |
getORB() |
IIOPProfile |
getProfile()
Return the first IIOPProfile in this IOR.
|
String |
getTypeId()
Return the type id string from the IOR.
|
boolean |
isEquivalent(IOR ior)
Return true if this IOR is equivalent to ior.
|
boolean |
isNil()
Return true if this IOR has no profiles.
|
Iterator |
iteratorById(int id)
Return an iterator that iterates over tagged profiles with
identifier id.
|
String |
stringify()
Return a representation of this IOR in the standard GIOP stringified
format that begins with "IOR:".
|
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, toArray
parallelStream, removeIf, stream
makeImmutable
ORB getORB()
String getTypeId()
Iterator iteratorById(int id)
String stringify()
IOR getIOPIOR()
boolean isNil()
boolean isEquivalent(IOR ior)
IORTemplateList getIORTemplates()
IIOPProfile getProfile()
Copyright © 2017 JBoss by Red Hat. All rights reserved.