AR System Java Plug-in API

com.bmc.arsys.pluginsvr.plugins
Interface ARFilterAPIPluggable

All Superinterfaces:
ARPluggable
All Known Implementing Classes:
ARFilterAPIPlugin

public interface ARFilterAPIPluggable
extends ARPluggable

Extended ARPluggable interface that defines methods specific to FilterAPI plugins.


Method Summary
 List<com.bmc.arsys.api.Value> filterAPICall(ARPluginContext context, List<com.bmc.arsys.api.Value> pInValues)
          Given a set of input values, process it and return a list of output values.
 
Methods inherited from interface com.bmc.arsys.pluginsvr.plugins.ARPluggable
initialize, onEvent, terminate
 

Method Detail

filterAPICall

List<com.bmc.arsys.api.Value> filterAPICall(ARPluginContext context,
                                            List<com.bmc.arsys.api.Value> pInValues)
                                            throws com.bmc.arsys.api.ARException
Given a set of input values, process it and return a list of output values. The plugin context and instance data are also provided.

Parameters:
context - Current context for this plugin call, like username etc.
pInValues - input values
Returns:
output values
Throws:
com.bmc.arsys.api.ARException

AR System Java Plug-in API

? Copyright 2006, 2007 BMC Software, Inc.