Class ObjectAdapterIdArray
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectAdapterIdBase
com.sun.corba.ee.impl.ior.ObjectAdapterIdArray
- All Implemented Interfaces:
ObjectAdapterId, Writeable, Iterable<String>
- Direct Known Subclasses:
ObjectAdapterIdNumber
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionObjectAdapterIdArray(String[] objectAdapterId) ObjectAdapterIdArray(String name1, String name2) Special constructor used for OA IDs of length 2. -
Method Summary
Methods inherited from class ObjectAdapterIdBase
hashCode, toString, writeMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
objectAdapterId
-
-
Constructor Details
-
ObjectAdapterIdArray
-
ObjectAdapterIdArray
-
-
Method Details
-
equals
- Overrides:
equalsin classObjectAdapterIdBase
-
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
-