akka.io
Class UdpConnected.CommandFailed

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

public static class UdpConnected.CommandFailed
extends java.lang.Object
implements UdpConnected.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
UdpConnected.CommandFailed(UdpConnected.Command cmd)
           
 
Method Summary
 UdpConnected.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

UdpConnected.CommandFailed

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

cmd

public UdpConnected.Command cmd()