tigase.xmpp.impl
Class DynamicRosterTest

java.lang.Object
  extended by tigase.xmpp.impl.DynamicRosterTest
All Implemented Interfaces:
DynamicRosterIfc

public class DynamicRosterTest
extends Object
implements DynamicRosterIfc

Created: Nov 28, 2008 10:27:55 PM

Version:
$Rev: 2047 $
Author:
Artur Hefczyc

Constructor Summary
DynamicRosterTest()
           
 
Method Summary
 tigase.xmpp.JID[] getBuddies(XMPPResourceConnection session)
          Method description
 tigase.xml.Element getBuddyItem(XMPPResourceConnection session, tigase.xmpp.JID buddy)
          Method description
 tigase.xml.Element getItemExtraData(tigase.xml.Element item)
          Method description
 List<tigase.xml.Element> getRosterItems(XMPPResourceConnection session)
          Method description
 void init(Map<String,Object> props)
          Method description
 void init(String par)
          Method description
 void setItemExtraData(tigase.xml.Element item)
          Method description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicRosterTest

public DynamicRosterTest()
Method Detail

getBuddies

public tigase.xmpp.JID[] getBuddies(XMPPResourceConnection session)
                             throws NotAuthorizedException
Method description

Specified by:
getBuddies in interface DynamicRosterIfc
Parameters:
session -
Returns:
Throws:
NotAuthorizedException

getBuddyItem

public tigase.xml.Element getBuddyItem(XMPPResourceConnection session,
                                       tigase.xmpp.JID buddy)
                                throws NotAuthorizedException
Method description

Specified by:
getBuddyItem in interface DynamicRosterIfc
Parameters:
session -
buddy -
Returns:
Throws:
NotAuthorizedException

getItemExtraData

public tigase.xml.Element getItemExtraData(tigase.xml.Element item)
Method description

Specified by:
getItemExtraData in interface DynamicRosterIfc
Parameters:
item -
Returns:

getRosterItems

public List<tigase.xml.Element> getRosterItems(XMPPResourceConnection session)
                                        throws NotAuthorizedException
Method description

Specified by:
getRosterItems in interface DynamicRosterIfc
Parameters:
session -
Returns:
Throws:
NotAuthorizedException

init

public void init(Map<String,Object> props)
Method description

Specified by:
init in interface DynamicRosterIfc
Parameters:
props -

init

public void init(String par)
Method description

Specified by:
init in interface DynamicRosterIfc
Parameters:
par -

setItemExtraData

public void setItemExtraData(tigase.xml.Element item)
Method description

Specified by:
setItemExtraData in interface DynamicRosterIfc
Parameters:
item -


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.