(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: ucb ::

interface XCommandProcessor2
Base Interfaces
XCommandProcessor2XCommandProcessor

XCommandProcessor
(referenced interface's summary:)
defines a processor for synchronous commands, which are executed in a specific execution environment.
Description
An improved version of a XCommandProcessor that helps avoid ever-increasing resource consumption.
Developers Guide
UCB - Services and Interfaces

Methods' Summary
releaseCommandIdentifier releases a command identifier obtainded through XCommandProcessor::createCommandIdentifier when it is no longer used.  
Methods' Details
releaseCommandIdentifier
[oneway] void
releaseCommandIdentifier( [in] long  CommandId );

Description
releases a command identifier obtainded through XCommandProcessor::createCommandIdentifier when it is no longer used.

After this call the command identifier cannot be used any longer in calls to XCommandProcessor::execute and XCommandProcessor::abort. (But it can happen that a call to XCommandProcessor::createCommandIdentifier reuses this identifier.)

Parameter CommandId
A command identifier obtained through XCommandProcessor::createCommandIdentifier. If the identifier is zero, the request is silently ignored; but if the identifier is invalid (not obtained via XCommandProcessor::createCommandIdentifier or already handed to XCommandProcessor2::releaseCommandIdentifier before), the behaviour is undefined.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.