|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.matching.MatchingConfiguration
Handles the parsing of the Matching configuration and defining how to match objects.
Nested Class Summary | |
static class |
MatchingConfiguration.Attributes
Attributes that correspond to the XML attribute names. |
static class |
MatchingConfiguration.Tags
Tags that correspond to the XML node names. |
Field Summary | |
static java.lang.String |
MATCHING
Module Name to use with the Configuration Service to load the Matching configuration |
Constructor Summary | |
MatchingConfiguration()
Creates new MatchingConfiguration |
Method Summary | |
int |
finish()
Finish. |
java.lang.String |
getModuleType()
Getter for ModuleType attribute of the MatchingConfiguration object. |
SystemObjectMatching |
getSystemObjectMatching(java.lang.String sysObjName)
Gets the system object matching configuration for the specified system 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 MATCHING
Constructor Detail |
public MatchingConfiguration()
Method Detail |
public int finish()
finish
in interface ConfigurationInfo
public java.lang.String getModuleType()
getModuleType
in interface ConfigurationInfo
public SystemObjectMatching getSystemObjectMatching(java.lang.String sysObjName)
sysObjName
- The system object name for which to retrieve the
matching configuration.
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.