Class COM.ibm.jaws.services.filepobc.FilepoBCFilepoManaged
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.services.filepobc.FilepoBCFilepoManaged

java.lang.Object
   |
   +----COM.ibm.jaws.services.filepobc.FilepoBCFilepoManaged

public class FilepoBCFilepoManaged
extends Object
implements FilepoBC, FilepoManaged, Syncable
The emitted ManagedDel class derived from: COM.ibm.jaws.services.filepobc.FilepoBC
See Also:
FilepoBC

Constructor Index

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

Method Index

 o createFromCopy(String, Manageable, String)
 o createFromData(String, InputEDStream, String)
 o createFromDefault(String, Object, String)
 o dispatch(String, CommandOn)
 o dispatchAll(String, String, CommandOn)
 o evaluate(String, String)
 o exists(String)
 o externalizeToStream(OutputEDStream)
 o getCacheManager()
 o getCleanInterval()
 o getConstantRandomId()
 o getDependentContext()
 o getIdentifier(BaseCollection)
Implementation of the Managed.getIdentifier() method.
 o getManagedClassName()
 o getManagedDelBase()
 o getManagedDelCacheEntry()
 o getManagedDelKey()
 o getManagedSuffix()
 o getTransientIdentifier()
 o internalizeFromStream(InputEDStream)
 o isIdentical(Identifiable)
Implementation of the Managed's Identifiable methods.
 o kill(String)
 o reattachManagedDel(ManagedDel, String)
 o release()
 o remove()
Implementation of the Managed Lifecycle.remove() interface.
 o resolve(String)
 o setCacheManager(CacheManager)
 o setCleanInterval(long)
 o setDependentContext(KeyedCollection)
 o setManagedClassName(String)
 o setManagedDelBase(BaseCollection)
Implementation of the ManagedDel interface methods.
 o setManagedDelCacheEntry(CacheEntry)
 o setManagedDelKey(String)
 o setSelf(Object)
 o sync()
Implementation of the Syncable.sync() method.
 o syncManaged(String)
 o uncached(CacheEntry)

Constructors

 o FilepoBCFilepoManaged
  public FilepoBCFilepoManaged()
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 setCleanInterval
  public void setCleanInterval(long parm1)
 o getCleanInterval
  public long getCleanInterval()
 o getDependentContext
  public KeyedCollection getDependentContext()
 o getManagedSuffix
  public String getManagedSuffix()
 o setManagedClassName
  public void setManagedClassName(String parm1)
 o getManagedClassName
  public String getManagedClassName()
 o dispatch
  public CommandOn dispatch(String parm1,
                            CommandOn parm2) throws InvalidKeyError, InvalidTargetError, CommandOnNotReadyError
 o uncached
  public void uncached(CacheEntry parm1)
 o getTransientIdentifier
  public Object getTransientIdentifier()
 o exists
  public boolean exists(String parm1)
 o createFromCopy
  public Managed createFromCopy(String parm1,
                                Manageable parm2,
                                String parm3) throws InvalidKeyError, MOFWException
 o setDependentContext
  public void setDependentContext(KeyedCollection parm1)
 o setSelf
  public void setSelf(Object parm1)
 o reattachManagedDel
  public CacheEntry reattachManagedDel(ManagedDel parm1,
                                       String parm2) throws InvalidReferenceException
 o syncManaged
  public void syncManaged(String parm1)
 o getCacheManager
  public CacheManager getCacheManager()
 o kill
  public void kill(String parm1) throws InvalidReferenceException
 o externalizeToStream
  public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
 o createFromData
  public Managed createFromData(String parm1,
                                InputEDStream parm2,
                                String parm3) throws InvalidKeyError, EDStreamFormatError, MOFWException
 o evaluate
  public Iterator evaluate(String parm1,
                           String parm2) throws InvalidQueryError
 o createFromDefault
  public Managed createFromDefault(String parm1,
                                   Object parm2,
                                   String parm3) throws InvalidKeyError, MOFWException
 o resolve
  public Object resolve(String parm1) throws InvalidKeyError
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError
 o setCacheManager
  public void setCacheManager(CacheManager parm1)
 o dispatchAll
  public Iterator dispatchAll(String parm1,
                              String parm2,
                              CommandOn parm3) throws InvalidQueryError

All Packages  Class Hierarchy  This Package  Previous  Next  Index