Class AbstractThreadedConnectorTest.MyModelAccess

java.lang.Object
de.iip_ecosphere.platform.connectors.model.AbstractModelAccess
test.de.iip_ecosphere.platform.connectors.AbstractThreadedConnectorTest.MyModelAccess
All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.model.ModelAccess
Enclosing class:
AbstractThreadedConnectorTest

private class AbstractThreadedConnectorTest.MyModelAccess extends de.iip_ecosphere.platform.connectors.model.AbstractModelAccess
A simple model access class for disposed thread testing.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

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

    de.iip_ecosphere.platform.connectors.model.AbstractModelAccess.NotificationChangedListener
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates an instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    call(String qName, Object... args)
     
    void
     
    get(String qName)
     
    de.iip_ecosphere.platform.connectors.ConnectorParameter
     
     
    <T> T
    getStruct(String qName, Class<T> type)
     
    void
    monitor(int notificationInterval, String... qNames)
     
    void
    monitorModelChanges(int notificationInterval)
     
    void
     
    void
    set(String qName, Object value)
     
    void
    setStruct(String qName, Object value)
     
    de.iip_ecosphere.platform.connectors.model.ModelAccess
     
    de.iip_ecosphere.platform.connectors.model.ModelAccess
     
     

    Methods inherited from class de.iip_ecosphere.platform.connectors.model.AbstractModelAccess

    iqName, isDetailNotifiedItemEnabled, monitor, monitorModelChanges, qName, setDetailNotifiedItem, useNotifications, useNotifications

    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.model.ModelAccess

    get, getBoolean, getByte, getDouble, getFloat, getInputConverter, getInt, getLong, getMultiValue, getOutputConverter, getShort, getString, setBoolean, setByte, setDouble, setFloat, setInt, setLong, setMultiValue, setMultiValue, setShort, setString
  • Constructor Details

    • MyModelAccess

      protected MyModelAccess()
      Creates an instance.
  • Method Details