@ManagedData @Description(value="The identifier for a particular Object adapter in the ORB") public interface ObjectAdapterId extends Iterable<String>, Writeable
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAdapterName()
Get the adapter name simply as an array of strings.
|
int |
getNumLevels()
Return the number of elements in the adapter ID.
|
Iterator<String> |
iterator()
Return an iterator that iterates over the components
of this adapter ID.
|
forEach, spliteratorint getNumLevels()
@ManagedAttribute @Description(value="Sequence of strings in the ObjectAdapterId") Iterator<String> iterator()
String[] getAdapterName()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.