uk.co.kimble.cobra.rmi
Interface PersistentSet

All Known Implementing Classes:
PersistentSetAdapter

public abstract interface PersistentSet
extends java.rmi.Remote

Interface defining the remote functions available to Persistent Set


Method Summary
 void close()
           
 boolean hasMoreObjects()
           
 PersistentObject nextObject()
           
 

Method Detail

hasMoreObjects

public boolean hasMoreObjects()
                       throws java.rmi.RemoteException

nextObject

public PersistentObject nextObject()
                            throws java.rmi.RemoteException,
                                   PersistentException

close

public void close()
           throws java.rmi.RemoteException,
                  PersistentException