ch.ethz.iks.slp
Interface ServiceLocationEnumeration

All Superinterfaces:
Enumeration

public interface ServiceLocationEnumeration
extends Enumeration

An enumeration over results of request messages as defined in RFC 2614.

Since:
0.1
Author:
Jan S. Rellermeyer, IKS, ETH Zurich

Method Summary
 Object next()
          get the next result of a request.
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

next

Object next()
            throws ServiceLocationException
get the next result of a request.

Returns:
the next Object
Throws:
ServiceLocationException - if there is no more result.