ojb.broker.server
Class PkEnumerationStub

java.lang.Object
  |
  +--ojb.broker.server.PkEnumerationStub
All Implemented Interfaces:
java.util.Enumeration, java.io.Serializable

public class PkEnumerationStub
extends java.lang.Object
implements java.util.Enumeration, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PkEnumerationStub(PersistenceBrokerClient pbc, int iid)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 void releaseDbResources()
          Release all internally used Database resources of the iterator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PkEnumerationStub

public PkEnumerationStub(PersistenceBrokerClient pbc,
                         int iid)
Method Detail

releaseDbResources

public void releaseDbResources()
Release all internally used Database resources of the iterator. Clients must call this methods explicitely if the iterator is not exhausted by the client application. If the Iterator is exhauseted this method will be called implicitely.


hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04