akka.remote
Class EndpointManager.Send

java.lang.Object
  extended by akka.remote.EndpointManager.Send
All Implemented Interfaces:
NoSerializationVerificationNeeded, EndpointManager.RemotingCommand, HasSequenceNumber, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
EndpointManager

public static class EndpointManager.Send
extends java.lang.Object
implements EndpointManager.RemotingCommand, HasSequenceNumber, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
EndpointManager.Send(java.lang.Object message, scala.Option<ActorRef> senderOption, RemoteActorRef recipient, scala.Option<SeqNo> seqOpt)
           
 
Method Summary
 java.lang.Object message()
           
 RemoteActorRef recipient()
           
 scala.Option<ActorRef> senderOption()
           
 SeqNo seq()
          Sequence number of the message
 scala.Option<SeqNo> seqOpt()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

EndpointManager.Send

public EndpointManager.Send(java.lang.Object message,
                            scala.Option<ActorRef> senderOption,
                            RemoteActorRef recipient,
                            scala.Option<SeqNo> seqOpt)
Method Detail

message

public java.lang.Object message()

senderOption

public scala.Option<ActorRef> senderOption()

recipient

public RemoteActorRef recipient()

seqOpt

public scala.Option<SeqNo> seqOpt()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

seq

public SeqNo seq()
Description copied from interface: HasSequenceNumber
Sequence number of the message

Specified by:
seq in interface HasSequenceNumber
Returns:
(undocumented)