Package gov.cca

Interface PortInfo


public interface PortInfo
An interface that describes a Port.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the instance name for this Port.
    getProperty(String propertyKey)
    Fetch the value corresponding to propertyKey.
    Returns the type of the Port referred to by this PortInfo: corresponds to the class name for this Port.
  • Method Details

    • getType

      String getType()
      Returns the type of the Port referred to by this PortInfo: corresponds to the class name for this Port.
    • getName

      String getName()
      Returns the instance name for this Port. This name must be unique within the scope of the CCA component which creates this port.
    • getProperty

      String getProperty(String propertyKey)
      Fetch the value corresponding to propertyKey.
      Returns:
      The string value for this property, or null if it is undefined.