Interface IPolicyExecutionPoint
- All Superinterfaces:
IMyDataComponent
Policy Execution Points are used by the PDP to execute additional actions
like sending an email.
- Author:
- Fraunhofer IESE
-
Method Summary
Methods inherited from interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
getHealth, getId, reset
-
Method Details
-
execute
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.
-