Class PxpWrapper
java.lang.Object
de.fraunhofer.iese.mydata.internal.PxpWrapper
- All Implemented Interfaces:
IMyDataComponent
,IPolicyExecutionPoint
- See Also:
-
MyDataComponentWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
callServiceMethod
(String methodName, ParameterList parameters) boolean
execute
(ExecuteAction action) getId()
Retrieve the automatically discovered MethodInterfaceDescriptionsboolean
reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
getHealth, getId, reset
-
Field Details
-
alreadyRightTypedReference
-
-
Constructor Details
-
PxpWrapper
- Throws:
InvalidEntityException
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceIPolicyExecutionPoint
- Throws:
IOException
-
getMethodInterfaceDescriptions
Retrieve the automatically discovered MethodInterfaceDescriptions- Returns:
- The automatically discovered MethodInterfaceDescriptions
-
callServiceMethod
protected Object callServiceMethod(String methodName, ParameterList parameters) throws InformationUndeterminableException -
getHealth
- Specified by:
getHealth
in interfaceIMyDataComponent
- Throws:
IOException
-
getId
- Specified by:
getId
in interfaceIMyDataComponent
- Throws:
IOException
-
reset
- Specified by:
reset
in interfaceIMyDataComponent
- Throws:
IOException
NoSuchEntityException
-