ch.ethz.iks.slp
Interface ServiceLocationEnumeration
- All Superinterfaces:
- java.util.Enumeration
public interface ServiceLocationEnumeration
- extends java.util.Enumeration
An enumeration over results of request messages as defined in RFC 2614.
- Since:
- 0.1
- Author:
- Jan S. Rellermeyer, Systems Group, ETH Zurich
|
Method Summary |
java.lang.Object |
next()
get the next result of a request. |
| Methods inherited from interface java.util.Enumeration |
hasMoreElements, nextElement |
next
java.lang.Object next()
throws ServiceLocationException
- get the next result of a request.
- Returns:
- the next
Object
- Throws:
ServiceLocationException - if there is no more result.
Copyright © 2008 Systems Group, ETH Zurich. All Rights Reserved.