|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.bea.ales.management.query.MultiQueryResultImpl
|
+--com.bea.ales.management.AttributeQueryResult
|
+--com.bea.ales.management.DynamicAttributeQueryResult
This class represents the result of executing a query on dynamic attributes. It provides methods to iterate over the result and find a dynamic attribute from the result.
| Method Summary | |
AttributeElement |
find(java.lang.String name)
Find a dynamic attribute by name from the result. |
| Methods inherited from class com.bea.ales.management.AttributeQueryResult |
next,
previous |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public AttributeElement find(java.lang.String name)
throws ManagementException
name - - The dynamic attribute name to look forname;
or null if not found.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||