|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.configurator.impl.idgen.EuidGeneratorConfiguration
Decision maker configuration.
| Field Summary | |
static java.lang.String |
EUID_GENERATOR
Module type name |
| Constructor Summary | |
EuidGeneratorConfiguration()
Creates new EuidGeneratorConfiguration instance. |
|
| Method Summary | |
int |
finish()
Finish. |
EuidGenerator |
getEuidGenerator()
Get an instance of the EUID generator class. |
java.lang.String |
getModuleType()
Getter for ModuleType attribute of the EuidGeneratorConfiguration 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 EUID_GENERATOR
| Constructor Detail |
public EuidGeneratorConfiguration()
| Method Detail |
public int finish()
finish in interface ConfigurationInfo
public EuidGenerator getEuidGenerator()
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.