Class SLEnumerationImpl
java.lang.Object
org.sblim.slp.internal.ua.SLEnumerationImpl
- All Implemented Interfaces:
Enumeration, ServiceLocationEnumeration
SLEnumerationImpl
-
Constructor Details
-
SLEnumerationImpl
Ctor.- Parameters:
pReqMsg
-pDAList
-
-
-
Method Details
-
next
This implementation can throw RuntimeExceptions. They can be ignored or used for analysis.- Specified by:
next
in interfaceServiceLocationEnumeration
- Returns:
- The next value
- Throws:
NoSuchElementException
- If there are no more elements to return.- See Also:
-
nextException
- Specified by:
nextException
in interfaceServiceLocationEnumeration
- Returns:
- next Object in Exception table
- Throws:
NoSuchElementException
- This in internal implementation to get list of all exceptions thrown/caught by parser This can throw RuntimeExceptions. They can be ignored or used for analysis. use hasNextException to check whether there exists another element in Exception table
-
hasMoreExceptions
public boolean hasMoreExceptions()- Specified by:
hasMoreExceptions
in interfaceServiceLocationEnumeration
- Returns:
- true if there exists another element in Exception table
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
- Throws:
NoSuchElementException
-
getPort
public int getPort()For diagnostic only!- Returns:
- int
-