Difference between revisions of "Uno/Binary/Modules/STOC"

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
(Moved out the test section.)
 
(4 intermediate revisions by 2 users not shown)
Line 22: Line 22:
 
{{Uno/UDKlink|stoc}}
 
{{Uno/UDKlink|stoc}}
  
{{:Uno/Binary/Module/STOC/test}}
+
{{:Uno/Binary/Modules/STOC/test}}
  
  
[[Category:Uno:Binary:Module]]
+
[[Category:Uno]]
 +
[[Category:Uno:Binary]]
 
[[Category:Module]]
 
[[Category:Module]]
 +
[[Category:Source_directories]]

Latest revision as of 10:59, 20 October 2009

"STOC" stands for Standard Office (Uno) Components. "STOC" implements that basic binary Uno components, which are

  • the coreflection,
  • the defaultregistry,
  • the implementation registration,
  • the introspection,
  • the invocation,
  • the invocation adapterfactory,
  • the Java component loader,
  • the Java VM loader,
  • the shared library component loader,
  • the naming service,
  • the proxy factory,
  • the registry based type description provider,
  • the security manager,
  • the standard service manager,
  • the simple registry,
  • the type description provider manager,
  • the type conversion, and
  • the URI managers.

CVS

udk/stoc

Tests

cd stoc/test
dmake
cd stoc/<platform>/bin
./testconv
./testcorefl
./testintrosp
./testinvocation
./testloader
./testproxyfac
./testregistry
./testsmgr
./testsmgr2
cd stoc/test/registry_tdprovider
dmake #Upon failure dmake aborts with an error.
cd stoc/test/tdmanager
dmake #Upon failure dmake aborts with an error.
cd stoc/test/uriproc
dmake #Upon failure dmake aborts with an error.
Personal tools