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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
execute(ExecuteAction action)
Execute an Action.-
Methods inherited from interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
getHealth, getId, reset
-
-
-
-
Method Detail
-
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.
-
-