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)
           
 

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.
 

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.