|
||||||||
| 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.DirectoryQueryResult
This class represents the result of executing a query on directories. It provides methods to iterate over the result and find directories from the result.
| Method Summary | |
Directory |
find(java.lang.String name)
Find the directory which has the given name in the result. |
Directory |
next()
Get the next directory in the result. |
Directory |
previous()
Get the previous directory in the result |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public Directory next()
throws ManagementException
public Directory previous()
throws ManagementException
public Directory find(java.lang.String name)
throws ManagementException
name - the directory name to look forname, or null if no directory found.- Throws:
- ManagementException - if the operation fails.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||