Class COM.ibm.jaws.tutorial1.AccountFilepoManaged
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.tutorial1.AccountFilepoManaged

java.lang.Object
   |
   +----COM.ibm.jaws.tutorial1.AccountFilepoManaged

public class AccountFilepoManaged
extends Object
implements Account, FilepoManaged, Syncable
The emitted ManagedDel class derived from: COM.ibm.jaws.tutorial1.Account
See Also:
Account

Constructor Index

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

Method Index

 o deposit(float)
 o externalizeToStream(OutputEDStream)
 o getBalance()
 o getConstantRandomId()
 o getIdentifier(BaseCollection)
Implementation of the Managed.getIdentifier() method.
 o getManagedDelBase()
 o getManagedDelCacheEntry()
 o getManagedDelKey()
 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 setManagedDelBase(BaseCollection)
Implementation of the ManagedDel interface methods.
 o setManagedDelCacheEntry(CacheEntry)
 o setManagedDelKey(String)
 o sync()
Implementation of the Syncable.sync() method.
 o withdrawal(float)

Constructors

 o AccountFilepoManaged
  public AccountFilepoManaged()
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 deposit
  public void deposit(float parm1)
 o withdrawal
  public void withdrawal(float parm1)
 o getBalance
  public float getBalance()
 o externalizeToStream
  public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError

All Packages  Class Hierarchy  This Package  Previous  Next  Index