AR System Java API

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

Uses of ServerInfoMap in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return ServerInfoMap
 ServerInfoMap ARServerUser.getServerInfo(int[] requestList)
          Returns the requested configuration information for the specified server.
 ServerInfoMap ARServerUser.getServerStatistics(int[] requestList)
          Returns the requested statistics for the specified server.
 

Methods in com.bmc.arsys.api with parameters of type ServerInfoMap
 void ARServerUser.setServerInfo(ServerInfoMap serverInfoMap)
          Updates the indicated configuration information for the specified server.
 void ParameterValidator.validateARServerInfoList(ServerInfoMap serverInfoMap)
          Validate that a Map of ServerInfo objects each contains a value and that the value is legal.
 void MethodValidator.verifyARSetServerInfo(ARServerUser context, ServerInfoMap serverInfoMap)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.