CO - the connector output typeCI - the connector input type@MachineConnector(hasModel=false,
supportsEvents=false,
supportsHierarchicalQNames=false,
supportsModelCalls=false,
supportsModelProperties=false,
supportsModelStructs=false)
private static class ConnectorsAasTest.Connector1<CO,CI>
extends de.iip_ecosphere.platform.connectors.AbstractConnector<Object,Object,CO,CI>
MachineConnector.| Modifier | Constructor and Description |
|---|---|
protected |
Connector1(de.iip_ecosphere.platform.connectors.types.ProtocolAdapter<Object,Object,CO,CI> adapter)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
connectImpl(de.iip_ecosphere.platform.connectors.ConnectorParameter params) |
protected void |
disconnectImpl() |
void |
dispose() |
String |
enabledEncryption() |
protected void |
error(String message,
Throwable th) |
String |
getName() |
Object |
read() |
String |
supportedEncryption() |
protected void |
writeImpl(Object data) |
configureModelAccess, connect, disconnect, doPolling, enableNotifications, enablePolling, getConnectorInputType, getConnectorOutputType, getConnectorParameter, getProtocolInputType, getProtocolOutputType, getSelector, initializeModelAccess, installPollTask, isPolling, notificationsChanged, received, received, request, setReceptionCallback, trigger, trigger, uninstallPollTask, writepublic void dispose()
public String getName()
protected void connectImpl(de.iip_ecosphere.platform.connectors.ConnectorParameter params)
throws IOException
connectImpl in class de.iip_ecosphere.platform.connectors.AbstractConnector<Object,Object,CO,CI>IOExceptionprotected void disconnectImpl()
throws IOException
disconnectImpl in class de.iip_ecosphere.platform.connectors.AbstractConnector<Object,Object,CO,CI>IOExceptionprotected void writeImpl(Object data) throws IOException
writeImpl in class de.iip_ecosphere.platform.connectors.AbstractConnector<Object,Object,CO,CI>IOExceptionpublic Object read() throws IOException
read in class de.iip_ecosphere.platform.connectors.AbstractConnector<Object,Object,CO,CI>IOExceptionpublic String supportedEncryption()
public String enabledEncryption()
Copyright © 2022. All rights reserved.