org.mobicents.slee.resource.xmpp
Class XmppConnectionListener

java.lang.Object
  extended by org.mobicents.slee.resource.xmpp.XmppConnectionListener
All Implemented Interfaces:
org.jivesoftware.smack.ConnectionListener, org.jivesoftware.smack.PacketListener

public class XmppConnectionListener
extends java.lang.Object
implements org.jivesoftware.smack.PacketListener, org.jivesoftware.smack.ConnectionListener


Constructor Summary
XmppConnectionListener(XmppResourceAdaptor ra, java.lang.String connectionID, XmppActivityHandle handle)
           
 
Method Summary
 void connectionClosed()
           
 void connectionClosedOnError(java.lang.Exception e)
           
 void processPacket(org.jivesoftware.smack.packet.Packet packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmppConnectionListener

public XmppConnectionListener(XmppResourceAdaptor ra,
                              java.lang.String connectionID,
                              XmppActivityHandle handle)
Parameters:
ra -
connectionID -
handle -
Method Detail

processPacket

public void processPacket(org.jivesoftware.smack.packet.Packet packet)
Specified by:
processPacket in interface org.jivesoftware.smack.PacketListener

connectionClosed

public void connectionClosed()
Specified by:
connectionClosed in interface org.jivesoftware.smack.ConnectionListener

connectionClosedOnError

public void connectionClosedOnError(java.lang.Exception e)
Specified by:
connectionClosedOnError in interface org.jivesoftware.smack.ConnectionListener


Copyright © 2010. All Rights Reserved.