Version: Beta4.2.1-r8614-Beta4.2-b41
|
Returned by IDelete to allow managing of queued delete operations.
Returns the DeleteCommand instances which were used to create this handle.
Returns a report of what happened. Any errors will produce output as well as any warnings, such as "Tag was orphaned" when using the "SOFT" option. An error can be detected by a non-empty string for the DeleteReport::error field.
Returns whether processing of all commands has completed, whether successfully or not.
Returns the number of errors that were encountered. If greater than zero, then the transaction was rolled back.
Prevents further DeleteCommands from being processed and rolls back any changes already made by the transaction. If all commands were already processed, this method returns false to signal that the rollback was not possible.
Removes the proxy from the server's adapter. Any calls on this proxy after close will receive an Ice::ObjectNotExistException.
|