Package akka.dispatch.sysmsg
Class DeathWatchNotification
- java.lang.Object
-
- akka.dispatch.sysmsg.DeathWatchNotification
-
- All Implemented Interfaces:
DeadLetterSuppression,PossiblyHarmful,SystemMessage,java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
public final class DeathWatchNotification extends java.lang.Object implements SystemMessage, DeadLetterSuppression, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeathWatchNotification(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRefactor()booleanaddressTerminated()static DeathWatchNotificationapply(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)booleancanEqual(java.lang.Object x$1)DeathWatchNotificationcopy(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)ActorRefcopy$default$1()booleancopy$default$2()booleancopy$default$3()booleanequals(java.lang.Object x$1)booleanexistenceConfirmed()inthashCode()SystemMessagenext()voidnext_$eq(SystemMessage x$1)intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()static scala.Option<scala.Tuple3<ActorRef,java.lang.Object,java.lang.Object>>unapply(DeathWatchNotification x$0)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.dispatch.sysmsg.SystemMessage
unlink, unlinked
-
-
-
-
Constructor Detail
-
DeathWatchNotification
public DeathWatchNotification(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
-
-
Method Detail
-
apply
public static DeathWatchNotification apply(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
-
unapply
public static scala.Option<scala.Tuple3<ActorRef,java.lang.Object,java.lang.Object>> unapply(DeathWatchNotification x$0)
-
next
public SystemMessage next()
- Specified by:
nextin interfaceSystemMessage
-
next_$eq
public void next_$eq(SystemMessage x$1)
- Specified by:
next_$eqin interfaceSystemMessage
-
actor
public ActorRef actor()
-
existenceConfirmed
public boolean existenceConfirmed()
-
addressTerminated
public boolean addressTerminated()
-
copy
public DeathWatchNotification copy(ActorRef actor, boolean existenceConfirmed, boolean addressTerminated)
-
copy$default$1
public ActorRef copy$default$1()
-
copy$default$2
public boolean copy$default$2()
-
copy$default$3
public boolean copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-