com.redhat.persistence
Class RecordSet

java.lang.Object
  extended bycom.redhat.persistence.RecordSet

public abstract class RecordSet
extends Object

RecordSet

Version:
$Revision: #9 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Field Summary
static String versionId
           
 
Constructor Summary
protected RecordSet(Signature signature)
           
 
Method Summary
abstract  void close()
           
abstract  Object get(Path p)
           
protected  Signature getSignature()
           
abstract  boolean next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

RecordSet

protected RecordSet(Signature signature)
Method Detail

getSignature

protected Signature getSignature()

next

public abstract boolean next()

get

public abstract Object get(Path p)

close

public abstract void close()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC