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.ConnectionConnection.AkkaConnection, Connection.AkkaConnection$, Connection.HttpConnection, Connection.HttpConnection$, Connection.TcpConnection, Connection.TcpConnection$
 
- 
 - 
Constructor SummaryConstructors Constructor Description AkkaConnection(ComponentId componentId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentIdcomponentId()The component that is providing this connection- 
Methods inherited from class csw.location.models.ConnectionconnectionInfo, connectionReads, connectionType, connectionWrites, from, from, name, of
 
- 
 
- 
- 
- 
Constructor Detail- 
AkkaConnectionpublic AkkaConnection(ComponentId componentId) 
 
- 
 - 
Method Detail- 
componentIdpublic ComponentId componentId() Description copied from class:ConnectionThe component that is providing this connection- Specified by:
- componentIdin class- Connection
- Returns:
- (undocumented)
 
 
- 
 
-