Class PipJavaConnector
java.lang.Object
de.fraunhofer.iese.mydata.connector.java.PipJavaConnector
- All Implemented Interfaces:
IMyDataComponent
,IPolicyInformationPoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDataObject<?>
evaluate
(PipRequest request) getId()
boolean
reset()
-
Constructor Details
-
PipJavaConnector
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIMyDataComponent
- Throws:
IOException
-
reset
- Specified by:
reset
in interfaceIMyDataComponent
- Throws:
IOException
NoSuchEntityException
-
getHealth
- Specified by:
getHealth
in interfaceIMyDataComponent
- Throws:
IOException
-
evaluate
public DataObject<?> evaluate(PipRequest request) throws IOException, InformationUndeterminableException - Specified by:
evaluate
in interfaceIPolicyInformationPoint
- Throws:
IOException
InformationUndeterminableException
-