Class Connection.TcpConnection

All Implemented Interfaces:
LocationSerializable, Serializable, scala.Equals, scala.Product
Enclosing class:
Connection

public static class Connection.TcpConnection extends TypedConnection<TcpLocation> implements scala.Product, Serializable
represents a tcp connection provided by the component e.g. csw.EventService-service-tcp
See Also:
  • Constructor Details

    • TcpConnection

      public TcpConnection(ComponentId componentId)
  • Method Details

    • componentId

      public ComponentId componentId()
      Description copied from class: Connection
      The component that is providing this connection
      Specified by:
      componentId in class Connection
      Returns:
      (undocumented)