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

Class COM.ibm.jaws.tutorial1.AccountImpl

java.lang.Object
   |
   +----COM.ibm.jaws.tutorial1.AccountBase
           |
           +----COM.ibm.jaws.tutorial1.AccountImpl

public class AccountImpl
extends AccountBase
implements Account, Activation
This is the implementation class for the interface Account.
See Also:
AccountBase, Account

Constructor Index

 o AccountImpl()
 o AccountImpl(float)

Method Index

 o activate()
See Activation.activate
 o externalizeToStream(OutputEDStream)
 o internalizeFromStream(InputEDStream)
 o prepareForExternalization()
See Activation.prepareForExternalization
 o release()
See Lifecycle.release
 o remove()
See Lifecycle.remove
 o setDependentContext(KeyedCollection)
See Dependent.setDependentContext
 o setSelf(Object)
See IdentityDelegator.setSelf

Constructors

 o AccountImpl
  public AccountImpl()
 o AccountImpl
  public AccountImpl(float parm1)

Methods

 o externalizeToStream
  public void externalizeToStream(OutputEDStream out)
 o internalizeFromStream
  public void internalizeFromStream(InputEDStream in)
 o release
  public void release()
See Lifecycle.release
 o remove
  public void remove()
See Lifecycle.remove
 o setSelf
  public void setSelf(Object self)
See IdentityDelegator.setSelf
 o setDependentContext
  public void setDependentContext(KeyedCollection context)
See Dependent.setDependentContext
 o activate
  public void activate()
See Activation.activate
 o prepareForExternalization
  public void prepareForExternalization()
See Activation.prepareForExternalization

All Packages  Class Hierarchy  This Package  Previous  Next  Index