AR System Java Plug-in API

Uses of Class
com.bmc.arsys.pluginsvr.plugins.ARPluginInfo

Uses of ARPluginInfo in com.bmc.arsys.pluginsvr.plugins
 

Methods in com.bmc.arsys.pluginsvr.plugins that return ARPluginInfo
 ARPluginInfo ARPluginContext.getPluginInfo()
          Return the identification information about the plugin in the current context
 

Methods in com.bmc.arsys.pluginsvr.plugins with parameters of type ARPluginInfo
 String ARPluginContext.getConfigItem(ARPluginInfo id, String key)
          Get the value of a configuration item for the identified plug-in from the <userDefined> element in the pluginsvr_config.xml file.
 void ARPluginContext.logMessage(ARPluginInfo info, int level, String message)
          Given the identification of the plugin, the level and message to log, log all relevant info into the plugin log file, depending on the log level configuration of the plugin server.
 void ARPluginContext.setConfigItem(ARPluginInfo id, String key, String value)
          Set the value of a configuration item for the identified plug-in from the <userDefined> element in the pluginsvr_config.xml file.
 

Constructors in com.bmc.arsys.pluginsvr.plugins with parameters of type ARPluginInfo
ARPluginContext(String user, String guid, String authString, String[] args, ARPluginInfo info)
          Constructor
 


AR System Java Plug-in API

? Copyright 2006, 2007 BMC Software, Inc.