com.sun.mdm.index.configurator.impl.idgen
Class EuidGeneratorConfiguration

java.lang.Object
  extended bycom.sun.mdm.index.configurator.impl.idgen.EuidGeneratorConfiguration
All Implemented Interfaces:
ConfigurationInfo, java.io.Serializable

public class EuidGeneratorConfiguration
extends java.lang.Object
implements ConfigurationInfo

Decision maker configuration.

See Also:
Serialized Form

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

EUID_GENERATOR

public static final java.lang.String EUID_GENERATOR
Module type name

See Also:
Constant Field Values
Constructor Detail

EuidGeneratorConfiguration

public EuidGeneratorConfiguration()
Creates new EuidGeneratorConfiguration instance.

Method Detail

finish

public int finish()
Finish.

Specified by:
finish in interface ConfigurationInfo
Returns:
result code.

getEuidGenerator

public EuidGenerator getEuidGenerator()
                               throws ConfigurationException
Get an instance of the EUID generator class.

Returns:
EuidGenerator instance.
Throws:
ConfigurationException - if an error occured.

getModuleType

public java.lang.String getModuleType()
Getter for ModuleType attribute of the EuidGeneratorConfiguration object.

Specified by:
getModuleType in interface ConfigurationInfo
Returns:
module type

init

public int init()
Initialize.

Specified by:
init in interface ConfigurationInfo
Returns:
result code.

parse

public void parse(org.w3c.dom.Node node)
           throws ConfigurationException
Parse an XML node.

Specified by:
parse in interface ConfigurationInfo
Parameters:
node - XML node starting the configuration node.
Throws:
ConfigurationException - if there is an error in parsing the configuration XML file.


Sun Microsystems, Inc.