Class COM.ibm.jaws.models.trs.RCIteratorFilepoManaged
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.models.trs.RCIteratorFilepoManaged

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.RCIteratorFilepoManaged

public class RCIteratorFilepoManaged
extends Object
implements RCIterator, FilepoManaged, Syncable
The emitted ManagedDel class derived from: COM.ibm.jaws.models.trs.RCIterator
See Also:
RCIterator

Constructor Index

 o RCIteratorFilepoManaged()
Ensure we have a default constructor method - if there is another constructor, Java does not provide a default one.

Method Index

 o externalizeToStream(OutputEDStream)
 o getConstantRandomId()
 o getIdentifier(BaseCollection)
Implementation of the Managed.getIdentifier() method.
 o getManagedDelBase()
 o getManagedDelCacheEntry()
 o getManagedDelKey()
 o getNext()
 o internalizeFromStream(InputEDStream)
 o isIdentical(Identifiable)
Implementation of the Managed's Identifiable methods.
 o release()
 o remove()
Implementation of the Managed Lifecycle.remove() interface.
 o reset()
 o setManagedDelBase(BaseCollection)
Implementation of the ManagedDel interface methods.
 o setManagedDelCacheEntry(CacheEntry)
 o setManagedDelKey(String)
 o size()
 o sync()
Implementation of the Syncable.sync() method.
 o toString()
Returns a String that represents the value of this Object.

Constructors

 o RCIteratorFilepoManaged
  public RCIteratorFilepoManaged()
Ensure we have a default constructor method - if there is another constructor, Java does not provide a default one.

Methods

 o setManagedDelBase
  public void setManagedDelBase(BaseCollection bc)
Implementation of the ManagedDel interface methods.
 o getManagedDelBase
  public BaseCollection getManagedDelBase()
 o setManagedDelKey
  public void setManagedDelKey(String yourKey)
 o getManagedDelKey
  public String getManagedDelKey()
 o setManagedDelCacheEntry
  public void setManagedDelCacheEntry(CacheEntry ce)
 o getManagedDelCacheEntry
  public CacheEntry getManagedDelCacheEntry()
 o remove
  public void remove()
Implementation of the Managed Lifecycle.remove() interface. The Managed Lifecycle.release() is never used in the Java bindings for Corba.
 o release
  public void release()
 o getIdentifier
  public String getIdentifier(BaseCollection relativeTo)
Implementation of the Managed.getIdentifier() method.
 o isIdentical
  public boolean isIdentical(Identifiable other)
Implementation of the Managed's Identifiable methods. Does not activate the objects unnecessarily.
 o getConstantRandomId
  public int getConstantRandomId()
 o sync
  public void sync()
Implementation of the Syncable.sync() method.
 o size
  public int size()
 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o getNext
  public Object getNext()
 o externalizeToStream
  public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
 o reset
  public void reset()
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError

All Packages  Class Hierarchy  This Package  Previous  Next  Index