perform_operation


Description:

public bool perform_operation (Connection? cnc, ServerOperation op) throws Error

Performs the operation described by op.

Note that op is not destroyed by this method and can be reused.

Parameters:

this

a ServerProvider object

cnc

a Connection object which will be used to perform the action, or null

op

a ServerOperation object

Returns:

true if no error occurred