Interface ObjectAdapterId

All Superinterfaces:
Writeable
All Known Implementing Classes:
ObjectAdapterIdArray, ObjectAdapterIdNumber

public interface ObjectAdapterId extends Writeable
This is the object adapter ID for an object adapter. Typically this is the path of strings starting from the Root POA to get to a POA, but other implementations are possible.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the adapter name simply as an array of strings.
    int
    Return the number of elements in the adapter ID.
    Return an iterator that iterates over the components of this adapter ID.

    Methods inherited from interface com.sun.corba.se.spi.ior.Writeable

    write
  • Method Details

    • getNumLevels

      int getNumLevels()
      Return the number of elements in the adapter ID.
    • iterator

      Iterator iterator()
      Return an iterator that iterates over the components of this adapter ID. Each element is returned as a String.
    • getAdapterName

      String[] getAdapterName()
      Get the adapter name simply as an array of strings.