AR System Java API

com.bmc.arsys.api
Class Config

java.lang.Object
  extended by com.bmc.arsys.api.Config

public class Config
extends Object


Method Summary
 int getApiRecording()
           
 int getConnectionMaxRetries()
           
static Config getInstance()
           
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Config getInstance()

refresh

public static void refresh()

getJrpcMode

public boolean getJrpcMode()
Returns:
the jrpcMode

getJniLoadMode

public int getJniLoadMode()
Returns:
the jniLoadMode

getApiRecording

public int getApiRecording()
Returns:
the apiRecordingMode

getMinimumSupportedServerRpcVersion

public int getMinimumSupportedServerRpcVersion()
Returns:
the MinimumSupportedServerRpcVersion

getConnectionMaxRetries

public int getConnectionMaxRetries()
Returns:
the connectionMaxRetries

getTimeLagBetweenRetriesMillSecc

public int getTimeLagBetweenRetriesMillSecc()
Returns:
the timeLagBetweenRetriesMillSec

getToStringStyle

public org.apache.commons.lang.builder.ToStringStyle getToStringStyle()
Returns:
the toStringStyle

isStringizeFieldAssignments

public boolean isStringizeFieldAssignments()
Returns:
the stringizeFieldAssignments

isStringizeSetIfQualification

public boolean isStringizeSetIfQualification()
Returns:
the stringizeSetIfQualification

getUseLegacyQualParser

public boolean getUseLegacyQualParser()
Get Qualification Parser mode. If true legacy parser(JNI) will be used else brand new Java parser.


getUseLegacyAssignParser

public boolean getUseLegacyAssignParser()
Get Assignment Parser mode. If true legacy parser(JNI) will be used else brand new Java parser.


getUseLegacyQualFormatter

public boolean getUseLegacyQualFormatter()
Get Qualification Formatter mode. If true legacy Formater(JNI) will be used else brand new Java Qualification Formatter

Returns:
Boolean

getUseLegacyAssignFormatter

public boolean getUseLegacyAssignFormatter()
Get Assignment Formatter mode. If true legacy Assign Formater(JNI) will be used else brand new Java Assignment Formatter


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.