Connection Manager 3.6.3 Javadoc

org.jivesoftware.multiplexer.task
Class DeliveryFailedTask

java.lang.Object
  extended by org.jivesoftware.multiplexer.task.ClientTask
      extended by org.jivesoftware.multiplexer.task.DeliveryFailedTask
All Implemented Interfaces:
java.lang.Runnable

public class DeliveryFailedTask
extends ClientTask

Task that indicates the server that delivery of a packet to a client has failed. The most probable reason for this is that the client logged out at the time the server sent a stanza to the client.

Author:
Gaston Dombiak

Field Summary
 
Fields inherited from class org.jivesoftware.multiplexer.task.ClientTask
streamID
 
Constructor Summary
DeliveryFailedTask(java.lang.String streamID, org.dom4j.Element stanza)
           
 
Method Summary
 void run()
           
 void serverNotAvailable()
          Execute the corresponding action when the server is not available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryFailedTask

public DeliveryFailedTask(java.lang.String streamID,
                          org.dom4j.Element stanza)
Method Detail

run

public void run()

serverNotAvailable

public void serverNotAvailable()
Description copied from class: ClientTask
Execute the corresponding action when the server is not available.

Specified by:
serverNotAvailable in class ClientTask

Connection Manager 3.6.3 Javadoc

Copyright © 2003-2006 Jive Software.