Package csw.location.models
Class AkkaRegistration
- java.lang.Object
-
- csw.location.models.Registration
-
- csw.location.models.AkkaRegistration
-
- All Implemented Interfaces:
LocationSerializable,java.io.Serializable,scala.Equals,scala.Product
public final class AkkaRegistration extends Registration implements scala.Product, java.io.Serializable
AkkaRegistration holds the information needed to register an akka locationparam: connection the
Connectionto register withLocationServiceparam: prefix prefix of the component param: actorRefURI Provide a remote actor uri that is offering a connection. Local actors cannot be registered since they can't be communicated from components across the network- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AkkaRegistration(Connection.AkkaConnection connection, Prefix prefix, java.net.URI actorRefURI)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.net.URIactorRefURI()abstract static Rapply(T1 v1, T2 v2, T3 v3)Connection.AkkaConnectionconnection()TheConnectionto register withLocationServiceLocationlocation(java.lang.String hostname)Create a AkkaLocation that represents the live connection offered by the actorPrefixprefix()static java.lang.StringtoString()
-
-
-
Constructor Detail
-
AkkaRegistration
public AkkaRegistration(Connection.AkkaConnection connection, Prefix prefix, java.net.URI actorRefURI)
-
-
Method Detail
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3)
-
toString
public static java.lang.String toString()
-
connection
public Connection.AkkaConnection connection()
Description copied from class:RegistrationTheConnectionto register withLocationService- Specified by:
connectionin classRegistration- Returns:
- (undocumented)
-
prefix
public Prefix prefix()
-
actorRefURI
public java.net.URI actorRefURI()
-
location
public Location location(java.lang.String hostname)
Create a AkkaLocation that represents the live connection offered by the actor- Specified by:
locationin classRegistration- Parameters:
hostname- provide a hostname where the connection endpoint is available- Returns:
- an AkkaLocation location representing a live connection at provided hostname
-
-