|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.Config
public class Config
| Method Summary | |
|---|---|
int |
getApiRecording()
|
String |
getCatalogFileName()
|
int |
getConnectionMaxRetries()
|
static Config |
getInstance()
Return the config singleton |
int |
getJniLoadMode()
|
boolean |
getJrpcMode()
|
int |
getMinimumSupportedServerRpcVersion()
|
int |
getTimeLagBetweenRetriesMillSecc()
|
org.apache.commons.lang.builder.ToStringStyle |
getToStringStyle()
|
boolean |
getUseLegacyAssignFormatter()
Get Assignment Formatter mode. |
boolean |
getUseLegacyAssignParser()
Get Assignment Parser mode. |
boolean |
getUseLegacyQualFormatter()
Get Qualification Formatter mode. |
boolean |
getUseLegacyQualParser()
Get Qualification Parser mode. |
boolean |
isStringizeFieldAssignments()
|
boolean |
isStringizeSetIfQualification()
|
static void |
refresh()
Refresh the config singleton with the latest config file |
void |
resetJrpcMode()
Reset the JRpc mode from the configuration |
void |
setJrpcMode(boolean newMode)
|
void |
setParserMode()
Set Parser mode from the configuration file. |
void |
setQualAssignFormatterMode()
Set mode for Qualfication and Assignment from the configuration file. |
void |
setStringizeFieldAssignments(boolean stringizeFieldAssignments)
|
void |
setStringizeSetIfQualification(boolean stringizeSetIfQualification)
|
void |
setToStringStyle(String toStringStyleName)
|
void |
setToStringStyle(org.apache.commons.lang.builder.ToStringStyle toStringStyle)
|
void |
setUseLegacyAssignFormatter(boolean formatterMode)
Set Assignment Formatter mode. |
void |
setUseLegacyAssignParser(boolean parserMode)
Set Assignment Parser mode. |
void |
setUseLegacyQualFormatter(boolean formatterMode)
Set Qualification Formatter mode. |
void |
setUseLegacyQualParser(boolean parserMode)
Set Qualification Parser mode. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Config getInstance()
public String getCatalogFileName()
public boolean getJrpcMode()
public int getJniLoadMode()
public int getApiRecording()
public int getMinimumSupportedServerRpcVersion()
public int getConnectionMaxRetries()
public int getTimeLagBetweenRetriesMillSecc()
public org.apache.commons.lang.builder.ToStringStyle getToStringStyle()
public void setToStringStyle(org.apache.commons.lang.builder.ToStringStyle toStringStyle)
toStringStyle - the toStringStyle to set
public void setToStringStyle(String toStringStyleName)
throws ClassNotFoundException,
SecurityException,
NoSuchFieldException,
IllegalArgumentException,
IllegalAccessException
ClassNotFoundException
SecurityException
NoSuchFieldException
IllegalArgumentException
IllegalAccessExceptionpublic boolean isStringizeFieldAssignments()
public void setStringizeFieldAssignments(boolean stringizeFieldAssignments)
stringizeFieldAssignments - the stringizeFieldAssignments to setpublic boolean isStringizeSetIfQualification()
public void setStringizeSetIfQualification(boolean stringizeSetIfQualification)
stringizeSetIfQualification - the stringizeSetIfQualification to setpublic static void refresh()
public void setJrpcMode(boolean newMode)
newMode - JRpc mode to set: true or falsepublic void resetJrpcMode()
public void setParserMode()
public void setQualAssignFormatterMode()
public void setUseLegacyQualParser(boolean parserMode)
parserMode - Set the parser mode.public boolean getUseLegacyQualParser()
public void setUseLegacyAssignParser(boolean parserMode)
parserMode - Set the parser mode.public boolean getUseLegacyAssignParser()
public void setUseLegacyQualFormatter(boolean formatterMode)
formatterMode - Boolean value to set the qualification formatter modepublic boolean getUseLegacyQualFormatter()
Booleanpublic void setUseLegacyAssignFormatter(boolean formatterMode)
formatterMode - Boolean value to set the Assignment Formatter modepublic boolean getUseLegacyAssignFormatter()
|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||