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
-
AccountImpl()
-
-
AccountImpl(float)
-
-
activate()
- See Activation.activate
-
externalizeToStream(OutputEDStream)
-
-
internalizeFromStream(InputEDStream)
-
-
prepareForExternalization()
- See Activation.prepareForExternalization
-
release()
- See Lifecycle.release
-
remove()
- See Lifecycle.remove
-
setDependentContext(KeyedCollection)
- See Dependent.setDependentContext
-
setSelf(Object)
- See IdentityDelegator.setSelf
AccountImpl
public AccountImpl()
AccountImpl
public AccountImpl(float parm1)
externalizeToStream
public void externalizeToStream(OutputEDStream out)
internalizeFromStream
public void internalizeFromStream(InputEDStream in)
release
public void release()
- See Lifecycle.release
remove
public void remove()
- See Lifecycle.remove
setSelf
public void setSelf(Object self)
- See IdentityDelegator.setSelf
setDependentContext
public void setDependentContext(KeyedCollection context)
- See Dependent.setDependentContext
activate
public void activate()
- See Activation.activate
prepareForExternalization
public void prepareForExternalization()
- See Activation.prepareForExternalization
All Packages Class Hierarchy This Package Previous Next Index