|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.configurator.impl.master.MasterControllerConfiguration
Master Controller configuration
Field Summary | |
static java.lang.String |
MASTER_CONTROLLER
Module type name |
Constructor Summary | |
MasterControllerConfiguration()
Creates new MasterControllerConfiguration instance |
Method Summary | |
int |
finish()
Finish. |
java.lang.String |
getModuleType()
Get module type. |
EOSearchOptions |
getSearchOptions()
Get search options. |
java.lang.String |
getUserLogicClass()
Get logic class. |
java.lang.String |
getUserLogicClassGui()
Get logic class GUI. |
int |
init()
Initialize. |
boolean |
isMergedRecordUpdateEnabled()
Get allowed merged record update flag. |
boolean |
isPessimisticEnabled()
Returns true if pessimistic parameter set to true in configuration. |
void |
parse(org.w3c.dom.Node node)
Parse an XML node. |
java.lang.String |
toString()
Returns a string representation of the MasterControllerConfiguration instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String MASTER_CONTROLLER
Constructor Detail |
public MasterControllerConfiguration()
Method Detail |
public int finish()
finish
in interface ConfigurationInfo
public java.lang.String getModuleType()
getModuleType
in interface ConfigurationInfo
public EOSearchOptions getSearchOptions()
public java.lang.String getUserLogicClass()
public java.lang.String getUserLogicClassGui()
public int init()
init
in interface ConfigurationInfo
public boolean isMergedRecordUpdateEnabled()
public boolean isPessimisticEnabled()
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.public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.