|
||||||||
| 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.ActionQueryResult
This class represents the result of executing a query on actions. It provides methods to iterate over the result and find an action from the result.
| Method Summary | |
Action |
find(java.lang.String name)
Find an action with the specified name from the result. |
Action |
next()
Get the next action in the result. |
Action |
previous()
Get the previous action in the result. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public Action next()
throws ManagementException
public Action previous()
throws ManagementException
public Action find(java.lang.String name)
throws ManagementException
name - action name to look for.name, or null
if no such action.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||