Package csw.location.models
Class Connection.AkkaConnection
- java.lang.Object
-
- csw.location.models.Connection
-
- csw.location.models.TypedConnection<AkkaLocation>
-
- csw.location.models.Connection.AkkaConnection
-
- All Implemented Interfaces:
LocationSerializable
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- Connection
public static class Connection.AkkaConnection extends TypedConnection<AkkaLocation> implements scala.Product, java.io.Serializable
Represents a connection offered by remote Actors e.g. TromboneAssembly-assembly-akka or TromboneHcd-hcd-akka- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.location.models.Connection
Connection.AkkaConnection, Connection.AkkaConnection$, Connection.HttpConnection, Connection.HttpConnection$, Connection.TcpConnection, Connection.TcpConnection$
-
-
Constructor Summary
Constructors Constructor Description AkkaConnection(ComponentId componentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentId
componentId()
The component that is providing this connection-
Methods inherited from class csw.location.models.Connection
connectionInfo, connectionReads, connectionType, connectionWrites, from, from, name, of
-
-
-
-
Constructor Detail
-
AkkaConnection
public AkkaConnection(ComponentId componentId)
-
-
Method Detail
-
componentId
public ComponentId componentId()
Description copied from class:Connection
The component that is providing this connection- Specified by:
componentId
in classConnection
- Returns:
- (undocumented)
-
-