akka.camel.internal
Class AwaitActivation

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

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

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

See Also:
Serialized Form

Constructor Summary
AwaitActivation(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

AwaitActivation

public AwaitActivation(ActorRef ref)
Method Detail

ref

public ActorRef ref()