akka.camel.internal
Class AwaitDeActivation

java.lang.Object
  extended by akka.camel.internal.ActivationProtocol.ActivationMessage
      extended by akka.camel.internal.AwaitDeActivation
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class AwaitDeActivation
extends ActivationProtocol.ActivationMessage
implements scala.Product, scala.Serializable

INTERNAL API A request message to the ActivationTracker for the status of de-activation. param: ref the actorRef

See Also:
Serialized Form

Constructor Summary
AwaitDeActivation(ActorRef ref)
           
 
Method Summary
 ActorRef ref()
           
 
Methods inherited from class akka.camel.internal.ActivationProtocol.ActivationMessage
actor
 
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

AwaitDeActivation

public AwaitDeActivation(ActorRef ref)
Method Detail

ref

public ActorRef ref()