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
-
AccountFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
-
deposit(float)
-
-
externalizeToStream(OutputEDStream)
-
-
getBalance()
-
-
getConstantRandomId()
-
-
getIdentifier(BaseCollection)
-
Implementation of the Managed.getIdentifier() method.
-
getManagedDelBase()
-
-
getManagedDelCacheEntry()
-
-
getManagedDelKey()
-
-
internalizeFromStream(InputEDStream)
-
-
isIdentical(Identifiable)
- Implementation of the Managed's Identifiable methods.
-
release()
-
-
remove()
- Implementation of the Managed Lifecycle.remove() interface.
-
setManagedDelBase(BaseCollection)
-
Implementation of the ManagedDel interface methods.
-
setManagedDelCacheEntry(CacheEntry)
-
-
setManagedDelKey(String)
-
-
sync()
-
Implementation of the Syncable.sync() method.
-
withdrawal(float)
-
AccountFilepoManaged
public AccountFilepoManaged()
- Ensure we have a default constructor method - if there is
another constructor, Java does not provide a default one.
setManagedDelBase
public void setManagedDelBase(BaseCollection bc)
- Implementation of the ManagedDel interface methods.
getManagedDelBase
public BaseCollection getManagedDelBase()
setManagedDelKey
public void setManagedDelKey(String yourKey)
getManagedDelKey
public String getManagedDelKey()
setManagedDelCacheEntry
public void setManagedDelCacheEntry(CacheEntry ce)
getManagedDelCacheEntry
public CacheEntry getManagedDelCacheEntry()
remove
public void remove()
- Implementation of the Managed Lifecycle.remove() interface.
The Managed Lifecycle.release() is never used in the Java
bindings for Corba.
release
public void release()
getIdentifier
public String getIdentifier(BaseCollection relativeTo)
- Implementation of the Managed.getIdentifier() method.
isIdentical
public boolean isIdentical(Identifiable other)
- Implementation of the Managed's Identifiable methods.
Does not activate the objects unnecessarily.
getConstantRandomId
public int getConstantRandomId()
sync
public void sync()
- Implementation of the Syncable.sync() method.
deposit
public void deposit(float parm1)
withdrawal
public void withdrawal(float parm1)
getBalance
public float getBalance()
externalizeToStream
public void externalizeToStream(OutputEDStream parm1) throws EDStreamFormatError
internalizeFromStream
public void internalizeFromStream(InputEDStream parm1) throws EDStreamFormatError
All Packages Class Hierarchy This Package Previous Next Index