Class ObjectAdapterIdArray
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectAdapterIdArray
- All Implemented Interfaces:
ObjectAdapterId, Writeable, Iterable<String>
- Direct Known Subclasses:
ObjectAdapterIdNumber
-
Constructor Summary
ConstructorsConstructorDescriptionObjectAdapterIdArray(String[] objectAdapterId) ObjectAdapterIdArray(String name1, String name2) Special constructor used for OA IDs of length 2. -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]Get the adapter name simply as an array of strings.intReturn the number of elements in the adapter ID.inthashCode()iterator()Return an iterator that iterates over the components of this adapter ID.toString()voidwrite(OutputStream os) Write this object directly to the output stream.Methods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
ObjectAdapterIdArray
-
ObjectAdapterIdArray
-
-
Method Details
-
equals
-
getNumLevels
public int getNumLevels()Description copied from interface:ObjectAdapterIdReturn the number of elements in the adapter ID.- Returns:
- number of elements
-
iterator
Description copied from interface:ObjectAdapterIdReturn an iterator that iterates over the components of this adapter ID. Each element is returned as a String.- Returns:
- iterator over components
-
getAdapterName
Description copied from interface:ObjectAdapterIdGet the adapter name simply as an array of strings.- Returns:
- adapter name
-
hashCode
-
toString
-
write
Description copied from interface:WriteableWrite this object directly to the output stream.
-