|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.apitransport.ApiConfig com.bmc.arsys.api.Config
public class Config
This is Singleton class, which is used to capture configuration details for the Java API.
Field Summary |
---|
Fields inherited from class com.bmc.arsys.apitransport.ApiConfig |
---|
MAINCONFIG_NAME, PROPERTY_NAME |
Method Summary | |
---|---|
static Config |
getInstance()
|
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()
|
void |
refresh()
|
Methods inherited from class com.bmc.arsys.apitransport.ApiConfig |
---|
getApiRecording, getClientRpcVersion, getConfigName, getConnectionLifespan, getConnectionMaxRetries, getConnectionTimeout, getIdleConnectionsPerServer, getJniLoadMode, getJrpcMode, getMaxProxiesPerServer, getMinimumSupportedServerRpcVersion, getRpcClientStubType, getTimeLagBetweenRetriesMillSec, getTimeUnit, getTimeUnitStr, isProxyPoolingOn, register, setApiRecordingMode, setClientRpcVersion, setConnectionMaxRetries, setJniLoadMode, setJrpcMode, setJrpcMode, setMinimumSupportedServerRpcVersion, setRpcClientStubType, setTimeLagBetweenRetriesMillSec |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Config getInstance()
public void refresh()
public boolean isStringizeFieldAssignments()
public boolean isStringizeSetIfQualification()
public boolean getUseLegacyQualParser()
public boolean getUseLegacyAssignParser()
public boolean getUseLegacyQualFormatter()
Boolean
public boolean getUseLegacyAssignFormatter()
public org.apache.commons.lang.builder.ToStringStyle getToStringStyle()
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |