Making the Custom Action Available to the Product

Procedure

  1. Create a JAR file containing the classes related to the custom action and the action catalog.
  2. The metric function can be made available in one of the following two ways.
    • Update the classpath of the associated server TRA file, which is tibspm.tra by default.
    • Copy the JAR files into a location such as SPM_HOME/lib/ext.
  3. When the Service Performance Manager server starts, it loads all the actions from the actions catalogs and makes their descriptors available for use in the client API using the session.getAllActionFunctionDescriptors() method.