Difference between revisions of "Uno/Specifications"

From Apache OpenOffice Wiki
< Uno
Jump to: navigation, search
m (Added link to IDL reference.)
m (Claims)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
The abstract Uno specifications are the blue prints for all concrete [[Uno#Uno implementations|Uno implementations]] (e.g [[Uno/Binary|Binary Uno]], [[Uno/Java|Java Uno]], [[Uno/Cpp|C++ Uno]]).
 
The abstract Uno specifications are the blue prints for all concrete [[Uno#Uno implementations|Uno implementations]] (e.g [[Uno/Binary|Binary Uno]], [[Uno/Java|Java Uno]], [[Uno/Cpp|C++ Uno]]).
 
<noinclude>[[Category:Uno]]</noinclude>
 
<noinclude>[[Category:Uno]]</noinclude>
 +
 +
==Claims==
 +
Not every specification is required to be available for a particular Uno implementation. A specification either is
 +
* required - must be implemented by all Uno implementations, or
 +
* recommended - is recommended to be implemented, or
 +
* optional - may be implemented.
 +
 
===Specifications===
 
===Specifications===
<DPL>category=Uno:Spec</DPL>
+
<DPL>category=Uno
 +
category=Spec</DPL>
 
* [http://udk.openoffice.org/common/man/draft/synch_thread.html Multi Threading Spec.]
 
* [http://udk.openoffice.org/common/man/draft/synch_thread.html Multi Threading Spec.]
* [http://udk.openoffice.org/common/man/names.html Names in Uno]
 
 
* [http://udk.openoffice.org/common/man/lifecycle.html The Object Life Cycle]
 
* [http://udk.openoffice.org/common/man/lifecycle.html The Object Life Cycle]
 
* [http://udk.openoffice.org/common/man/execution.html The Execution Model]
 
* [http://udk.openoffice.org/common/man/execution.html The Execution Model]

Latest revision as of 14:50, 20 June 2008

Abstract Uno Specifications

The abstract Uno specifications are the blue prints for all concrete Uno implementations (e.g Binary Uno, Java Uno, C++ Uno).

Claims

Not every specification is required to be available for a particular Uno implementation. A specification either is

  • required - must be implemented by all Uno implementations, or
  • recommended - is recommended to be implemented, or
  • optional - may be implemented.

Specifications

Personal tools