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

Class COM.ibm.jaws.tutorial1.AccountStub

java.lang.Object
   |
   +----COM.ibm.corba.IIOPStub
           |
           +----COM.ibm.jaws.tutorial1.AccountStub

public class AccountStub
extends IIOPStub
implements Account
IIOP Stub class for interface: COM.ibm.jaws.tutorial1.Account
See Also:
Account

Constructor Index

 o AccountStub()

Method Index

 o deposit(float)
 o externalizeToStream(OutputEDStream)
 o getBalance()
 o internalizeFromStream(InputEDStream)
 o withdrawal(float)

Constructors

 o AccountStub
  public AccountStub()

Methods

 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