jpl.mipl.mdms.FileService.komodo.registry.aa
Class AARegistryFactory

java.lang.Object
  extended by jpl.mipl.mdms.FileService.komodo.registry.aa.AARegistryFactory

public class AARegistryFactory
extends Object

This Factory class creates AARegistry objects. It reads the system property komodo.aaregistry.class to determine which AARegistry class to instantiate.

Version:
$Id: AARegistryFactory.java,v 1.1 2008/03/13 19:32:26 awt Exp $
Author:
awtinio

Field Summary
static String _PLUGIN_CLASS_CONFIG_PROP
           
static String _PLUGIN_CLASS_PROP
           
protected static Class _registryClass
           
protected static String _registryClassName
           
protected static String _registryConfig
           
 
Constructor Summary
AARegistryFactory()
           
 
Method Summary
 AARegistry createAARegistry()
           
protected static void init()
          Method to load and initialize the ChannelPlugin strategy class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_PLUGIN_CLASS_PROP

public static final String _PLUGIN_CLASS_PROP
See Also:
Constant Field Values

_PLUGIN_CLASS_CONFIG_PROP

public static final String _PLUGIN_CLASS_CONFIG_PROP
See Also:
Constant Field Values

_registryClassName

protected static String _registryClassName

_registryClass

protected static Class _registryClass

_registryConfig

protected static String _registryConfig
Constructor Detail

AARegistryFactory

public AARegistryFactory()
Method Detail

createAARegistry

public AARegistry createAARegistry()
Parameters:
dataSource -
registry -
role -
Returns:
the concrete Registry object

init

protected static void init()
Method to load and initialize the ChannelPlugin strategy class