AR System Java API

com.bmc.arsys.api
Enum ConfigKey

java.lang.Object
  extended by java.lang.Enum<ConfigKey>
      extended by com.bmc.arsys.api.ConfigKey
All Implemented Interfaces:
Serializable, Comparable<ConfigKey>

public enum ConfigKey
extends Enum<ConfigKey>

For Remedy internal use only.


Enum Constant Summary
ApiRecordingMode
           
AssignmentFormatterMode
           
AssignmentParserMode
           
ClientRpcVersion
           
ConnectionLifespan
           
ConnectionMaxRetries
           
ConnectionTimeout
           
idleConnectionsPerServer
           
JniLoadMode
           
JrpcMode
           
MaxProxiesPerServer
           
MinimumSupportedServerRpcVersion
           
QualificationFormatterMode
           
QualificationParserMode
           
RpcClientStubType
           
StringizeFieldAssignments
           
StringizeSetIfQualification
           
TimeLagBetweenRetriesMillSec
           
TimeUnit
           
ToStringStyle
           
UseConnectionPooling
           
 
Method Summary
 String getDefaultValue()
          Returns default value for this config element
 String getKey()
          Returns key for this config element
static ConfigKey valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConfigKey[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

JrpcMode

public static final ConfigKey JrpcMode

JniLoadMode

public static final ConfigKey JniLoadMode

ClientRpcVersion

public static final ConfigKey ClientRpcVersion

RpcClientStubType

public static final ConfigKey RpcClientStubType

MinimumSupportedServerRpcVersion

public static final ConfigKey MinimumSupportedServerRpcVersion

UseConnectionPooling

public static final ConfigKey UseConnectionPooling

MaxProxiesPerServer

public static final ConfigKey MaxProxiesPerServer

idleConnectionsPerServer

public static final ConfigKey idleConnectionsPerServer

ConnectionTimeout

public static final ConfigKey ConnectionTimeout

ConnectionLifespan

public static final ConfigKey ConnectionLifespan

TimeUnit

public static final ConfigKey TimeUnit

ConnectionMaxRetries

public static final ConfigKey ConnectionMaxRetries

TimeLagBetweenRetriesMillSec

public static final ConfigKey TimeLagBetweenRetriesMillSec

ApiRecordingMode

public static final ConfigKey ApiRecordingMode

ToStringStyle

public static final ConfigKey ToStringStyle

StringizeFieldAssignments

public static final ConfigKey StringizeFieldAssignments

StringizeSetIfQualification

public static final ConfigKey StringizeSetIfQualification

QualificationParserMode

public static final ConfigKey QualificationParserMode

AssignmentParserMode

public static final ConfigKey AssignmentParserMode

QualificationFormatterMode

public static final ConfigKey QualificationFormatterMode

AssignmentFormatterMode

public static final ConfigKey AssignmentFormatterMode
Method Detail

values

public static ConfigKey[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ConfigKey c : ConfigKey.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConfigKey valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getKey

public String getKey()
Returns key for this config element


getDefaultValue

public String getDefaultValue()
Returns default value for this config element


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.