org.sblim.slp.internal.ua

Class SLEnumerationImpl

public class SLEnumerationImpl extends Object implements ServiceLocationEnumeration

SLEnumerationImpl
Constructor Summary
SLEnumerationImpl(RequestMessage pReqMsg, List pDAList)
Ctor.
Method Summary
intgetPort()
For diagnostic only!
booleanhasMoreElements()
booleanhasMoreExceptions()
Objectnext()
This implementation can throw RuntimeExceptions.
ObjectnextElement()
ObjectnextException()

Constructor Detail

SLEnumerationImpl

public SLEnumerationImpl(RequestMessage pReqMsg, List pDAList)
Ctor.

Parameters: pReqMsg pDAList

Method Detail

getPort

public int getPort()
For diagnostic only!

Returns: int

hasMoreElements

public boolean hasMoreElements()

hasMoreExceptions

public boolean hasMoreExceptions()

Returns: true if there exists another element in Exception table

next

public Object next()
This implementation can throw RuntimeExceptions. They can be ignored or used for analysis.

See Also: next

nextElement

public Object nextElement()

nextException

public Object nextException()

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

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.