akka.remote
Class Remoting.RegisterTransportActor

java.lang.Object
  extended by akka.remote.Remoting.RegisterTransportActor
All Implemented Interfaces:
NoSerializationVerificationNeeded, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Remoting

public static class Remoting.RegisterTransportActor
extends java.lang.Object
implements NoSerializationVerificationNeeded, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
Remoting.RegisterTransportActor(Props props, java.lang.String name)
           
 
Method Summary
 java.lang.String name()
           
 Props props()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Remoting.RegisterTransportActor

public Remoting.RegisterTransportActor(Props props,
                                       java.lang.String name)
Method Detail

props

public Props props()

name

public java.lang.String name()