Uses of Class
org.apache.jackrabbit.rmi.client.RemoteRuntimeException

Packages that use RemoteRuntimeException
org.apache.jackrabbit.rmi.client.iterator Local adapters for remote iterators. 
 

Uses of RemoteRuntimeException in org.apache.jackrabbit.rmi.client.iterator
 

Methods in org.apache.jackrabbit.rmi.client.iterator that throw RemoteRuntimeException
 long ClientIterator.getSize()
          Returns the size (the total number of elements) of this iteration.
 boolean ClientIterator.hasNext()
          Checks if there are more elements in this iteration.
 Object ClientIterator.next()
          Returns the next element in this iteration.
 void ClientIterator.skip(long skipNum)
          Skips the given number of elements in this iteration.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.