tigase.xmpp.impl
Interface DynamicRosterIfc


public interface DynamicRosterIfc

Describe interface DynamicRosterIfc here. Created: Mon Oct 29 08:52:22 2007

Version:
$Rev: 706 $
Author:
Artur Hefczyc

Method Summary
 java.lang.String[] getBuddies(XMPPResourceConnection session)
           
 tigase.xml.Element getBuddyItem(XMPPResourceConnection session, java.lang.String buddy)
           
 java.util.List<tigase.xml.Element> getRosterItems(XMPPResourceConnection session)
           
 void init(java.util.Map<java.lang.String,java.lang.Object> props)
           
 void init(java.lang.String par)
           
 

Method Detail

init

void init(java.util.Map<java.lang.String,java.lang.Object> props)

init

void init(java.lang.String par)

getBuddies

java.lang.String[] getBuddies(XMPPResourceConnection session)
                              throws NotAuthorizedException
Throws:
NotAuthorizedException

getBuddyItem

tigase.xml.Element getBuddyItem(XMPPResourceConnection session,
                                java.lang.String buddy)
                                throws NotAuthorizedException
Throws:
NotAuthorizedException

getRosterItems

java.util.List<tigase.xml.Element> getRosterItems(XMPPResourceConnection session)
                                                  throws NotAuthorizedException
Throws:
NotAuthorizedException


Copyright © 2008 Tigase. All Rights Reserved.