com.agfa.hap.sdo.impl
Class SdoImplementationFactory

java.lang.Object
  extended by com.agfa.hap.sdo.impl.SdoImplementationFactory

public class SdoImplementationFactory
extends java.lang.Object

Class that is responsible for finding and choosing the correct SDO implementation.

Author:
AMOCZ

Constructor Summary
SdoImplementationFactory()
           
 
Method Summary
static HelperProvider getHelperProviderImplementation()
           
static void setImplementationClass(java.lang.Class<? extends HelperProvider> implementationClass)
          Use this to inject a suitable implementation class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SdoImplementationFactory

public SdoImplementationFactory()
Method Detail

setImplementationClass

public static void setImplementationClass(java.lang.Class<? extends HelperProvider> implementationClass)
Use this to inject a suitable implementation class. This must happen BEFORE the sdo system is initialized.

Parameters:
implementationClass -

getHelperProviderImplementation

public static HelperProvider getHelperProviderImplementation()


Copyright © 2007. All Rights Reserved.