AR System Java API

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

Uses of StatusInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type StatusInfo
 List<StatusInfo> ARException.getLastStatus()
          Returns last status of operation.
 List<StatusInfo> ARServerUser.getLastStatus()
          Returns the last operation status list.
 List<StatusInfo> BulkEntryReturn.getStatusList()
          Returns the status list.
 

Methods in com.bmc.arsys.api with parameters of type StatusInfo
 void ObjectPrinter.printStatusInfo(String indent, String header, StatusInfo value)
           
 void ObjectPrinter.printStatusInfoList(String indent, String header, StatusInfo[] value)
           
 

Method parameters in com.bmc.arsys.api with type arguments of type StatusInfo
 void ObjectPrinter.printStatusInfoList(String indent, String header, List<StatusInfo> value)
           
 void ARException.setLastStatus(List<StatusInfo> lastStatus)
          Set the last status
 

Constructor parameters in com.bmc.arsys.api with type arguments of type StatusInfo
ARBulkException(List<StatusInfo> lastStatus, List<BulkEntryReturn> bulkRet)
           
ARException(List<StatusInfo> lastStatus)
          constructor
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.