AR System Java API

com.bmc.arsys.api
Class Config

java.lang.Object
  extended by com.bmc.arsys.apitransport.ApiConfig
      extended by com.bmc.arsys.api.Config
All Implemented Interfaces:
com.bmc.arsys.apitransport.ApiConfigI, com.bmc.arsys.apitransport.ApiPropertyI

public class Config
extends com.bmc.arsys.apitransport.ApiConfig

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

getInstance

public static Config getInstance()

refresh

public void refresh()

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


getToStringStyle

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

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.