public class ObjectAdapterIdArray extends Object
| Constructor and Description |
|---|
ObjectAdapterIdArray(String[] objectAdapterId) |
ObjectAdapterIdArray(String name1,
String name2)
Special constructor used for OA IDs of length 2.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String[] |
getAdapterName()
Get the adapter name simply as an array of strings.
|
int |
getNumLevels()
Return the number of elements in the adapter ID.
|
int |
hashCode() |
Iterator |
iterator()
Return an iterator that iterates over the components
of this adapter ID.
|
String |
toString() |
void |
write(OutputStream os)
Write this object directly to the output stream.
|
public ObjectAdapterIdArray(String[] objectAdapterId)
public int getNumLevels()
ObjectAdapterIdpublic Iterator iterator()
ObjectAdapterIdpublic String[] getAdapterName()
ObjectAdapterIdpublic void write(OutputStream os)
WriteableCopyright © 2018 JBoss by Red Hat. All rights reserved.