Class PipWrapper
java.lang.Object
de.fraunhofer.iese.mydata.internal.PipWrapper
- All Implemented Interfaces:
IMyDataComponent,IPolicyInformationPoint
- See Also:
-
MyDataComponentWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectcallServiceMethod(String methodName, ParameterList parameters) DataObject<?>evaluate(PipRequest request) getId()Retrieve the automatically discovered MethodInterfaceDescriptionsbooleanreset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
getHealth, getId, reset
-
Field Details
-
alreadyRightTypedReference
-
-
Constructor Details
-
PipWrapper
- Throws:
InvalidEntityException
-
-
Method Details
-
evaluate
public DataObject<?> evaluate(PipRequest request) throws IOException, InformationUndeterminableException - Specified by:
evaluatein interfaceIPolicyInformationPoint- Throws:
IOExceptionInformationUndeterminableException
-
getMethodInterfaceDescriptions
Retrieve the automatically discovered MethodInterfaceDescriptions- Returns:
- The automatically discovered MethodInterfaceDescriptions
-
callServiceMethod
protected Object callServiceMethod(String methodName, ParameterList parameters) throws InformationUndeterminableException -
getHealth
- Specified by:
getHealthin interfaceIMyDataComponent- Throws:
IOException
-
getId
- Specified by:
getIdin interfaceIMyDataComponent- Throws:
IOException
-
reset
- Specified by:
resetin interfaceIMyDataComponent- Throws:
IOExceptionNoSuchEntityException
-