Package com.sun.corba.se.spi.ior
Interface ObjectAdapterId
- All Superinterfaces:
Writeable
- All Known Implementing Classes:
ObjectAdapterIdArray,ObjectAdapterIdNumber
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 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.
-