Package akka.dispatch.sysmsg
Class Failed
- java.lang.Object
-
- akka.dispatch.sysmsg.Failed
-
- All Implemented Interfaces:
PossiblyHarmful
,StashWhenFailed
,StashWhenWaitingForChildren
,SystemMessage
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public final class Failed extends java.lang.Object implements SystemMessage, StashWhenFailed, StashWhenWaitingForChildren, scala.Product, scala.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Failed
apply(ActorRef child, java.lang.Throwable cause, int uid)
boolean
canEqual(java.lang.Object x$1)
java.lang.Throwable
cause()
ActorRef
child()
Failed
copy(ActorRef child, java.lang.Throwable cause, int uid)
ActorRef
copy$default$1()
java.lang.Throwable
copy$default$2()
int
copy$default$3()
boolean
equals(java.lang.Object x$1)
int
hashCode()
SystemMessage
next()
void
next_$eq(SystemMessage x$1)
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
java.lang.String
toString()
int
uid()
static scala.Option<scala.Tuple3<ActorRef,java.lang.Throwable,java.lang.Object>>
unapply(Failed 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
-
Failed
public Failed(ActorRef child, java.lang.Throwable cause, int uid)
-
-
Method Detail
-
unapply
public static scala.Option<scala.Tuple3<ActorRef,java.lang.Throwable,java.lang.Object>> unapply(Failed x$0)
-
next
public SystemMessage next()
- Specified by:
next
in interfaceSystemMessage
-
next_$eq
public void next_$eq(SystemMessage x$1)
- Specified by:
next_$eq
in interfaceSystemMessage
-
child
public ActorRef child()
-
cause
public java.lang.Throwable cause()
-
uid
public int uid()
-
copy$default$1
public ActorRef copy$default$1()
-
copy$default$2
public java.lang.Throwable copy$default$2()
-
copy$default$3
public int copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-