|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ARTimeUnit in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return ARTimeUnit | |
---|---|
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. |
Methods in com.bmc.arsys.api with parameters of type ARTimeUnit | |
---|---|
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 |
Constructors in com.bmc.arsys.api with parameters of type ARTimeUnit | |
---|---|
ProxyManager.PoolInfo(int maxProxyPerServer,
int idleConnectionsPerServer,
long connectionTimeout,
ARTimeUnit unit)
public construction to be used as parameter in adjustConnectionPoolVariables . |
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |