Package com.sun.corba.se.impl.ior
Class ObjectAdapterIdNumber
java.lang.Object
com.sun.corba.se.impl.ior.ObjectAdapterIdArray
com.sun.corba.se.impl.ior.ObjectAdapterIdNumber
- All Implemented Interfaces:
ObjectAdapterId,Writeable
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", "" },
and provide an extra method to get the number back.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()toString()voidwrite(OutputStream os) Write this object directly to the output stream.Methods inherited from class com.sun.corba.se.impl.ior.ObjectAdapterIdArray
getAdapterName, getNumLevels, iterator
-
Constructor Details
-
ObjectAdapterIdNumber
public ObjectAdapterIdNumber(int poaid)
-
-
Method Details
-
getOldPOAId
public int getOldPOAId() -
equals
-
hashCode
public int hashCode() -
toString
-
write
Description copied from interface:WriteableWrite this object directly to the output stream.
-