Class SpringCloudServiceTypedConnectorData

  • All Implemented Interfaces:
    de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor, de.iip_ecosphere.platform.services.TypedDataDescriptor

    public class SpringCloudServiceTypedConnectorData
    extends SpringCloudServiceTypedData
    implements de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
    Implements TypedDataConnectorDescriptor for Spring Cloud.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String function  
      private java.lang.String id  
      private java.lang.String service  
    • Constructor Summary

      Constructors 
      Constructor Description
      SpringCloudServiceTypedConnectorData​(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.Class<?> type, java.lang.String service, java.lang.String function)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFunction()  
      java.lang.String getId()  
      java.lang.String getService()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.iip_ecosphere.platform.services.TypedDataDescriptor

        getDescription, getName, getType
    • Field Detail

      • id

        private java.lang.String id
      • service

        private java.lang.String service
      • function

        private java.lang.String function
    • Constructor Detail

      • SpringCloudServiceTypedConnectorData

        SpringCloudServiceTypedConnectorData​(java.lang.String id,
                                             java.lang.String name,
                                             java.lang.String description,
                                             java.lang.Class<?> type,
                                             java.lang.String service,
                                             java.lang.String function)
        Creates an instance.
        Parameters:
        id - the id of the connection.
        name - the name of the data, e.g., the channel
        description - an optional description of the data (may be empty)
        type - the type, either a standard java class or a dynamic proxy for types declared by the services that are not available in this (execution/platform) environment
        service - the id of the service this connector is pointing to
        function - the function associated to this connector
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
      • getService

        public java.lang.String getService()
        Specified by:
        getService in interface de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
      • getFunction

        public java.lang.String getFunction()
        Specified by:
        getFunction in interface de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor