Connection Manager 3.4.4 Javadoc

org.jivesoftware.multiplexer.spi
Class ServerFailoverDeliverer

java.lang.Object
  extended by org.jivesoftware.multiplexer.spi.ServerFailoverDeliverer
All Implemented Interfaces:
PacketDeliverer

public class ServerFailoverDeliverer
extends java.lang.Object
implements PacketDeliverer

Deliverer to use when a stanza received from a client failed to be forwarded to the server. The deliverer will try to return it to the sender.

Author:
Gaston Dombiak

Constructor Summary
ServerFailoverDeliverer()
           
 
Method Summary
 void deliver(org.dom4j.Element stanza)
          Delivers the given packet based on packet recipient and sender.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerFailoverDeliverer

public ServerFailoverDeliverer()
Method Detail

deliver

public void deliver(org.dom4j.Element stanza)
Description copied from interface: PacketDeliverer
Delivers the given packet based on packet recipient and sender. The deliverer defers actual routing decisions to other classes.

Warning

Be careful to enforce concurrency DbC of concurrent by synchronizing any accesses to class resources.

Specified by:
deliver in interface PacketDeliverer
Parameters:
stanza - the packet to route

Connection Manager 3.4.4 Javadoc

Copyright © 2003-2006 Jive Software.