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