org.geotools.openoffice
Class Registration

Object
  extended by Registration

public final class Registration
extends Object

The registration of all formulas provided in this package.

Since:
2.2
Author:
Martin Desruisseaux
Module:

Method Summary
static XSingleServiceFactory __getServiceFactory(String implementation, XMultiServiceFactory factories, XRegistryKey registry)
          Returns a factory for creating the service.
static boolean __writeRegistryServiceInfo(XRegistryKey registry)
          Writes the service information into the given registry key.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

__getServiceFactory

public static XSingleServiceFactory __getServiceFactory(String implementation,
                                                        XMultiServiceFactory factories,
                                                        XRegistryKey registry)
Returns a factory for creating the service. This method is called by the com.sun.star.comp.loader.JavaLoader; do not rename!

Parameters:
implementation - The name of the implementation for which a service is desired.
factories - The service manager to be used if needed.
registry - The registry key
Returns:
A factory for creating the component.

__writeRegistryServiceInfo

public static boolean __writeRegistryServiceInfo(XRegistryKey registry)
Writes the service information into the given registry key. This method is called by the com.sun.star.comp.loader.JavaLoader; do not rename!

Parameters:
registry - The registry key.
Returns:
true if the operation succeeded.


Copyright © 1996-2009 Geotools. All Rights Reserved.