Class ConnectorExtensionDescriptorTest.MyConnector

java.lang.Object
de.iip_ecosphere.platform.connectors.AbstractConnector<Object,Object,Object,Object>
test.de.iip_ecosphere.platform.connectors.ConnectorExtensionDescriptorTest.MyConnector
All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.Connector<Object,Object,Object,Object>, de.iip_ecosphere.platform.connectors.events.EventHandlingConnector, de.iip_ecosphere.platform.connectors.model.AbstractModelAccess.NotificationChangedListener
Enclosing class:
ConnectorExtensionDescriptorTest

private static class ConnectorExtensionDescriptorTest.MyConnector extends de.iip_ecosphere.platform.connectors.AbstractConnector<Object,Object,Object,Object>
A "connector" reacting on the extension.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.iip_ecosphere.platform.connectors.AbstractConnector

    de.iip_ecosphere.platform.connectors.AbstractConnector.BasicAdapterProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
     

    Fields inherited from class de.iip_ecosphere.platform.connectors.AbstractConnector

    DEFAULT_CHANNEL
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Creates an instance, applies a protocol adapter for convenience.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    connectImpl(de.iip_ecosphere.platform.connectors.ConnectorParameter params)
     
    protected void
     
     
    protected void
    error(String message, Throwable th)
     
     
    protected Object
     
     
    protected void
     

    Methods inherited from class de.iip_ecosphere.platform.connectors.AbstractConnector

    checkCache, configureAdapter, configureModelAccess, connect, createTlsContext, disconnect, dispose, doPolling, enableNotifications, enablePolling, getCachingStrategy, getCachingStrategyCls, getConnectorInputType, getConnectorOutputType, getConnectorParameter, getInitCachingStrategyCls, getInstanceIdentification, getProtocolInputType, getProtocolOutputType, getSelector, getStorageValue, initializeModelAccess, initSelector, installPollTask, isPolling, notificationsChanged, notifyDataTimeDifference, notifyReconfigured, received, received, request, request, setDataTimeDifference, setDataTimeDifferenceProvider, setInstanceIdentification, setReceptionCallback, setStorageValue, trigger, trigger, uninstallPollTask, useTls, write

    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.connectors.Connector

    createSharedSpace, disconnectSafe, enableSharedSpace, setReceptionCallbackSafe
  • Field Details

    • extensionValue

      private String extensionValue
  • Constructor Details

    • MyConnector

      private MyConnector()
      Creates an instance, applies a protocol adapter for convenience.
  • Method Details