tigase.xmpp.impl.roster
public class DynamicRosterTest extends Object implements DynamicRosterIfc
| Constructor and Description |
|---|
DynamicRosterTest() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public tigase.xmpp.JID[] getBuddies(XMPPResourceConnection session) throws NotAuthorizedException
getBuddies in interface DynamicRosterIfcsession - NotAuthorizedExceptionpublic tigase.xml.Element getBuddyItem(XMPPResourceConnection session, tigase.xmpp.JID buddy) throws NotAuthorizedException
getBuddyItem in interface DynamicRosterIfcsession - buddy - NotAuthorizedExceptionpublic tigase.xml.Element getItemExtraData(tigase.xml.Element item)
getItemExtraData in interface DynamicRosterIfcitem - public List<tigase.xml.Element> getRosterItems(XMPPResourceConnection session) throws NotAuthorizedException
getRosterItems in interface DynamicRosterIfcsession - NotAuthorizedExceptionpublic void init(Map<String,Object> props)
init in interface DynamicRosterIfcprops - public void init(String par)
init in interface DynamicRosterIfcpar - public void setItemExtraData(tigase.xml.Element item)
setItemExtraData in interface DynamicRosterIfcitem - Copyright © 2013 Tigase. All rights reserved.