org.sblim.slp.internal
Class ServiceLocationEnumerator

java.lang.Object
  extended by org.sblim.slp.internal.ServiceLocationEnumerator
All Implemented Interfaces:
java.util.Enumeration, ServiceLocationEnumeration

public class ServiceLocationEnumerator
extends java.lang.Object
implements ServiceLocationEnumeration


Constructor Summary
ServiceLocationEnumerator(java.util.Vector v)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object next()
          Return the next value or block until it becomes available.
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLocationEnumerator

public ServiceLocationEnumerator(java.util.Vector v)
Method Detail

next

public java.lang.Object next()
                      throws ServiceLocationException
Description copied from interface: ServiceLocationEnumeration
Return the next value or block until it becomes available.

Specified by:
next in interface ServiceLocationEnumeration
Returns:
The next value
Throws:
ServiceLocationException - Thrown if the SLP operation encounters an error.

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration


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