Class PxpJavaConnector

  • All Implemented Interfaces:
    de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent, de.fraunhofer.iese.mydata.component.interfaces.IPolicyExecutionPoint

    public class PxpJavaConnector
    extends Object
    implements de.fraunhofer.iese.mydata.component.interfaces.IPolicyExecutionPoint
    • Constructor Detail

      • PxpJavaConnector

        public PxpJavaConnector​(URI uri)
    • Method Detail

      • getId

        public de.fraunhofer.iese.mydata.component.ComponentId getId()
                                                              throws IOException
        Specified by:
        getId in interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
        Throws:
        IOException
      • reset

        public boolean reset()
                      throws IOException,
                             de.fraunhofer.iese.mydata.exception.NoSuchEntityException
        Specified by:
        reset in interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
        Throws:
        IOException
        de.fraunhofer.iese.mydata.exception.NoSuchEntityException
      • getHealth

        public de.fraunhofer.iese.mydata.component.health.HealthStatus getHealth()
                                                                          throws IOException
        Specified by:
        getHealth in interface de.fraunhofer.iese.mydata.component.interfaces.IMyDataComponent
        Throws:
        IOException
      • execute

        public boolean execute​(de.fraunhofer.iese.mydata.policy.decision.ExecuteAction action)
                        throws IOException
        Specified by:
        execute in interface de.fraunhofer.iese.mydata.component.interfaces.IPolicyExecutionPoint
        Throws:
        IOException