|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.slp.internal.ua.SLEnumerationImpl
public class SLEnumerationImpl
SLEnumerationImpl
| Constructor Summary | |
|---|---|
SLEnumerationImpl(RequestMessage pReqMsg,
java.util.List pDAList)
Ctor. |
|
| Method Summary | |
|---|---|
int |
getPort()
For diagnostic only! |
boolean |
hasMoreElements()
|
java.lang.Object |
next()
This implementation can throw RuntimeExceptions. |
java.lang.Object |
nextElement()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SLEnumerationImpl(RequestMessage pReqMsg,
java.util.List pDAList)
pReqMsg - pDAList - | Method Detail |
|---|
public java.lang.Object next()
throws java.util.NoSuchElementException
next in interface ServiceLocationEnumerationjava.util.NoSuchElementException - If there are no more elements to return.ServiceLocationEnumeration.next()public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration
public java.lang.Object nextElement()
throws java.util.NoSuchElementException
nextElement in interface java.util.Enumerationjava.util.NoSuchElementExceptionpublic int getPort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||