akka.io
Class Udp.CommandFailed

java.lang.Object
  extended by akka.io.Udp.CommandFailed
All Implemented Interfaces:
Udp.Event, Udp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Udp

public static class Udp.CommandFailed
extends java.lang.Object
implements Udp.Event, scala.Product, scala.Serializable

When a command fails it will be replied to with this message type, wrapping the failing command object.

See Also:
Serialized Form

Constructor Summary
Udp.CommandFailed(Udp.Command cmd)
           
 
Method Summary
 Udp.Command cmd()
           
 
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

Udp.CommandFailed

public Udp.CommandFailed(Udp.Command cmd)
Method Detail

cmd

public Udp.Command cmd()