akka.remote.transport
Class ActorTransportAdapter.DisassociateUnderlying

java.lang.Object
  extended by akka.remote.transport.ActorTransportAdapter.DisassociateUnderlying
All Implemented Interfaces:
NoSerializationVerificationNeeded, ActorTransportAdapter.TransportOperation, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ActorTransportAdapter

public static class ActorTransportAdapter.DisassociateUnderlying
extends java.lang.Object
implements ActorTransportAdapter.TransportOperation, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
ActorTransportAdapter.DisassociateUnderlying(AssociationHandle.DisassociateInfo info)
           
 
Method Summary
 AssociationHandle.DisassociateInfo info()
           
 
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

ActorTransportAdapter.DisassociateUnderlying

public ActorTransportAdapter.DisassociateUnderlying(AssociationHandle.DisassociateInfo info)
Method Detail

info

public AssociationHandle.DisassociateInfo info()