FileDocCategorySizeDatePackage
ObjectAdapterId.javaAPI DocJava SE 5 API837Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.ior

ObjectAdapterId

public interface ObjectAdapterId implements 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.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.String[]getAdapterName()
Get the adapter name simply as an array of strings.

public intgetNumLevels()
Return the number of elements in the adapter ID.

public java.util.Iteratoriterator()
Return an iterator that iterates over the components of this adapter ID. Each element is returned as a String.