public class ARAlertPlugin
extends com.bmc.arsys.pluginsvr.plugins.ARFilterAPIPlugin
| Constructor and Description |
|---|
ARAlertPlugin() |
| Modifier and Type | Method and Description |
|---|---|
List<com.bmc.arsys.api.Value> |
filterAPICall(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
List<com.bmc.arsys.api.Value> pInValues) |
static void |
init(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context) |
void |
initialize(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context) |
static void |
main(String[] argv)
Unit test for the DecryptStringForImport method.
|
void |
onEvent(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
int pEventID) |
void |
terminate(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context) |
static String |
testAlert(String isbn) |
public static void init(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context)
public List<com.bmc.arsys.api.Value> filterAPICall(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context, List<com.bmc.arsys.api.Value> pInValues) throws com.bmc.arsys.api.ARException
filterAPICall in interface com.bmc.arsys.pluginsvr.plugins.ARFilterAPIPluggablefilterAPICall in class com.bmc.arsys.pluginsvr.plugins.ARFilterAPIPlugincom.bmc.arsys.api.ARExceptionpublic void initialize(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context)
throws com.bmc.arsys.api.ARException
initialize in interface com.bmc.arsys.pluginsvr.plugins.ARPluggableinitialize in class com.bmc.arsys.pluginsvr.plugins.ARPlugincom.bmc.arsys.api.ARExceptionpublic void onEvent(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
int pEventID)
throws com.bmc.arsys.api.ARException
onEvent in interface com.bmc.arsys.pluginsvr.plugins.ARPluggableonEvent in class com.bmc.arsys.pluginsvr.plugins.ARPlugincom.bmc.arsys.api.ARExceptionpublic void terminate(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context)
throws com.bmc.arsys.api.ARException
terminate in interface com.bmc.arsys.pluginsvr.plugins.ARPluggableterminate in class com.bmc.arsys.pluginsvr.plugins.ARPlugincom.bmc.arsys.api.ARExceptionpublic static void main(String[] argv) throws Exception
args - not usedException - if DecryptStringForImport method throws an exception? Copyright 2013 BMC Software, Inc.