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
-
RCIteratorFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
-
externalizeToStream(OutputEDStream)
-
-
getConstantRandomId()
-
-
getIdentifier(BaseCollection)
-
Implementation of the Managed.getIdentifier() method.
-
getManagedDelBase()
-
-
getManagedDelCacheEntry()
-
-
getManagedDelKey()
-
-
getNext()
-
-
internalizeFromStream(InputEDStream)
-
-
isIdentical(Identifiable)
- Implementation of the Managed's Identifiable methods.
-
release()
-
-
remove()
- Implementation of the Managed Lifecycle.remove() interface.
-
reset()
-
-
setManagedDelBase(BaseCollection)
-
Implementation of the ManagedDel interface methods.
-
setManagedDelCacheEntry(CacheEntry)
-
-
setManagedDelKey(String)
-
-
size()
-
-
sync()
-
Implementation of the Syncable.sync() method.
-
toString()
- Returns a String that represents the value of this Object.
RCIteratorFilepoManaged
public RCIteratorFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
setManagedDelBase
public void setManagedDelBase(BaseCollection bc)
- Implementation of the ManagedDel interface methods.
getManagedDelBase
public BaseCollection getManagedDelBase()
setManagedDelKey
public void setManagedDelKey(String yourKey)
getManagedDelKey
public String getManagedDelKey()
setManagedDelCacheEntry
public void setManagedDelCacheEntry(CacheEntry ce)
getManagedDelCacheEntry
public CacheEntry getManagedDelCacheEntry()
remove
public void remove()
- Implementation of the Managed Lifecycle.remove() interface.
The Managed Lifecycle.release() is never used in the Java
bindings for Corba.
release
public void release()
getIdentifier
public String getIdentifier(BaseCollection relativeTo)
- Implementation of the Managed.getIdentifier() method.
isIdentical
public boolean isIdentical(Identifiable other)
- Implementation of the Managed's Identifiable methods.
Does not activate the objects unnecessarily.
getConstantRandomId
public int getConstantRandomId()
sync
public void sync()
- Implementation of the Syncable.sync() method.
size
public int size()
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
getNext
public Object getNext()
externalizeToStream
public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
reset
public void reset()
internalizeFromStream
public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError
All Packages Class Hierarchy This Package Previous Next Index