Package | Description |
---|---|
com.bmc.arsys.api | |
com.bmc.arsys.apitransport | |
com.bmc.arsys.apitransport.connection |
Modifier and Type | Method and Description |
---|---|
static ARTimeUnit |
ARTimeUnit.convert(String arTimeUnitStr)
Convert ARSystem Java API configurable time unit string (DAYS, HOURS, MINUTES, SECONDS) to ARTimeUnit.
|
ARTimeUnit |
ProxyManager.PoolInfo.getPoolUnit() |
static ARTimeUnit |
ARTimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ARTimeUnit[] |
ARTimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
ARTimeUnit.convert(long sourceDuration,
ARTimeUnit sourceUnit)
Convert the given time duration in the given unit to this
unit.
|
static long |
ProxyManager.getConnectionLifespan(ARTimeUnit toUnit)
get current connectionLifespan into given
ARTimeUnit |
static void |
ProxyManager.setConnectionLifespan(long newConnectionLifespan,
ARTimeUnit unit)
Set number of
ARTimeUnit interval that |
Constructor and Description |
---|
PoolInfo(int maxProxyPerServer,
int idleConnectionsPerServer,
long connectionTimeout,
ARTimeUnit unit)
public construction to be used as parameter in
adjustConnectionPoolVariables . |
Modifier and Type | Method and Description |
---|---|
ARTimeUnit |
ApiConfig.getTimeUnit()
ARTimeUnit |
Modifier and Type | Method and Description |
---|---|
void |
ApiProxyManager.adjustProxyPoolVariables(int maxProxyPerServerSize,
int minIdleProxySize,
long connectionTimeout2,
ARTimeUnit unit) |
static long |
ApiProxyManager.getConnectionLifespan(ARTimeUnit unit)
Check if load is set to be balanced.
|
static void |
ApiProxyManager.setConnectionLifespan(long newConnectionLifespan,
ARTimeUnit unit) |
Constructor and Description |
---|
ApiProxyManager(int maxProxiesPerServerSize,
int idleConnectionsPerServerSize,
long connectionTimeoutT,
long connectionLifespanT,
ARTimeUnit unit) |
ApiProxyPool(String name,
int idleConnectionSize,
int maximumPoolSize,
long connectionTimeout,
ARTimeUnit unit) |
? Copyright 2013 BMC Software, Inc.