Interface IPolicyExecutionPoint

All Superinterfaces:
IMyDataComponent

public interface IPolicyExecutionPoint extends IMyDataComponent
Policy Execution Points are used by the PDP to execute additional actions like sending an email.
Author:
Fraunhofer IESE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Execute an Action.

    Methods inherited from interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent

    getHealth, getId, reset
  • Method Details

    • execute

      boolean execute(ExecuteAction action) throws IOException
      Execute an Action.
      Parameters:
      action - the action to be executed
      Returns:
      true if the action was executed, false otherwise
      Throws:
      IOException - Signals that an I/O exception has occurred.