get_account
Description:
public Account get_account (
AccountId account_id)
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.
|