Class ConnectorImpl.ConnModelAccess

java.lang.Object
de.iip_ecosphere.platform.connectors.model.AbstractModelAccess
test.de.iip_ecosphere.platform.services.environment.ConnectorImpl.ConnModelAccess
All Implemented Interfaces:
de.iip_ecosphere.platform.connectors.model.ModelAccess
Enclosing class:
ConnectorImpl<CO,CI>

private class ConnectorImpl.ConnModelAccess extends de.iip_ecosphere.platform.connectors.model.AbstractModelAccess
Implements the model access.
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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates the instance and binds the listener to the creating connector instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    call(String qName, Object... args)
     
    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

    dispose, get, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getByteArray, getByteArray, getDate, getDate, getDouble, getDouble, getDoubleArray, getDoubleArray, getElementList, getElementList, getEnum, getEnum, getFloat, getFloat, getFloatIndex, getFloatIndex, getInputConverter, getInt, getInt, getInteger, getInteger, getIntegerArray, getIntegerArray, getList, getList, getLocalDateTime, getLocalDateTime, getLong, getLong, getLongIndex, getLongIndex, getMultiValue, getObject, getObject, getOutputConverter, getShort, getShort, getString, getString, getStringArray, getStringArray, setBigDecimal, setBigInteger, setBoolean, setByte, setByteArray, setDate, setDouble, setDoubleArray, setElementList, setEnum, setEnumAsName, setFloat, setFloatIndex, setInt, setInteger, setIntegerArray, setList, setLocalDateTime, setLong, setLongIndex, setMultiValue, setMultiValue, setObject, setShort, setString, setStringArray
  • Field Details

    • intField

      private int intField
    • serNr

      private int serNr
  • Constructor Details

    • ConnModelAccess

      protected ConnModelAccess()
      Creates the instance and binds the listener to the creating connector instance.
  • Method Details