org.xorm
Class ExtentImpl

java.lang.Object
  |
  +--org.xorm.ExtentImpl
All Implemented Interfaces:
Extent

public class ExtentImpl
extends Object
implements Extent


Method Summary
 void close(Iterator iterator)
          Closes the given iterator.
 void closeAll()
          Closes all iterators associated with this extent.
 Class getCandidateClass()
          Returns the candidate class of this extent.
 PersistenceManager getPersistenceManager()
          Returns the persistence manager that created this extent.
 boolean hasSubclasses()
          Subclasses are not currently supported.
 Iterator iterator()
          Current implementation is functional but not performant.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterator

public Iterator iterator()
Current implementation is functional but not performant.

Specified by:
iterator in interface Extent

hasSubclasses

public boolean hasSubclasses()
Subclasses are not currently supported.

Specified by:
hasSubclasses in interface Extent

getCandidateClass

public Class getCandidateClass()
Returns the candidate class of this extent.

Specified by:
getCandidateClass in interface Extent

getPersistenceManager

public PersistenceManager getPersistenceManager()
Returns the persistence manager that created this extent.

Specified by:
getPersistenceManager in interface Extent

closeAll

public void closeAll()
Closes all iterators associated with this extent.

Specified by:
closeAll in interface Extent

close

public void close(Iterator iterator)
Closes the given iterator.

Specified by:
close in interface Extent


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/ExtentImpl.html,v 1.9 2004/05/30 08:55:03 wbiggs Exp $