Class COM.ibm.jaws.models.trs.RCFilepoManaged
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.RCFilepoManaged
java.lang.Object
|
+----COM.ibm.jaws.models.trs.RCFilepoManaged
- public class RCFilepoManaged
- extends Object
- implements RC, FilepoManaged, Syncable
The emitted ManagedDel class derived from:
COM.ibm.jaws.models.trs.RC
- See Also:
- RC
-
RCFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
-
dispatchAll(String, String, CommandOn)
-
-
evaluate(String, String)
-
-
externalizeToStream(OutputEDStream)
-
-
getConstantRandomId()
-
-
getIdentifier(BaseCollection)
-
Implementation of the Managed.getIdentifier() method.
-
getManagedDelBase()
-
-
getManagedDelCacheEntry()
-
-
getManagedDelKey()
-
-
insertElement(Object)
-
-
internalizeFromStream(InputEDStream)
-
-
isIdentical(Identifiable)
- Implementation of the Managed's Identifiable methods.
-
release()
-
-
remove()
- Implementation of the Managed Lifecycle.remove() interface.
-
removeElement(Object)
-
-
setManagedDelBase(BaseCollection)
-
Implementation of the ManagedDel interface methods.
-
setManagedDelCacheEntry(CacheEntry)
-
-
setManagedDelKey(String)
-
-
sync()
-
Implementation of the Syncable.sync() method.
-
toString()
- Returns a String that represents the value of this Object.
RCFilepoManaged
public RCFilepoManaged()
- 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.
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
removeElement
public void removeElement(Object parm1)
insertElement
public boolean insertElement(Object parm1)
externalizeToStream
public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
evaluate
public Iterator evaluate(String parm1,
String parm2) throws InvalidQueryError
internalizeFromStream
public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError
dispatchAll
public Iterator dispatchAll(String parm1,
String parm2,
CommandOn parm3) throws InvalidQueryError
All Packages Class Hierarchy This Package Previous Next Index