Uses of Class
de.iip_ecosphere.platform.connectors.ConnectorParameter
-
Packages that use ConnectorParameter Package Description de.iip_ecosphere.platform.connectors The connectors component defining the interface to generic machine/platform connectors.de.iip_ecosphere.platform.connectors.model Classes around accessing an information model behind a protocol implementation. -
-
Uses of ConnectorParameter in de.iip_ecosphere.platform.connectors
Fields in de.iip_ecosphere.platform.connectors declared as ConnectorParameter Modifier and Type Field Description private ConnectorParameterConnectorParameter.ConnectorParameterBuilder. instanceprivate ConnectorParameterAbstractConnector. paramsMethods in de.iip_ecosphere.platform.connectors that return ConnectorParameter Modifier and Type Method Description ConnectorParameterConnectorParameter.ConnectorParameterBuilder. build()Creates the instance.protected ConnectorParameterAbstractConnector. getConnectorParameter()Returns the connector parameters after the lastAbstractConnector.connect(ConnectorParameter).Methods in de.iip_ecosphere.platform.connectors with parameters of type ConnectorParameter Modifier and Type Method Description voidAbstractConnector. connect(ConnectorParameter params)Connects the connector to the underlying machine/platform.voidConnector. connect(ConnectorParameter params)Connects the connector to the underlying machine/platform.protected abstract voidAbstractConnector. connectImpl(ConnectorParameter params)Implements theAbstractConnector.connect(ConnectorParameter)method assuming that everything is ok if no exception have been thrown.Connector<O,I,CO,CI>ConnectorFactory. createConnector(ConnectorParameter params, A... adapter)Creates a connector based on the given connector parameters.protected javax.net.ssl.SSLContextAbstractConnector. createTlsContext(ConnectorParameter params)Helper method to determine a SSL/TLS context.static booleanConnectorFactory. hasService(ConnectorParameter params)Returns whether connector parameter is given and has a service.static booleanConnectorFactory. hasVersion(ConnectorParameter params)Returns whether connector parameter is given and has service containing a version with version number.static ConnectorParameter.ConnectorParameterBuilderConnectorParameter.ConnectorParameterBuilder. newBuilder(ConnectorParameter params)Creates a new connector parameter builder based on the givenparams.static ConnectorParameter.ConnectorParameterBuilderConnectorParameter.ConnectorParameterBuilder. newBuilder(ConnectorParameter params, java.lang.String host, java.lang.Integer port, de.iip_ecosphere.platform.support.Schema schema)Creates a new connector parameter builder based on the givenparams.static booleanAbstractConnector. useTls(ConnectorParameter params)Returns whether the connector shall use TLS.Method parameters in de.iip_ecosphere.platform.connectors with type arguments of type ConnectorParameter Modifier and Type Method Description static <O,I,CO,CI,A extends ProtocolAdapter<O,I,CO,CI>>
Connector<O,I,CO,CI>ConnectorFactory. createConnector(java.lang.String cls, java.util.function.Supplier<ConnectorParameter> params, A... adapter)Creates a connector instance. -
Uses of ConnectorParameter in de.iip_ecosphere.platform.connectors.model
Methods in de.iip_ecosphere.platform.connectors.model that return ConnectorParameter Modifier and Type Method Description protected abstract ConnectorParameterAbstractModelAccess. getConnectorParameter()Returns the actual connector parameters that apply for this model instance.
-