com.sun.jini.reggie
Class RegistrarImpl.IDItemIter

java.lang.Object
  extended by com.sun.jini.reggie.RegistrarImpl.ItemIter
      extended by com.sun.jini.reggie.RegistrarImpl.IDItemIter
Enclosing class:
RegistrarImpl

private class RegistrarImpl.IDItemIter
extends RegistrarImpl.ItemIter

Iterate over a singleton matching Item by serviceID.


Field Summary
 
Fields inherited from class com.sun.jini.reggie.RegistrarImpl.ItemIter
dupsPossible, now, reg, tmpl
 
Constructor Summary
RegistrarImpl.IDItemIter(Template tmpl)
          tmpl.serviceID !
 
Method Summary
protected  void step()
          Set reg to null
 
Methods inherited from class com.sun.jini.reggie.RegistrarImpl.ItemIter
hasNext, next, nextReg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrarImpl.IDItemIter

public RegistrarImpl.IDItemIter(Template tmpl)
tmpl.serviceID != null

Method Detail

step

protected void step()
Set reg to null

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.