Class ObjectAdapterIdNumber

  • All Implemented Interfaces:
    ObjectAdapterId, Writeable, java.lang.Iterable<java.lang.String>

    public class ObjectAdapterIdNumber
    extends ObjectAdapterIdArray
    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 Detail

      • poaid

        private int poaid
    • Constructor Detail

      • ObjectAdapterIdNumber

        public ObjectAdapterIdNumber​(int poaid)
    • Method Detail

      • getOldPOAId

        public int getOldPOAId()