org.jafer.osid.provider
Class RepositoryIterator

java.lang.Object
  extended by org.jafer.osid.provider.RepositoryIterator
All Implemented Interfaces:
java.io.Serializable, org.osid.repository.RepositoryIterator

public class RepositoryIterator
extends java.lang.Object
implements org.osid.repository.RepositoryIterator

See Also:
Serialized Form

Field Summary
private  int i
           
private  java.util.Vector vector
           
 
Constructor Summary
RepositoryIterator(java.util.Vector vector)
           
 
Method Summary
 boolean hasNextRepository()
           
 org.osid.repository.Repository nextRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

private java.util.Vector vector

i

private int i
Constructor Detail

RepositoryIterator

public RepositoryIterator(java.util.Vector vector)
                   throws org.osid.repository.RepositoryException
Throws:
org.osid.repository.RepositoryException
Method Detail

hasNextRepository

public boolean hasNextRepository()
                          throws org.osid.repository.RepositoryException
Specified by:
hasNextRepository in interface org.osid.repository.RepositoryIterator
Throws:
org.osid.repository.RepositoryException

nextRepository

public org.osid.repository.Repository nextRepository()
                                              throws org.osid.repository.RepositoryException
Specified by:
nextRepository in interface org.osid.repository.RepositoryIterator
Throws:
org.osid.repository.RepositoryException