Interface CommunicationPortFactory.InstanceContext

Enclosing interface:
CommunicationPortFactory<P extends CommunicationPort>

public static interface CommunicationPortFactory.InstanceContext
  • Method Summary

    Modifier and Type
    Method
    Description
    Nuclos generates Ids for all communication ports.
    Your interface defines the needed system parameters.
  • Method Details

    • getPortId

      UID getPortId()
      Nuclos generates Ids for all communication ports. Store the Id. Maybe you want to search for Nuclos users who are assigned to it.
      Returns:
      the Id of this port
    • getSystemParameterValues

      Map<String,String> getSystemParameterValues()
      Your interface defines the needed system parameters. Here you get the values configured in the administration.
      Returns:
      the parameter values Map of name and values, both Strings.