|
||||||||
| 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.ResourceQueryResult
This class represents the result of executing a query on resources. It provides methods to iterate over the result and find resources from the result.
| Method Summary | |
Resource |
find(java.lang.String name)
Find the resource by the given name. |
Resource |
next()
Get the next resource in the result. |
Resource |
previous()
Get the previous resource in the result. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public Resource next()
throws ManagementException
public Resource previous()
throws ManagementException
public Resource find(java.lang.String name)
throws ManagementException
name - the resource name to look for
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||