public static final class Solclient.GLOBAL_PROPERTIES
extends java.lang.Object
Solclient.init()
. Global properties may not be changed after this, they exist for
the duration of the API instance.
Note that the data buffer sizes for quantas 0 through 4 must be in increasing order of size.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CRYPTO_LIB
The Cryptography library name, this library contains ciphers and algorithms used by
Solclient.GLOBAL_PROPERTIES.SSL_LIB .Default: Operating System dependent: Linux - "libcrypto.so" Windows - "libeay32.dll" MacOSX - "libcrypto.dylib" |
static java.lang.String |
DBQUANTASIZE_0
The size (in bytes) of data buffers in the pool of smallest buffers.
|
static java.lang.String |
DBQUANTASIZE_1
The size (in bytes) of data buffers in the second pool of buffers.
|
static java.lang.String |
DBQUANTASIZE_2
The size (in bytes) of data buffers in the third pool of buffers.
|
static java.lang.String |
DBQUANTASIZE_3
The size (in bytes) of data buffers in the fourth pool of buffers.
|
static java.lang.String |
DBQUANTASIZE_4
The size (in bytes) of data buffers in the fifth (last) pool of buffers.
|
static java.lang.String |
GSS_KRB_LIB
The GSS Kerberos library name.
Default: Operating System dependent: Linux - "libgssapi_krb5.so.2" Windows - "secur32.dll" |
static java.lang.String |
MAXPOOLMEM
The maximum amount of memory (in bytes) the API can save in its data and message pools.
Once it reaches this size, data blocks are released back to the heap and are not kept in a API pool. The valid range is > 0. Default: 1073741824 (1 GB) |
static java.lang.String |
SSL_LIB
The TLS (Transport Layer Security) and SSL (Secure Sockets Layer) library name.
Default: Operating System dependent: Linux - "libssl.so" Windows - "ssleay32.dll" MacOSX - "libssl.dylib" |
Constructor and Description |
---|
GLOBAL_PROPERTIES() |
public static final java.lang.String DBQUANTASIZE_0
public static final java.lang.String DBQUANTASIZE_1
public static final java.lang.String DBQUANTASIZE_2
public static final java.lang.String DBQUANTASIZE_3
public static final java.lang.String DBQUANTASIZE_4
public static final java.lang.String MAXPOOLMEM
public static final java.lang.String GSS_KRB_LIB
public static final java.lang.String SSL_LIB
public static final java.lang.String CRYPTO_LIB
Solclient.GLOBAL_PROPERTIES.SSL_LIB
.Copyright 2004-2024 Solace Corporation. All rights reserved.