|
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 |
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 |
setStringizeFieldAssignments(boolean stringizeFieldAssignments)
|
void |
setStringizeSetIfQualification(boolean stringizeSetIfQualification)
|
void |
setToStringStyle(String toStringStyleName)
|
void |
setToStringStyle(org.apache.commons.lang.builder.ToStringStyle toStringStyle)
|
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 setpublic void setToStringStyle(String toStringStyleName) throws ClassNotFoundException, SecurityException, NoSuchFieldException, IllegalArgumentException, IllegalAccessException
ClassNotFoundException
SecurityException
NoSuchFieldException
IllegalArgumentException
IllegalAccessException
public 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()
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |