com.solers.slp
Interface ServiceLocationEnumeration

All Superinterfaces:
Enumeration
All Known Implementing Classes:
ServiceLocationEnumerationImpl

public interface ServiceLocationEnumeration
extends Enumeration

The SLP ServiceLocationEnumeration interface defined in RFC 2614.


Method Summary
 void destroy()
          Frees all resources allocated by the enumeration.
 Object next()
          Returns the next result from an SLP request.
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

next

public Object next()
            throws ServiceLocationException
Returns the next result from an SLP request.

destroy

public void destroy()
Frees all resources allocated by the enumeration.