Class CommunicationPortKey

java.lang.Object
org.nuclos.api.communication.CommunicationPortKey

public class CommunicationPortKey extends Object
This class represents a communication port that has been configured in Nuclos; It is usually not used by rule programmers directly, but it is part of a CommunicationService-System and created during runtime.
  • Constructor Details

    • CommunicationPortKey

      public CommunicationPortKey(String id)
      Constructor to set a new instance of the CommunicationPortKey class using the id of a communication port that has been created in Nuclos previously Internal use only
      Parameters:
      id - - UID of the communication port as String
  • Method Details

    • getId

      public String getId()
      This method returns the id of the communication port
      Returns: