load_account
Description:
public Account load_account (
AccountId account_id)
throws AccountsError
Instantiates the object representing the account identified by account_id
.
Parameters:
this |
the Manager.
|
account_id |
the AccountId of the account.
|
Returns:
an Account, on which the client must call unref when it is
no longer required, or null if an error occurs.
|