Package com.netscape.cmscore.request
Class SearchEnumeration
java.lang.Object
com.netscape.cmscore.request.RequestList
com.netscape.cmscore.request.SearchEnumeration
- All Implemented Interfaces:
Enumeration<RequestId>
-
Field Summary
FieldsFields inherited from class com.netscape.cmscore.request.RequestList
mEnumeration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets next request from the list.Gets the next RequestId from this list.Gets next request Object from the list.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Field Details
-
logger
public static org.slf4j.Logger logger -
results
-
-
Constructor Details
-
SearchEnumeration
-
-
Method Details
-
nextRequestId
Description copied from class:RequestList
Gets the next RequestId from this list. null is returned when there are no more elements in the list.Callers should be sure there is another element in the list by calling hasMoreElements first.
- Overrides:
nextRequestId
in classRequestList
- Returns:
- next request id
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<RequestId>
- Overrides:
hasMoreElements
in classRequestList
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<RequestId>
- Overrides:
nextElement
in classRequestList
-
nextRequest
Description copied from class:RequestList
Gets next request from the list.- Overrides:
nextRequest
in classRequestList
- Returns:
- next request
-
nextRequestObject
Description copied from class:RequestList
Gets next request Object from the list.- Overrides:
nextRequestObject
in classRequestList
- Returns:
- next request
-