Uno/Binary/Modules/STOC

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Revision as of 10:59, 20 October 2009 by Kr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

"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