|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.configurator.impl.decision.DecisionMakerConfiguration
| Field Summary | |
static java.lang.String |
DECISION_MAKER
Module type name |
| Constructor Summary | |
DecisionMakerConfiguration()
Creates new DecisionMakerConfiguration instance. |
|
| Method Summary | |
int |
finish()
Finish. |
DecisionMaker |
getDecisionMaker()
Get an instance of the decision maker class specified in the configuration. |
java.lang.String |
getModuleType()
Getter for ModuleType attribute of the DecisionMakerConfiguration 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 DECISION_MAKER
| Constructor Detail |
public DecisionMakerConfiguration()
| Method Detail |
public int finish()
finish in interface ConfigurationInfo
public DecisionMaker getDecisionMaker()
throws ConfigurationException
ConfigurationException - if an error occured.public java.lang.String getModuleType()
getModuleType in interface ConfigurationInfopublic int init()
init in interface ConfigurationInfo
public void parse(org.w3c.dom.Node node)
throws ConfigurationException
parse in interface ConfigurationInfonode - 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.