org.apache.ojb.jdo
Class ExtentImpl

java.lang.Object
  extended byorg.apache.ojb.jdo.ExtentImpl

public class ExtentImpl
extends java.lang.Object

Author:
Matthew Baird

Constructor Summary
ExtentImpl(java.lang.Class pClazz, OTMConnection conn, PersistenceManager pm)
          Constructor for ExtentImpl.
 
Method Summary
 void close(java.util.Iterator iterator)
           
 void closeAll()
           
 java.lang.Class getCandidateClass()
           
 PersistenceManager getPersistenceManager()
           
 boolean hasSubclasses()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtentImpl

public ExtentImpl(java.lang.Class pClazz,
                  OTMConnection conn,
                  PersistenceManager pm)
Constructor for ExtentImpl.

Method Detail

iterator

public java.util.Iterator iterator()

hasSubclasses

public boolean hasSubclasses()

getCandidateClass

public java.lang.Class getCandidateClass()

getPersistenceManager

public PersistenceManager getPersistenceManager()

closeAll

public void closeAll()

close

public void close(java.util.Iterator iterator)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14