select_service


Description:

public void select_service (Service? service)

Selects the configuration of service service: from now on, all the subsequent calls on the Account configuration will act on the service.

If service is null, the global account configuration is selected.

Note that if this is being shared with other code one must take special care to make sure the desired service is always selected.

Parameters:

this

the Account.

service

the Service to select.