Package com.sun.corba.ee.impl.ior
Class ObjectAdapterIdNumber
java.lang.Object
com.sun.corba.ee.impl.ior.ObjectAdapterIdBase
com.sun.corba.ee.impl.ior.ObjectAdapterIdArray
com.sun.corba.ee.impl.ior.ObjectAdapterIdNumber
- All Implemented Interfaces:
ObjectAdapterId
,Writeable
,Iterable<String>
ObjectAdapterIdNumber is used to represent pre-JDK 1.4 POA adapter
IDs. The POA ID was simply represented as a single integer, which was
mapped to the actual POA instance. Here, we just represent these
internally as arrays of the form { "OldRootPOA", "<number>" },
and provide an extra method to get the number back.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.corba.ee.impl.ior.ObjectAdapterIdArray
equals, getAdapterName, getNumLevels, iterator
Methods inherited from class com.sun.corba.ee.impl.ior.ObjectAdapterIdBase
hashCode, toString, write
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
poaid
private int poaid
-
-
Constructor Details
-
ObjectAdapterIdNumber
public ObjectAdapterIdNumber(int poaid)
-
-
Method Details
-
getOldPOAId
public int getOldPOAId()
-