Package com.sun.corba.se.impl.ior
Class ObjectAdapterIdArray
java.lang.Object
com.sun.corba.se.impl.ior.ObjectAdapterIdArray
- All Implemented Interfaces:
ObjectAdapterId,Writeable
- 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.
-
Constructor Details
-
ObjectAdapterIdArray
-
ObjectAdapterIdArray
Special constructor used for OA IDs of length 2.
-
-
Method Details
-
getNumLevels
public int getNumLevels()Description copied from interface:ObjectAdapterIdReturn the number of elements in the adapter ID. -
iterator
Description copied from interface:ObjectAdapterIdReturn an iterator that iterates over the components of this adapter ID. Each element is returned as a String. -
getAdapterName
Description copied from interface:ObjectAdapterIdGet the adapter name simply as an array of strings. -
equals
-
hashCode
public int hashCode() -
toString
-
write
Description copied from interface:WriteableWrite this object directly to the output stream.
-