com.sun.jini.reggie
Class RegistrarImpl.SvcIterator
java.lang.Object
com.sun.jini.reggie.RegistrarImpl.ItemIter
com.sun.jini.reggie.RegistrarImpl.SvcIterator
- Enclosing class:
- RegistrarImpl
private class RegistrarImpl.SvcIterator
- extends RegistrarImpl.ItemIter
Iterates over all services that match template's service types
Method Summary |
protected void |
step()
Set reg to the next matching element, or null if none. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
services
private final Iterator services
- Iterator for list of matching services.
RegistrarImpl.SvcIterator
public RegistrarImpl.SvcIterator(Template tmpl)
- tmpl.serviceID == null and
tmpl.serviceTypes is not empty
step
protected void step()
- Set reg to the next matching element, or null if none.
- Specified by:
step
in class RegistrarImpl.ItemIter
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.