AR System Java API

Uses of Class
com.bmc.arsys.api.ARTimeUnit

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

© Copyright 2006, 2007 BMC Software, Inc.