AR System Java API

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

Uses of COMMethodInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type COMMethodInfo
 List<COMMethodInfo> OleAutomationAction.getMethodList()
          Returns list of methods called by this active link action.
 

Methods in com.bmc.arsys.api with parameters of type COMMethodInfo
 void ObjectPrinter.printCOMMethodInfo(String indent, String header, COMMethodInfo value)
           
 void ObjectPrinter.printCOMMethodInfoList(String indent, String header, COMMethodInfo[] value)
           
 void ParameterValidator.validateARCOMMethodInfo(COMMethodInfo cmi, boolean nullOk)
          Validate that an object of type COMMethodInfo contains a value and that the value is legal.
 

Method parameters in com.bmc.arsys.api with type arguments of type COMMethodInfo
 void OleAutomationAction.setMethodList(List<COMMethodInfo> methodList)
          Sets list of methods called by this active link action, specified by using the COMMethodInfo object.
 void ParameterValidator.validateARCOMMethodList(List<COMMethodInfo> methodList, boolean nullOk)
          Validate that the List of objects of type COMMethodInfo each contains a value and that the value is legal.
 

Constructor parameters in com.bmc.arsys.api with type arguments of type COMMethodInfo
OleAutomationAction(String autoServerName, String clsId, String action, boolean isVisible, List<COMMethodInfo> methodList)
           
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.