|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.MEFAConfiguration
Handles the parsing of the Match Engine Functional Area configuration (MEFA)
Nested Class Summary | |
static class |
MEFAConfiguration.Attributes
Attributes that correspond to the XML attribute names. |
static class |
MEFAConfiguration.Components
ComponentNames which identify the available MEFA components |
static class |
MEFAConfiguration.Tags
Tags that correspond to the XML node names. |
Field Summary | |
static java.lang.String |
MEFA
Module Name to use with the Configuration Service to load the MEFA configuration |
Constructor Summary | |
MEFAConfiguration()
Creates new MEFAConfiguration |
Method Summary | |
int |
finish()
Finish. |
java.lang.String |
getBlockPickerImplClassName()
Getter for BlockPickerImplClassName attribute of the MEFAConfiguration object. |
java.lang.String |
getComponentImplClassName(java.lang.String componentName)
Getter for ComponentImplClassName attribute of the MEFAConfiguration object. |
java.lang.String |
getMatcherAPIImplClassName()
Getter for MatcherAPIImplClassName attribute of the MEFAConfiguration object. |
java.lang.String |
getMatcherConfigImplClassName()
Getter for MatcherConfigImplClassName attribute of the MEFAConfiguration object. |
java.lang.String |
getModuleType()
Getter for ModuleType attribute of the MEFAConfiguration object. |
java.lang.String |
getPassControllerImplClassName()
Getter for PassControllerImplClassName attribute of the MEFAConfiguration object. |
java.lang.String |
getStandardizerAPIImplClassName()
Getter for StandardizerAPIImplClassName attribute of the MEFAConfiguration object. |
java.lang.String |
getStandardizerConfigImplClassName()
Getter for StandardizerConfigImplClassName attribute of the MEFAConfiguration object. |
int |
init()
Initialize. |
void |
parse(org.w3c.dom.Node node)
Parse an XML node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String MEFA
Constructor Detail |
public MEFAConfiguration()
Method Detail |
public int finish()
finish
in interface ConfigurationInfo
public java.lang.String getBlockPickerImplClassName()
public java.lang.String getComponentImplClassName(java.lang.String componentName)
componentName
- The name of the component to get the implementation class for.
public java.lang.String getMatcherAPIImplClassName()
public java.lang.String getMatcherConfigImplClassName()
public java.lang.String getModuleType()
getModuleType
in interface ConfigurationInfo
public java.lang.String getPassControllerImplClassName()
public java.lang.String getStandardizerAPIImplClassName()
public java.lang.String getStandardizerConfigImplClassName()
public int init()
init
in interface ConfigurationInfo
public void parse(org.w3c.dom.Node node) throws ConfigurationException
parse
in interface ConfigurationInfo
node
- XML node starting the configuration node.
ConfigurationException
- if there is an error in parsing the
configuration XML file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.