AR System Java API

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

Uses of ProcessResult in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return ProcessResult
 ProcessResult ARServerUser.executeProcess(String command)
          Execute the indicated command on the server, wait it to finish, and bring back the result
 ProcessResult ARServerUser.executeProcess(String command, boolean waitFlag)
          Execute the indicated command on the server, and bring back the result if the waitFlgs instructs the method to wait for the process to finish.
 ProcessResult ARServerUser.executeProcessForActiveLink(String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList)
          Reserved for AR System internal only.
 ProcessResult ARServerUser.executeProcessForActiveLink(String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, boolean waitFlag)
          Reserved for AR System internal only.
 ProcessResult ARServerUser.executeSpecialCommand(String cmd, Object... parameters)
          Executes one of the special AR System run process commands
 

Methods in com.bmc.arsys.api with parameters of type ProcessResult
 void ObjectPrinter.printProcessResult(String indent, String header, ProcessResult result)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.